Closed spitice closed 1 week ago
Everytime the server changes the map, RTV status should be cleared.
PREREQUISITES:
You need to increase RTV vote threshold CVar so your vote won't initiate RTV immediately.
cssmc_rtv_vote_threshold 2 // Default: 0.7
Steps:
rtv
<your name> wants to Rock The Vote!
ds_workshop_changelevel
✅ You should see the following message:
<your name> wants to Rock The Vote! message in chat. (1 voted, 2 required)
❌ The following message is shown and the map voting starts, which means your RTV vote is not reset by map change.
<your name> wants to Rock The Vote! message in chat. (2 voted, 2 required)
Or you may see the following message in case your CSPlayerController instance is not changed during the map change.
CSPlayerController
You have already voted to RTV the map!
Everytime the server changes the map, RTV status should be cleared.
Environment
Steps to reproduce
PREREQUISITES:
You need to increase RTV vote threshold CVar so your vote won't initiate RTV immediately.
Steps:
rtv
in chat ><your name> wants to Rock The Vote!
message will be shownds_workshop_changelevel
> Next map will be loadedrtv
in chat againExpected result
✅ You should see the following message:
Actual result
❌ The following message is shown and the map voting starts, which means your RTV vote is not reset by map change.
Or you may see the following message in case your
CSPlayerController
instance is not changed during the map change.