Skip to content
New issue

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

Crosshair bot observer option is broken in game settings #3989

Open
DeformedSAS opened this issue Jan 30, 2025 · 2 comments
Open

Crosshair bot observer option is broken in game settings #3989

DeformedSAS opened this issue Jan 30, 2025 · 2 comments

Comments

@DeformedSAS
Copy link

on line 650 in settings_game.vxml_c, there is a option that shows up as blank in the crosshair section of game settings

Image

@DeformedSAS
Copy link
Author

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>

@DeformedSAS
Copy link
Author

this is still not fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants