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
game_text / UserMessage in game is borken.
only 2 steps to fix game_text borken status:
(CenterPrintText) -> (DefaultLarge) 【https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/client/hud.cpp#L492 】
and add this check 【https://github.com/perilouswithadollarsign/cstrike15_src/blob/f82112a2388b841d72cb62ca48ab1846dfcc11c8/game/client/message.cpp#L80 】
https://forums.alliedmods.net/showthread.php?t=340355
ValveSoftware/csgo-osx-linux#657
The text was updated successfully, but these errors were encountered:
I don't think they'll fix it=)
Sorry, something went wrong.
maybe , we need to have expectations :)
No branches or pull requests
Description
game_text / UserMessage in game is borken.
Reproduction steps
only 2 steps to fix game_text borken status:
(CenterPrintText) -> (DefaultLarge)
【https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/client/hud.cpp#L492 】
and add this check 【https://github.com/perilouswithadollarsign/cstrike15_src/blob/f82112a2388b841d72cb62ca48ab1846dfcc11c8/game/client/message.cpp#L80 】
Additional files
https://forums.alliedmods.net/showthread.php?t=340355
ValveSoftware/csgo-osx-linux#657
The text was updated successfully, but these errors were encountered: