Posts: 284
Threads: 65
Joined: Jul 2009
Reputation:
0
How to put 2 gamemods in server.cfg and how to make them - rotate? Please Help?
Thanks!
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
You mean like, when first gamemodes is over, the second one starts?
If that's what you want, then just create a timer in the first gamemode which will use SendRconCommand and
"changemode _name_of_the_second_gamemode_" command and same with the second gamemode which will also use the SendRconCommand in a timer and "changemode" command but with the name of the first gamemode.
- Or just check the link that Seif gave you.
Posts: 284
Threads: 65
Joined: Jul 2009
Reputation:
0
Don can you please send me code if it is not problem?
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
You need to set a timer which will end the gamemode.