13.04.2011, 14:12
Ofcourse it wont have any effect since you're making an if statement with only three weapons.
Now all weapons can be used as a driveby weapon, so do
If you put this, in a timer, or on OnPlayerEnterVehicle, they wont be able to perform a driveby.
Now all weapons can be used as a driveby weapon, so do
pawn Код:
if(GetPlayerWeapon(playerid) != 0) SetPlayerArmedWeapon(playerid,0);