Change Gamemodes
#1

I have 5 different game modes. I want them to change every 3 hours. How do I make this possible?
Reply
#2

You can set a timer for SendRconCommand("changemode [mode]");
replace [mode] with the name of the next game mode

pawn Код:
public OnGameModeInit()
{


  SetTimerEx("SendRconCommand",10800000,0,"s","changemode [mode]");
}
I couldn't find any way to just change to the next game mode in the list, but there might be a way.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)