17.01.2010, 14:47
I have scripted that code;
The problem is that sometimes it returns ammo -1.
How can i fix this?
thanks
pawn Код:
for(new slot = 0; slot < 13; slot++)
{
new wep, ammo;
GetPlayerWeaponData(playerid, slot, wep, ammo);
}
How can i fix this?
thanks