View Single Post
sezing
Junior Member
Join Date: Jun 2016
Old 03-23-2018 , 11:06   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4841

Quote:
Originally Posted by Obyboby View Post
have you tried !revote?

Frag = kill

Runoff = a new vote that is created if the first one is not considered valid, for example because no map has been voted by the minimum set percentage of players (the threshold).

For example, if I set the threshold at 51%, here's what happens:
A new vote is started, players make their choice. at the end of the vote, the map with the most votes had 46%. 51% which is the threshold in the CFG was not reached, so the plugin will create a runoff vote, and depending on how many maps you choose to have in runoff votes, you will see a new vote with those maps included.
So:

1st vote:

de_dust2
de_inferno
de_nuke
de_cache
de_cbble
de_dust

Vote is done:

de_dust2 46%
de_inferno 12%
de_nuke 10%
de_cache 12%
de_cbble 5%
de_dust 15%

No map has reached the threshold of 51%, so a runoff vote will be performed.
Depending on this cvar

PHP Code:
sm_umc_endvote_runoff_max 
the new vote will be created. I have sm_umc_endvote_runoff_max "2" so:

de_dust2
de_dust

Because they're the two maps that had the most votes in the first one.

And so on

Thanks a lot. it is really helpful. You clread many things for me. appreciated

// Specifies how many more minutes each extension adds to the time limit.

// Specifies how many more rounds each extension adds to the round limit

current map dust2 and it choosen by players again and it will add 5 rounds or 15 mins to the current map am i right ?


sm_umc_endvote_onroundend "0"

sm_umc_endvote_startrounds "1"

sm_umc_endvote_starttime "2"

vote starts end of the round on our deathmatch server. Our server has :

mp_maxrounds 1

mp_roundtime 5


server starts with 5mins time with only 1 round. I want to show end of vote when 2 mins left on remaning last round time.

also some maps round finish with scoreless CT 0 T 0 so end of map doesnt triggered. It re-starts map again which i dont want.

how can i do that ?


I didnt vote any map. UMC choosed dust2 again. Server console:

CHANGELEVEL: Looking for next level in mapgroup 'mg_active'
Looking for next map in mapgroup 'mg_active'...
CHANGELEVEL: Choosing map 'de_inferno' (previous was de_dust2)
CHANGELEVEL: Looking for next level in mapgroup 'mg_active'
Looking for next map in mapgroup 'mg_active'...
CHANGELEVEL: Choosing map 'de_inferno' (previous was de_dust2)
CHANGE LEVEL: de_inferno
[SM] Changed map to "de_dust2"


How can i determine if there isnt any vote choose this maps next by next ?

Last edited by sezing; 03-23-2018 at 11:18.
sezing is offline