Thread: CS:GO Hide HUD
View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 01-15-2020 , 09:18   Re: CS:GO Hide HUD
Reply With Quote #22

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
Then if you find one, try to apply it to the client through a plugin.
__________________

Last edited by Marttt; 01-15-2020 at 09:18.
Marttt is offline