- 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
- SourceMod with base plugins is not using this map list, remember that!print_mapgroup_sv
Map group: mg_active
de_inferno
de_train
de_mirage
de_nuke
de_dust2
de_overpass
de_vertigo
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
after
get plugin