iam currently working with the coder of a fantastic new mapvote system called Votesys.
and we are currently considering a new approach to displaying only maps that fall within a range of
Min/Max Players.
Admins will have to List Maps in an VoteSysMapInfo.ini file and put in there a MinPlayers= and MaxPlayers=
for example : Info=(MapName="CTF-AndAction",MinPlayers=0,MaxPlayers=6)
Info=(MapName="CTF-SomeBigMap",MinPlayers=6,MaxPlayers=18)
now what happens is , If there are 6 players or less then CTF-AndAction shows up in Mapvote and is Votable.
however the second the PlayerCount goes over 6 it is Filtered out of the MapVote.
same thing for CTF-SomeBigMap , If Player count is <6 then that map is filtered out of the MapVote.
now what happens is only maps within range of the current Playercount are displayed.
NO MORE 18 player AndAction/Joust (unless of course the admin allows it).
This is VoteSys;