Page 1 of 1

[CS:GO] Disable end match nextmap vote

Posted: Tue Nov 23, 2021 3:37 pm
by greenie
[CS:GO] Disable end match nextmap vote
- Don't bring in-game map vote when mp_endmatch_votenextmap 0


CS:GO have own kind map cycle list, when you set mapgroup or host workshop collection.
You see map list by using command: print_mapgroup_sv
print_mapgroup_sv
Map group: mg_active
de_inferno
de_train
de_mirage
de_nuke
de_dust2
de_overpass
de_vertigo
- SourceMod with base plugins is not using this map list, remember that!

If print_mapgroup_sv is not empty, show more than one map, you will get CS:GO in-game nextmap vote end of match.
Regardless you have set mp_endmatch_votenextmap 0, game still view maps at end of match. Players just can't vote anymore.
This plugin stop showing those maps when you have mp_endmatch_votenextmap 0

Image

after

Image

get plugin