Allow to not draw hud (2)

This commit is contained in:
Kamay Xutax 2024-08-31 10:13:10 +02:00
parent 82779ee548
commit 4cfcfb67cd

View file

@ -77,7 +77,7 @@ class CHudVote;
static vgui::HContext s_hVGuiContext = DEFAULT_VGUI_CONTEXT;
ConVar cl_drawhud( "cl_drawhud", "1", 9, "Enable the rendering of the hud" );
ConVar cl_drawhud( "cl_drawhud", "1", 0, "Enable the rendering of the hud" );
ConVar hud_takesshots( "hud_takesshots", "0", FCVAR_CLIENTDLL | FCVAR_ARCHIVE, "Auto-save a scoreboard screenshot at the end of a map." );
ConVar hud_freezecamhide( "hud_freezecamhide", "0", FCVAR_CLIENTDLL | FCVAR_ARCHIVE, "Hide the HUD during freeze-cam" );
ConVar cl_show_num_particle_systems( "cl_show_num_particle_systems", "0", FCVAR_CLIENTDLL, "Display the number of active particle systems." );