mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Make UI toggleable between three options
Admin can choose vanilla, classic epoch or classic epoch dark. dayz_hungerThirst was replaced with dayz_NutritionSystem
This commit is contained in:
@@ -3,7 +3,11 @@ disableSerialization;
|
||||
|
||||
// Hard code the GUI on and the Debug Monitor off
|
||||
if (dayzState != 0) then {
|
||||
3 cutRsc ["playerStatusGUI", "PLAIN",0];
|
||||
if (toLower DZE_UI == "vanilla") then {
|
||||
3 cutRsc ["playerStatusGUI", "PLAIN",0];
|
||||
} else {
|
||||
3 cutRsc ["playerStatusGUI_epoch", "PLAIN",0];
|
||||
};
|
||||
//Update GUI
|
||||
call player_updateGui;
|
||||
call ui_initDisplay;
|
||||
|
||||
Reference in New Issue
Block a user