07.12.2008, 14:02
Why you don't make the max. amount of health is 100?
Like
Like
Код:
new Float:health;
if(GetPlayerHealth(playerid,health) > 100
{
// kick or whatever
}

