I configured randommapcycle.json like this :
Code
{
"randommapcycle": {
"enabled": true,
"duration": 600,
"ignorepriorgametype": true,
"ignorepriormaps": 5,
"interval": 60,
"skipquorum": "50%",
"skipvoting": false,
"gametypes": ["SD"],
"mapcount": 3,
"maps": ["mp_backlot", "mp_crash", "mp_crossfire", "mp_strike", "mp_vacant"],
"type": 2
}
}
Alles anzeigen
and mapcycle.json like this :
Code
{
"mapcycle": {
"enabled": true,
"automatic": true,
"maplist": [
["mp_backlot", "SD0", 2],
["mp_crash", "SD0", 2],
["mp_crossfire", "SD0", 2],
["mp_strike", "SD0", 2],
["mp_vacant", "SD0", 2]
]
}
}
Alles anzeigen
Is these configs are true? and i have a problem here.
After some changes on maps, GSM going to dead and not working anymore ! GSM is running but cant use commands anymore in server.
Please help me to handle this.