(adsbygoogle = window.adsbygoogle || []).push({});
Hey, I'm half way through making my menu but i want the hud to disappear whenever the menu is opened. But i wan't the hud only to disappear to the person opening the menu. I've tried the following:
DVAR:___________________________________PROBLEM:
setDvar( "scr_gameEnded", 1 );______________//Applies to all players
self setDvar( "scr_gameEnded", 1 );__________//Unknown Function
self setClientDvar( "scr_gameEnded", "1" );____//Game runs, hud does not get removed
self setClientDvar( "hud_enable", "0" );________//Game runs, hud does not get removed
self setClientDvar( "cg_Draw2D", "0" );________//Mod menu does not appear