20.05.2012, 07:31
Your banning people there if they have 100 or 99 armor and are not vip. And are not spawning.
Also your better not checking for equality because GetPlayerArmour is unlikely to return a rounded value. It returns a float.
Eg,
Also your better not checking for equality because GetPlayerArmour is unlikely to return a rounded value. It returns a float.
Eg,
pawn Код:
GetPlayerArmour(playerid, armour);
if(armour == 100 || armour == 99)//armour is probably 99.5 or something