(simple command) /buy
#2

pawn Код:
CMD:buy(playerid, params[])
{
     GivePlayerWeapon(playerid, idweapon);
     GivePlayerMoney(playerid, -money);
     return 1;
}
Reply


Messages In This Thread
(simple command) /buy - by vegaltasendai - 29.03.2014, 01:18
Re: (simple command) /buy - by RenovanZ - 29.03.2014, 01:27
Re: (simple command) /buy - by vegaltasendai - 29.03.2014, 01:54
Re: (simple command) /buy - by RenovanZ - 29.03.2014, 02:09
Re: (simple command) /buy - by vegaltasendai - 29.03.2014, 02:39
Re: (simple command) /buy - by Mriss - 29.03.2014, 02:51
Re: (simple command) /buy - by vegaltasendai - 29.03.2014, 03:05
Re: (simple command) /buy - by DarkLored - 29.03.2014, 03:10
Re: (simple command) /buy - by Stanford - 29.03.2014, 05:33
Re: (simple command) /buy - by vegaltasendai - 29.03.2014, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)