15.07.2013, 11:38
You can use something like this:
Hope this helps
pawn Код:
new Ammo = GetPlayerAmmo(playerid);
SetPlayerAmmo(playerid, YOURWEAPONIDHERE, Ammo+ 100);
![Smiley](images/smilies/smile.png)