26.02.2011, 13:51
Just put this somewhere in your OnPlayerUpdate, or in any timer you have running:
pawn Код:
new Float:armour;
GetPlayerArmour(playerid, armour); // Gets the armour value
if(armour > 0.0) Ban(playerid); // Checks if the armour is bigger than 0