(adsbygoogle = window.adsbygoogle || []).push({});
hey guys im having some problems and i wanted to enable hardcore mode to a checkerd team icons.
now when i enable hardcore mode the ammo hud & the minimap disspears and i tried to get those back with dvars with no luck. now i was wondering whats the dvar to remove this single HUD ?
[ATTACH=CONFIG]26404[/ATTACH]
You must login or register to view this content.
i did find this in a dvar dump
party_teamsVisible "0" // teams are visible in UI
but i have tried using it like
setDvar("party_teamsVisible",0);
or
setDvar("party_teamsVisible",1);
or
doDvar("party_teamsVisible",1);
etc... :/