Jump to content
MakeWebGames

Recommended Posts

Posted

Again as i said i fount these on my old computer tower just posting them to see if any one can use them

This allows gang owners to sell there gang on the gang market

Call this gangmarket.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and add this sql to your php admin

CREATE TABLE `gangsmarket` (

gm_id INT( 11 ) NOT NULL AUTO_INCREMENT,

gm_from INT( 11 ) NOT NULL,

gm_gang INT( 11 ) NOT NULL,

gm_price BIGINT( 40 ) NOT NULL,

PRIMARY KEY (gm_id)

) TYPE=MYISAM ;

 

and thats it

Posted

Re: Sell Your Gang VR1

glad you all like thought it would be some nice for people to add to there game keeps players active can never have enough mods for gangs hope you all enjoy plus 1 if you like ty guys

Posted

Re: Sell Your Gang VR1

to be honest i cant rember was off my old tower when i was learning php so i might of made or picked it up some where cant rember just thought i would post it for all of you to use thanks for +1 guys

Posted

Re: Sell Your Gang VR1

plus 1 for yhose who use it and want to also make it so you can rent a gang out with its current members im working on it now and will add when done so basic you make gangs get your members to own it and rent it out for a fee weekly if they dont pay the rent on the gang then the gang returns back to its owner you

post what you all think before i post

Posted

Re: Sell Your Gang VR1

yh i think that sounds like a good idea, but i think to make sure that the main owner can cancel the rent at anytime, i think it would be a good idea due to the fact some players might have a week break but needs some1 to look after it, so yh go for it

Posted

Re: Sell Your Gang VR1

 

he never said he made it read the first line of the post

to be honest i cant rember was off my old tower when i was learning php so i might of made or picked it up some where cant rember just thought i would post it for all of you to use thanks for +1 guys

Basically, you didn't make this, so you have no authority whatsoever to post it unless the original creator of this gives you permission to.

Posted

Re: Sell Your Gang VR1

 

he never said he made it read the first line of the post

to be honest i cant rember was off my old tower when i was learning php so i might of made or picked it up some where cant rember just thought i would post it for all of you to use thanks for +1 guys

Basically, you didn't make this, so you have no authority whatsoever to post it unless the original creator of this gives you permission to.

well unless the original owner owns up and says you dont have my permission to post it then it should be removed and you never know he said he cant remember so he could of made it.

Posted

Re: Sell Your Gang VR1

 

plus 1 for yhose who use it and want to also make it so you can rent a gang out with its current members im working on it now and will add when done so basic you make gangs get your members to own it and rent it out for a fee weekly if they dont pay the rent on the gang then the gang returns back to its owner you

post what you all think before i post

Good Idea, just make it so that they have rented the gang then they can't touch the vault, members or other important things (these are simple if statement(s)), also make its so they pay before they rent so you don't have to worry about them not paying so like a user puts on how many days they will rent the gang out for and how much they want for it, then users do that like the buying gangs but slight alterations, shouldnt be too hard. :)

  • 1 month later...
Posted

Re: Sell Your Gang VR1

im having issues with this, it will let any member add the gang to the market, i have tried

elseif(!$ir['gangPRESIDENT'])

{

die ("You cant sell a gang you dont own!");

}

but i always get the error, even if im the president

Posted

Re: Sell Your Gang VR1

ahh i found a post helping with it!! gotta love that search !

if($ir['userid'] != ($gangdata['gangPRESIDENT']))

{

die ("You need to be president to do this!");

}

now i just need to find out where lol

Posted

Re: Sell Your Gang VR1

danny get of my case if you have nothing better to do than keep following people around ce saying this is not yours you lead a sad life no wonder people dont use ce no more people like you boar us all to death and im out of here

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...