I was looking through some hud files recently and I found that in some huds have this kinda thing:
cvartest cg_whatever
showcvar { 1 }
commented out. Is this used to create cvars such as whether or not to make the radar fullscreen, eg /cg_fullscreenscanner 1 or:
cvartest cg_fullscreenscanner
showcvar { 1 }
?
because I have tried that but it never seems to work for me. Is there something I am doing wrong?
Thanks