Quote:
Originally Posted by Enrory
sure
|
Thank but the log shows the voting started when you used the `say rtv` command, and voted for the map `4. sc_inbound` and the map changed to `sc_inbound`.
Does the bug was the RTV was not starting?
Update:
Quote:
Originally Posted by Enrory
i have gal_nextmap_change set back to 0
and now work both! rtv and the correct nextmap
|
Sorry I did not pay attention here. Seems you fixed it disabling the cvar `gal_nextmap_change`.
I will check if I can reproduce it here.
Update:
I set the cvar `gal_nextmap_change` to 1 here, and it worked when I tested.
Note, you cannot do to RTV if the voting has already been done, or you changed the nextmap manually by doing `amx_cvar amx_nextmap`.
I know what the problem is, you need to disable the cvar `gal_nextmap_change` because you have the map cfg file setting the nextmap.
And the cvar `gal_nextmap_change` does not accept that, and will mark the voting as finished and will not allow the RTV.
The cvar `gal_nextmap_change` does now allow it because it is its purpose. His function is to set the next map to `[not yet voted on]`,
so if you keep changing it with a map cfg, it is useless to have it enabled anyways.
__________________