mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Advance trading gem fixes/localizations (#1771)
* Advanced trading combine/return change Fixes combining/returnChange to squash gems into usable currency so they can properly be used in the economy Stringtable fixes for duplicates * Localization additions More localizations
This commit is contained in:
@@ -455,7 +455,7 @@ class AdvancedTrading
|
||||
x = 0.63 * safezoneW + safezoneX;
|
||||
y = 0.77 * safezoneH + safezoneY;
|
||||
w = 0.13 * safezoneW;
|
||||
onButtonClick = "[[],0] call epoch_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000); localize ""STR_EPOCH_PLAYER_307"" call dayz_rollingMessages;";
|
||||
onButtonClick = "[[],0,false,0,[],[],true] call Z_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000); localize ""STR_EPOCH_PLAYER_307"" call dayz_rollingMessages;";
|
||||
colorBackground[] = {1,1,1,1};
|
||||
color[] = {0,0,0,1};
|
||||
text = $STR_EPOCH_PLAYER_306;
|
||||
|
||||
Reference in New Issue
Block a user