abnerfs / cs2-rockthevote

General purpose cs2 map voting plugin, made with love from scratch
88 stars 28 forks source link

Map doesn't change at the end of map vote when "ChangeMapImmediatly" is set to false in config. #39

Open alnoisegit opened 6 months ago

alnoisegit commented 6 months ago

When the setting "ChangeMapImmediatly": is set to false, the map doesn't change at the end of the match. When set to true the map changes as soon as the vote for a new map has finished.

abnerfs commented 6 months ago

Which game mode? I haven't tested all game modes but plugin waits for the win panel that is shown when map ends in order to change it, if the rounds goes on forever for some reason and ChangeMapImmediatly is false it won't change the map

alnoisegit commented 5 months ago

Custom gamemode with mp_roundtime 30 mp_roundtime_defuse 30 mp_roundtime_hostage 30 mp_timelimit 30. When ChangeMapImmediatly is set to false the timer just gets to 0:00 and nothing happens.