//Top Of Script forward NextRound(); public OnGamemodeInit() { SetTimer("NextRound",300000,false); return 1; } public NextRound() { SendRconCommand("gmx"); //OR YOU CAN DO OnGameModeExit(); return 1; }