// in OnGameModeInit()SetTimer("AutoRestart", 86400000, 0); // 86400000ms = 24 hours// somewhere elseforward AutoRestart();public AutoRestart() { SendRconCommaned("gmx");}