mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
longer disable button
This commit is contained in:
@@ -172,11 +172,13 @@ TraderDialogShowPrices = {
|
|||||||
|
|
||||||
ctrlSetText [TraderDialogBuyPrice, format["%1 %2", _item select 2, _item select 4]];
|
ctrlSetText [TraderDialogBuyPrice, format["%1 %2", _item select 2, _item select 4]];
|
||||||
|
|
||||||
|
/*
|
||||||
if(_qty == 0) then {
|
if(_qty == 0) then {
|
||||||
ctrlEnable [TraderDialogBuyBtn, false];
|
ctrlEnable [TraderDialogBuyBtn, false];
|
||||||
} else {
|
} else {
|
||||||
ctrlEnable [TraderDialogBuyBtn, true];
|
ctrlEnable [TraderDialogBuyBtn, true];
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
ctrlSetText [TraderDialogSellPrice, format["%1 %2", _item select 5, _item select 7]];
|
ctrlSetText [TraderDialogSellPrice, format["%1 %2", _item select 5, _item select 7]];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user