mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 14:12:57 +03:00
Fix Merge Conflict 1
This commit is contained in:
@@ -3,7 +3,7 @@ class RscListNBox;
|
||||
class RscDisplayCraftingMenu {
|
||||
idd = 6903;
|
||||
enableDisplay = 1;
|
||||
onLoad = "uiNamespace setVariable ['DAYZ_CraftingDialog', _this select 0]; ['init'] call fn_updateCraftUI;";
|
||||
onLoad = "uiNamespace setVariable ['DAYZ_CraftingDialog', _this select 0]; ['initcrafting'] call fn_updateCraftUI;";
|
||||
onUnload = "['close'] call fn_updateCraftUI;";
|
||||
|
||||
class Controls
|
||||
@@ -90,6 +90,15 @@ class RscDisplayCraftingMenu {
|
||||
text = $STR_UI_START_CRAFTING;
|
||||
action = "['craft'] call fn_updateCraftUI;";
|
||||
};
|
||||
/*
|
||||
class ConstructionButton: RscIGUIShortcutButton {
|
||||
idc = 430;
|
||||
x = 0.631 * safezoneW + safezoneX;
|
||||
y = 0.744 * safezoneH + safezoneY;
|
||||
text = "Construction";
|
||||
action = "['construction'] call fn_updateCraftUI;";
|
||||
};
|
||||
*/
|
||||
|
||||
class craftingslot01: RscPicture
|
||||
{
|
||||
|
||||
@@ -825,7 +825,7 @@ class RscDisplayGear {
|
||||
h = 0.174;
|
||||
color[] = {1,1,1,0.5};
|
||||
colorActive[] = {1,1,1,0.8};
|
||||
action = "[""gear""] call player_switchWeapon";
|
||||
action = "0 call dz_fn_switchWeapon";
|
||||
};
|
||||
|
||||
class Button2: RscActiveText {
|
||||
@@ -840,7 +840,7 @@ class RscDisplayGear {
|
||||
h = 0.174;
|
||||
color[] = {1,1,1,0.5};
|
||||
colorActive[] = {1,1,1,0.8};
|
||||
action = "[""gear""] call player_switchWeapon";
|
||||
action = "0 call dz_fn_switchWeapon";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user