Thread: CS:GO Hide HUD
View Single Post
almil36
Member
Join Date: Mar 2019
Old 01-17-2020 , 03:34   Re: CS:GO Hide HUD
Reply With Quote #24

Quote:
Originally Posted by headline View Post
PHP Code:
#define HIDEHUD_CSGO_ALL                    ( 1<<2 )
#define HIDEHUD_CSGO_HEALTH_AND_CROSSHAIR    ( 1<<4 )
#define HIDEHUD_CSGO_RADAR                    ( 1<<12 )
#define HIDEHUD_RADARANDTIMER                  12288 
HIDEHUD_RADARANDTIMER is exactly what I am looking for but it only removes the radar. I tried looking into bitmask but I was not able to get a list as you showed:

Quote:
You can try to use "hidehud" cvar on console and check if there is any value that hides the score HUD

Code:
hidehud
default: 0 
flags: "cheat", "cl" 
bitmask: 1=weapon selection, 2=flashlight, 4=all, 8=health, 16=player dead, 32=needssuit, 64=misc, 128=chat, 256=crosshair, 512=vehicle crosshair, 1024=in vehicle
almil36 is offline