ItsMods

Full Version: NO HUD/NO PLAYERS NAMES
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i make ABSOLUTELY no hud and toggle off showing players names?
Such commands as
PHP Code:
setDvar("hud_enable"0); 
                
setDvar("ui_hud_visible"0);
                
setDvar("scr_hardcore""1"); 
do not work.
Code:
self setClientUIVisibilityFlag( "hud_visible", 0);
thx mate Smile
just made my day.. Smile
Is handy for youtube vids.
cg_draw2d "0"