Help Me
#3

Код:
cmd:myammo(playerid, params[])
{
     SendClientMessage(playerid, -1, "You have bought some ammo for your 'UZI'");
     GivePlayerWeapon(playerid, 32, 60000);
     GivePlayerMoney(playerid, -4000);
     SendClientMessage(playerid, -1, "The 'UZI' Cost 4000$, please stop the zombie apocalypse, you are our only chance!");
     return 1;
}
In game do /myammo buddy and you should get ammo as well as money taken off you.
Reply


Messages In This Thread
Help Me - by quochuy - 15.03.2015, 14:15
Re: Help Me - by fuckingcruse - 15.03.2015, 14:21
Re: Help Me - by MrCallum - 15.03.2015, 14:25
Re: Help Me - by quochuy - 15.03.2015, 14:26
Re: Help Me - by ATGOggy - 15.03.2015, 14:31

Forum Jump:


Users browsing this thread: 1 Guest(s)