mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
add combine bars option
This commit is contained in:
@@ -204,6 +204,16 @@ class TraderDialog
|
|||||||
h = 0.055016 * safezoneH;
|
h = 0.055016 * safezoneH;
|
||||||
onButtonClick = "[(lbCurSel 12001)] call TraderDialogSell; ((ctrlParent (_this select 0)) closeDisplay 9000);";
|
onButtonClick = "[(lbCurSel 12001)] call TraderDialogSell; ((ctrlParent (_this select 0)) closeDisplay 9000);";
|
||||||
};
|
};
|
||||||
|
class RscShortcutButtonTraderDialog_1703: RscShortcutButtonTraderDialog
|
||||||
|
{
|
||||||
|
idc = 12007;
|
||||||
|
text = "Combine Bars";
|
||||||
|
x = 0.445911 * safezoneW + safezoneX;
|
||||||
|
y = 0.720064 * safezoneH + safezoneY;
|
||||||
|
w = 0.0743718 * safezoneW;
|
||||||
|
h = 0.055016 * safezoneH;
|
||||||
|
onButtonClick = "[[],0] call epoch_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000);";
|
||||||
|
};
|
||||||
class RscTextTraderDialog_1003: RscTextTraderDialog
|
class RscTextTraderDialog_1003: RscTextTraderDialog
|
||||||
{
|
{
|
||||||
idc = -1;
|
idc = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user