Restricting weapon slots
#2

Hmm, try and make a restriction when a player buys a weapon. Example:
pawn Код:
new BoughtWeps = 0;

CMD:buyweapon(playerid, params[]) {
if(BoughtWeps == 0) {
//buying weapon data
BoughtWeps++;
}
return 1;
}
Sorry, it might not work, i'm a little tired.
Reply


Messages In This Thread
Restricting weapon slots - by Nicholas. - 02.08.2012, 03:13
Re: Restricting weapon slots - by Luis- - 02.08.2012, 03:39
Re: Restricting weapon slots - by [KHK]Khalid - 02.08.2012, 04:11
Re: Restricting weapon slots - by Nicholas. - 02.08.2012, 04:18

Forum Jump:


Users browsing this thread: 1 Guest(s)