Files
DayZ-Epoch/SQF/dayz_code/compile/ui_changeDisplay.sqf
ebayShopper 5e9a7271e9 Add option to toggle status icons
Vanilla commit:

44bb49e326
2017-12-04 18:14:48 -05:00

11 lines
318 B
Plaintext

disableSerialization;
if (profileNamespace getVariable ["statusUI",1] == 1) then {
3 cutRsc [if (toLower DZE_UI == "vanilla") then {"playerStatusGUI"} else {"playerStatusGUI_epoch"},"PLAIN",0];
call player_updateGui;
call ui_initDisplay;
hintSilent "";
} else {
3 cutRsc ["default","PLAIN",0];
hintSilent "";
};