Posts: 791
Threads: 65
Joined: Oct 2009
Reputation:
0
how do i change game mode on timer like in mini missions?
the timer part i made myself but what is the command to change game mode automatically?
Posts: 6,129
Threads: 36
Joined: Jan 2009
pawn Код:
SetTimerEx("SendRconCommand", 600000, false, "s", "changemode lol");
This will change to "lol.amx", note that the interval is in
milliseconds, you'll need to update the interval in milliseconds to what you believe is sufficient, currently the mode will change every 10 minutes.
Posts: 6,129
Threads: 36
Joined: Jan 2009