Halflife: [CS 1.6] Fix Money HUD

Created on 20 Apr 2019  Â·  4Comments  Â·  Source: ValveSoftware/halflife

Currently the limit of displayed amount of money is 999999, is it possible to correct the last digit? I mean this is not displayed fully.

20190420151021_1

Counter-Strike

Most helpful comment

Money hud must be aligned by x pos of ammo/bpammo, then we can use full of unsigned int sizeof.

All 4 comments

@mikela-valve @kisak-valve related to: https://github.com/ValveSoftware/halflife/issues/2149

Which is the maximum number that the hud can show?

Which is the maximum number that the hud can show?

Currently the limit of displayed amount of money is 999999

Even though we can see something like in the screenshot if we increase the limit of available given money. But I’m not sure it’a a bug and how it should work. Don’t mind the numbers in chat, I just was reporting another bug, the “problem” is that if we increase the limit and give more than $999,999 it will show something like this. As I said, I’m not sure it’s a bug because at the moment we can’t increase the limit (mp_maxmoney CVar) in HLDS.

Money hud must be aligned by x pos of ammo/bpammo, then we can use full of unsigned int sizeof.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Yetoo1 picture Yetoo1  Â·  3Comments

CS-PRO1 picture CS-PRO1  Â·  3Comments

Hembi picture Hembi  Â·  3Comments

BlackShadow picture BlackShadow  Â·  3Comments

BlackShadow picture BlackShadow  Â·  3Comments