06.11.2009, 16:12
Put Follwoing under OnGameModeInit:
And put in your script this too:
Enjoy! Good Luck!
Код:
SetTimer ("ExitGameMode", 360000, false)
Код:
forward ExitGamemode(); Public ExitGameMode() { SendRconCommand ("gmx"); }