View Single Post
Author Message
wsky
Junior Member
Join Date: Dec 2020
Old 03-06-2023 , 12:54   [CS:GO] hidehud broken?
Reply With Quote #1

I am trying to hide some hud elements by doing this:
PHP Code:
SetEntProp(client,Prop_Send,"m_iHideHUD",GetEntProp(client,Prop_Send,"m_iHideHUD") | 9
I'm sure this used to work not too long ago, but now it does nothing.
Using the console command "hidehud 9" works as expected.
wsky is offline