We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on line 650 in settings_game.vxml_c, there is a option that shows up as blank in the crosshair section of game settings
The text was updated successfully, but these errors were encountered:
this is the panel dropdown code that is broken
</Panel> </TooltipPanel> <Panel class="horizontal-separator" /> <TooltipPanel class="SettingsMenuDropdownContainer" tooltip="#GameUI_ObservedBotCrosshair_Tooltip"> <Panel id="XhairObservedBotCrosshair" class="SettingsMenuDropdownContainer"> <Label text="#GameUI_ObservedBotCrosshair" class="half-width" /> <CSGOSettingsEnumDropDown class="PopupButton White" convar="cl_observed_bot_crosshair"> <Label text="#GameUI_Always" value="0" id="showbotobs0" /> <Label text="#GameUI_ObservedBotCrosshair_Takeover" value="1" id="showbotobs1" /> <Label text="#GameUI_ObservedBotCrosshair_Default" value="2" id="showbotobs2" /> </CSGOSettingsEnumDropDown>
Sorry, something went wrong.
this is still not fixed
No branches or pull requests
on line 650 in settings_game.vxml_c, there is a option that shows up as blank in the crosshair section of game settings
The text was updated successfully, but these errors were encountered: