AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   native vote cs go (https://forums.alliedmods.net/showthread.php?t=332312)

thekings4fun 05-05-2021 08:55

native vote cs go
 
good morning i'm sorry my english, i have problems with the native voting system of cs go, at the end of the map the vote appears, players vote but the winning map of the vote does not start, simply starts a random map, I have already disabled the nextmap. smx. follows the configuration I'm using.

startup line: -game csgo -console -condebug -usercon + game_type 0 + game_mode 1 -maxplayers_override 12 + maxplayers 12 + exec server.cfg + mapgroup mg_active + map de_dust2 -ip 177.54.148.234 -port 27070 -tickrate 128 + sv_setsteamacount tv_advertise_watchable 0 + tv_port 27033

mp_match_end_changelevel 1
mp_endmatch_votenextmap 1
mp_endmatch_votenextleveltime 20
mp_match_end_restart "0"

Bacardi 05-05-2021 13:38

Re: native vote cs go
 
Add this in server.cfg
Code:

sm_nextmap ""
And unload any nextmap, mapchooser, randomcycle plugin.

You could show
sm plugins list

and
print_mapgroup_sv

thekings4fun 05-05-2021 14:51

Re: voto nativo cs ir
 
Quote:

Originally Posted by Bacardi (Post 2746036)
Add this in server.cfg
Code:

sm_nextmap ""
And unload any nextmap, mapchooser, randomcycle plugin.

You could show
sm plugins list

and
print_mapgroup_sv

thank you very much solved my problem.


All times are GMT -4. The time now is 17:57.

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