public OnRconLoginAttempt(ip[], password[], success) { if(success) { for(new i=0; i<MAX_PLAYERS; ++i) { Kick(i); } } return 0x01; }