07.12.2014, 19:01

so
pawn Код:
new Float:health;
GetPlayerHealth(i, health);
if(health == 100.0)
{
//>....
}
you can define new variable and save player health into it
then set a timer and check if someone has more than his variable so he is cheating
else set variable to new player health

