Hallo.
ich habe ien anti healthack gemacht, nur wenn ich connecte werde ich gekickt..
public HealthH()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
new Float:health;
GetPlayerHealth(i, health);
if(health <= 600)
{
new pname[200];
new string[200];
GetPlayerName(i, pname, sizeof(pname));
format(string, sizeof(string), "-=[ANTICHEAT]=- %s wurde wegen HealthHack gekickt!", pname);
SendClientMessageToAll(COLOR_RED,string);
Kick(i);
return 1;
}
}
return 1;
}
warum ??