forward restart(); public restart() { SendRconCommand("gmx"); return 1; } public OnGameModeInit() { SetTimer("restart",100*60*60*24,1); return 1; }