public OnRconCommand(cmd[]) { if(strcmp(cmd,"exit",true)) { SetTimer("OnGameModeExit", 100, false); return 1; } return 0; }