ValveSoftware / Source-1-Games

Source 1 based games such as TF2 and Counter-Strike: Source
649 stars 75 forks source link

CS:GO VoteStart UserMessage draws panel incorrectly if is_yes_no_vote is set to 0 #1160

Closed powerlord closed 9 years ago

powerlord commented 11 years ago

I'm not sure if CS:GO is considered a Source 1 Game...

I haven't tested this recently, but the last time I checked, CS:GO wasn't drawing the mutliple option vote panel correctly. Instead, it just draws the Yes/No vote panel and also prints "You voted Yes" overlayed overtop of the "F1 to Vote Yes" "F2 to Vote No" text, as.

This is a pain because I wrote an API to allow SourceMod plugins to manipulate the L4D, L4D2, TF2, and CS:GO vote panels... and the TF2 multiple choice panels work just fine.

powerlord commented 11 years ago

For reference, this is the same vote panel with is_yes_no_vote set to true.

Incidentally, I haven't been able to find out what usermessages/events the newer CS:GO mapgroup map vote uses.

powerlord commented 9 years ago

This is apparently intentional and CS:GO no longer supports multiple choice votes in its standard vote screen.