Quote:
Originally Posted by Kaliber
You make this:
PHP код:
new bool:cheater[MAX_PLAYERS char]; //@the top
//Then when you detect the cheat
cheater{playerid} = true;
//and then under OnPlayerUpdate (first line)
if(cheater{playerid}) return 0;
//Make under OnPlayerConnect (that nobody new is a cheater xD)
cheater{playerid} = false;
Greekz 
|
Thanks, are you sure that will block the Trolls?