Posts: 2,992
Threads: 55
Joined: Feb 2011
Reputation:
114
g_hardcore 1 0 ? dunno if this is the dvar responsible for this
Posts: 539
Threads: 39
Joined: Dec 2010
Reputation:
49
I dk about multiplayer, but on singleplayer there are dvars responsible for drawing the HUD like:
cg_draw2D
cg_drawHUD
Ask @
Nukem or @
zxz0O0 they might know.
Thanks Barata...
Don't worry if things aren't the way you planned, in the end everything will solve itself...
Posts: 305
Threads: 22
Joined: Mar 2012
Reputation:
12
if you use mw3config there is an option where you can disable drawing the hud. i've never tried it but check it.
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
You can disable hud with cg_draw2D but it will disable everything (killfeed, scope overlay, +100 score etc.).
hud_enable doesn't work.
Posts: 539
Threads: 39
Joined: Dec 2010
Reputation:
49
04-30-2012, 16:37
(This post was last modified: 04-30-2012, 16:38 by barata.)
Just tested here and works:
SetClientDvar(0, "cg_draw2D \"0\"");
Add this to your plugin and set every client "cg_draw2D" dvar to 0.
But as @
zxz0O0 will disable the rest of the hud...
Thanks Barata...
Don't worry if things aren't the way you planned, in the end everything will solve itself...