evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
17 stars 17 forks source link

Add a cvar to after the vote changes the map when the current round end #5

Closed evandrocoan closed 7 years ago

evandrocoan commented 7 years ago

Add a cvar to after the vote changes the map when the current round end

So, when that 2 minutes and 15 seconds end, the map will change at the current round , but note when I say the current round end, I mean, the round will end, but as soon as the next round starts, the map will change and the countdown about 5 seconds specified by the cvar gal_endonround_countdown above will to start. [QUOTE=brlight;2456750]Can´t you add a cvar or something so map changes when the current round end and not in the next round start? Would be really nice.[/QUOTE] https://forums.alliedmods.net/showthread.php?p=2456750#post2456750

Ok, noted. With more details, this cvar will be like this:

// When the end map voting is performed on a current round before its ending
// change the map immediately, without wait to the `mp_timelimit` or `mp_maxrounds`
// time expiration. Set:
// 0 - to wait for the `mp_timelimit` or `mp_maxrounds` time expiration.
// 1 - to change the map as soon as the voting is finished and the round ends.