mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
11 lines
318 B
Plaintext
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 "";
|
|
}; |