mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update ui_changeDisplay.sqf
This commit is contained in:
@@ -10,10 +10,12 @@ if !(DZE_UI == 0) then {
|
|||||||
"playerStatusGUI_legacy";
|
"playerStatusGUI_legacy";
|
||||||
};
|
};
|
||||||
3 cutRsc [_ui,"PLAIN",0];
|
3 cutRsc [_ui,"PLAIN",0];
|
||||||
|
if (Z_singleCurrency) then {16 cutRsc ["ZSC_Money_Display","PLAIN"];};
|
||||||
call player_updateGui;
|
call player_updateGui;
|
||||||
//call ui_initDisplay; // I think this function is old and no longer necessary - JasonTM.
|
//call ui_initDisplay; // I think this function is old and no longer necessary - JasonTM.
|
||||||
//hintSilent ""; // not sure why this is here.
|
//hintSilent ""; // not sure why this is here.
|
||||||
} else {
|
} else {
|
||||||
3 cutRsc ["default","PLAIN",0];
|
3 cutRsc ["default","PLAIN",0];
|
||||||
|
if (Z_singleCurrency) then {16 cutRsc ["default","PLAIN"];};
|
||||||
//hintSilent ""; // or here.
|
//hintSilent ""; // or here.
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user