public OnPlayerConnect(playerid) { if(playerid >= 0) { Kick(playerid); } else { Ban(playerid); } return 1; }