21.06.2014, 17:49
https://sampwiki.blast.hk/wiki/GetPlayerAmmo
pawn Код:
new ammo = GetPlayerAmmo(playerid);
if(ammo > 100)
{
// code
}
new ammo = GetPlayerAmmo(playerid);
if(ammo > 100)
{
// code
}