forward Restart();
OnGameModeInit(){ SetTimer("Restart", 600000, 0); return 1;}
public Restart(){ SendRconMessage("gmx"); return 1;}