tmp64

Results 120 comments of tmp64

AMXX's `show_hudmessage` will actually automatically split lines that are too long: https://github.com/alliedmodders/amxmodx/blob/27f451a868c3154a0ab0d4d70e0a650074fd485d/amxmodx/util.cpp#L148-L183 Some plugin must be sending the `HudText` message directly Edit: It may also be caused by a map...

I added text splitting to the latest release (v1.10.1). See if it helps with the crashes.

I made a custom build that will print an error in the console whenever a long message is received. [You can get it here.](https://github.com/tmp64/BugfixedHL-Rebased/actions?query=branch%3Aissue%2F195-warn-on-long-line) It'll look like this: ![image](https://github.com/tmp64/BugfixedHL-Rebased/assets/20199236/f6397156-7f81-4693-82cc-322d0b9e64af)

> All the cheat features, like cl_autojump / +ducktap / +ljump / hud_strafeguide / hud_jumpspeed / , cl_cross_enable, etc. are enabled by default, even on default servers which haven't explicitly...

Everyone has stated their points. I'm just gonna close this.

@napimamk123 @SoMudge Please, post your system information and check if the issue still happens on latest game update (2023-11-30, build 9897). ``` The preferred and easiest way to get this...

The player movement code was changed too. Pressing E doesn't instantly stop the player in the update.

@andreiseverin Please, do this: https://github.com/tmp64/BugfixedHL-Rebased/issues/179#issuecomment-1833535879

Наверно можно определять версию игры у клиента со стороны сервера и менять логику

Looks like this only happens on Radeon RX 6000 so it's most likely an AMD driver bug. I'll see if it happens on Vega 8 and RX 560 on my...