mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
added text message to combine bars
This commit is contained in:
@@ -212,7 +212,7 @@ class TraderDialog
|
||||
y = 0.720064 * safezoneH + safezoneY;
|
||||
w = 0.1487436 * safezoneW;
|
||||
h = 0.055016 * safezoneH;
|
||||
onButtonClick = "[[],0] call epoch_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000);";
|
||||
onButtonClick = "[[],0] call epoch_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000); cutText [(localize ""STR_EPOCH_PLAYER_307"") , ""PLAIN DOWN""];";
|
||||
};
|
||||
class RscTextTraderDialog_1003: RscTextTraderDialog
|
||||
{
|
||||
|
||||
@@ -5986,6 +5986,16 @@
|
||||
<!-- <French></French> -->
|
||||
<!-- <Czech></Czech> -->
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_307">
|
||||
<Original>Combined all bars in your inventory to highest denomination.</Original>
|
||||
<English>Combined all bars in your inventory to highest denomination.</English>
|
||||
<!-- <German>Barren kombinieren</German> -->
|
||||
<!-- <Russian></Russian> -->
|
||||
<!-- <Spanish></Spanish> -->
|
||||
<!-- <Dutch></Dutch> -->
|
||||
<!-- <French></French> -->
|
||||
<!-- <Czech></Czech> -->
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_REPAIRV">
|
||||
<Original>Repair Vehicle</Original>
|
||||
<English>Repair Vehicle</English>
|
||||
|
||||
Reference in New Issue
Block a user