15.03.2015, 14:25
Код:
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; }