08.09.2010, 16:08
You can use OnPlayerUpdate for this, it will ban him instantly and accurate then.
Add this there:
Add this there:
pawn Код:
if(GetPlayerWeapon(playerid) == 38) ban(playerid);
//Will ban the player if he has a minigun as current weapon

