04.02.2010, 22:49
You can set a timer for SendRconCommand("changemode [mode]");
replace [mode] with the name of the next game mode
I couldn't find any way to just change to the next game mode in the list, but there might be a way.
replace [mode] with the name of the next game mode
pawn Код:
public OnGameModeInit()
{
SetTimerEx("SendRconCommand",10800000,0,"s","changemode [mode]");
}