23.09.2012, 18:56
How would I go about checking if a player has a specific weapon, and if they have that weapon, check how much ammo it has?
This will answer to whole the question.
|
new ammo = GetPlayerAmmo(playerid);
SetPlayerAmmo(playerid, GetPlayerWeapon(playerid), ammo);