It was not working. I forgot to show the info on the voting menu. It will be fixed on the next version.
Code:
6580: copiedChars += formatex( voteStatus[ copiedChars ], charsmax( voteStatus ) - copiedChars,
6581: "^n%s%i.%s \
6582: %s%s",
6583: COLOR_RED, choiceIndex + 1, COLOR_WHITE,
6584: g_votingMapNames[ choiceIndex ], mapVotingCount );
-->
Code:
galileo.sma
6580: copiedChars += formatex( voteStatus[ copiedChars ], charsmax( voteStatus ) - copiedChars,
6581: "^n%s%i.%s \
6582: %s %s%s",
6583: COLOR_RED, choiceIndex + 1, COLOR_WHITE,
6584: g_votingMapNames[ choiceIndex ], g_votingMapInfos[ choiceIndex ], mapVotingCount );
Just note, it will show the info from the:
- cvar `gal_vote_mapfile`, if the map was automatically added.
- cva `gal_nom_mapfile`, if the map is a nomination.
__________________