Open ashyerv opened 2 days ago
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
https://github.com/ValveSoftware/csgo-osx-linux/issues/657
I don't think they'll fix it=)
maybe , we need to have expectations :)
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
https://github.com/ValveSoftware/csgo-osx-linux/issues/657