28.01.2017, 16:48
Quote:
I have this player who gets kicked a lot, and he has slow internet unlike others. Most of the time kicked because of code 15.
|
PHP Code:
forward OnCheatDetected(playerid, ip_address[], type, code);
public OnCheatDetected(playerid, ip_address[], type, code)
{
if(code == 15){
}
return 1;
}