01.09.2015, 12:20
Anti-Cheat
This repeat per every second and look to debug:
This is annoying
PHP код:
GetPlayerHealth(i, health);
if(health > AntiCheatInfo[i][acHealth])
{
format(string, sizeof(string), "AdmCmd: %s has been kicked by AdmBot, reason: using cheats (health hack)",PlayerInfo[i][pUsername]);
KickWithMessage(i, COLOR_LIGHTRED, string);
printf("GetPlayerHealth: %.01f\nAntiCheatHealth: %.01f", health, AntiCheatInfo[i][acHealth]);
}
PHP код:
[15:17:16] GetPlayerHealth: 100.0
AntiCheatHealth: 99.0
![angry](images/smilies/mad.png)