18.08.2013, 22:44
Hey,this supposed to give a player 50 extra bullets but it isn't working somehow, not sure what I did wrong but any help is appreciated.
pawn Код:
new gunid = GetPlayerWeapon(playerid);
new ammo;
GetPlayerWeaponData(playerid, gunid, ammo);
SetPlayerAmmo(playerid, gunid, ammo+50);