View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 01-07-2020 , 13:43   Re: [CS:GO] Server wont change map.
Reply With Quote #2

Post your entire gamemode_competitive_server.cfg.

If you want to use Valve's map voting -
  1. You need to make sure you have nextmap plugin moved to the disabled folder.
  2. Have the following variables in your gamemode_competitive_server.cfg:
    Code:
    mp_endmatch_votenextleveltime "15"
    mp_endmatch_votenextmap "1"
    mp_endmatch_votenextmap_keepcurrent "0"
    mp_match_end_restart "0"
    mp_match_end_changelevel "1"
  3. Have the maps you wish to use in your mapcycle.txt and maplist.txt

If you're expecting the map to change when no one is in the server, you need to turn off hibernation - sv_hibernate_when_empty "0"
Maxximou5 is offline