16.12.2015, 22:49
Quote:
|
Maybe the problem was in HP >= 100 I changed it but same stuff
Код:
new Float:Hp; GetPlayerHealth( playerid, Hp );
if(IsSpawned[playerid] != 0 && Hp > 99)
{
new string[128];
format(string,sizeof(string),"%s(%d) is health hacking.",PlayerName(playerid),playerid);
SendClientMessageToAll(1,string);
}
|


