Add status icons disabled notification

Vanilla commit:
https://github.com/DayZMod/DayZ/commit/fe063a8896c2a3f8b5bcf7eab1f74b5d84db4688
This commit is contained in:
ebayShopper
2018-01-17 17:17:33 -05:00
parent 634a01a8d3
commit e04f0fcac5
3 changed files with 12 additions and 2 deletions
@@ -12,6 +12,7 @@ sched_gui = {
if (profileNamespace getVariable ["statusUI",1] == 1) then {
3 cutRsc [if (toLower DZE_UI == "vanilla") then {"playerStatusGUI"} else {"playerStatusGUI_epoch"},"PLAIN",3]; // show the whole HUD
} else {
[] spawn {uiSleep 2; systemChat (localize "STR_UI_STATUS_ICONS_TOOLTIP");};
//This can be removed after friendlies system is removed from player_updateGUI
uiNamespace setVariable ["DAYZ_GUI_display",displayNull];
};