Quote:
Originally Posted by Sithranduil
Hello,
I've the same problem than rodreeking : https://forums.alliedmods.net/showpo...postcount=4728
I want to use somes maps groups to set the nextmod and the nextmap. For that I'm using sm_umc_endvote_type 2.
The vote for the mods/groups work nicely, but the vote for the map list send me some maps of others groups.
umc_mapcycle (simplified):
Code:
"umc_mapcycle"
{
"Death Match"
{
"maps_invote" "6"
"command" "exec modsConfig/loadDM.cfg"
"gg_townsquare"{}
}
"Death Run"
{
"maps_invote" "6"
"command" "exec modsConfig/loadDR.cfg"
"mg_bogan_p1"{}
}
}
I'm using the version 3.4.6-dev with csgo.
|
I'm not sure if I can help, since it seems several people are having this problem, but you'd have to post the full (not simplified) umc-mapcycle file for me to look at. Looking at what you have there, you only have one map per group, and you are specifying 6. If you have less than 6 maps in a group where you are specifying maps_invote 6, UMC may be forcing other maps to comply with the 6.
__________________