AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Retakes map votes issue (https://forums.alliedmods.net/showthread.php?t=334569)

Flamurrr 10-04-2021 14:37

Retakes map votes issue
 
So my retake server has this problem... when the current map has been played 25 rounds the map voting comes and people vote for the next map normally yes, but maybe like every 5th time when the map comes to end the current map just reloads and the map doesn't change. Does anybody know what to do about it? I have looked at my mapchooser.cfg and maplists.cfg

Austin 10-04-2021 23:00

Re: Retakes map votes issue
 
You can try this setting to remove the current map from the vote.
I believe it might also fix the problem of the map playing again.

mp_endmatch_votenextmap_keepcurrent 0 // If set, keeps the current map in the list of voting options.

Bacardi 10-08-2021 13:50

Re: Retakes map votes issue
 
SourceMod mapchooser need actual map change to get it work.

Here other two cvars which you want set into game modes settings:
mp_match_end_restart 0
mp_match_end_changelevel 1


Code:

"mp_match_end_restart" = "0" min. 0.000000 max. 1.000000
FCVAR_GAMEDLL FCVAR_REPLICATED FCVAR_RELEASE
- At the end of the match, perform a restart instead of loading a new map


"mp_match_end_changelevel" = "0" min. 0.000000 max. 1.000000
FCVAR_GAMEDLL FCVAR_REPLICATED FCVAR_RELEASE
- At the end of the match, perform a changelevel even if next map is the same



All times are GMT -4. The time now is 19:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.