Posts: 37
Threads: 14
Joined: Apr 2010
Reputation:
0
How can i change the map after 7minutes
(the tutorial doesn't work)
After the 7 minutes comes a restart and the next map loads how does it works?
Thanks
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
You would need like 3-4 AMX files. And for example if they are named map1, map2, map3
in server.cfg you need
gamemode0 map1
gamemode1 map2
gamemode2 map3
And so on...
And then, after a server restart, the gamemode will auto-change!
Posts: 37
Threads: 14
Joined: Apr 2010
Reputation:
0
Ok so i set in gamemode 1 a timer of 7minutes then restart and then the server load map 2?
thank you:*