28.07.2013, 08:18
When the your weapons is out of ammo it will stay on your character the weapons will not disappear how can i do that?
if(GetPlayerAmmo(playerid) == 1)
{
//something here to stop shooting or something
}