mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
#852 buy for/sell for dialog.hpp
This commit is contained in:
@@ -207,7 +207,7 @@ class TraderDialog
|
|||||||
class RscTextTraderDialog_1003: RscTextTraderDialog
|
class RscTextTraderDialog_1003: RscTextTraderDialog
|
||||||
{
|
{
|
||||||
idc = -1;
|
idc = -1;
|
||||||
text = "Buy For";
|
text = $STR_EPOCH_PLAYER_293;
|
||||||
x = 0.290407 * safezoneW + safezoneX;
|
x = 0.290407 * safezoneW + safezoneX;
|
||||||
y = 0.555016 * safezoneH + safezoneY;
|
y = 0.555016 * safezoneH + safezoneY;
|
||||||
w = 0.0743718 * safezoneW;
|
w = 0.0743718 * safezoneW;
|
||||||
@@ -216,7 +216,7 @@ class TraderDialog
|
|||||||
class RscTextTraderDialog_1004: RscTextTraderDialog
|
class RscTextTraderDialog_1004: RscTextTraderDialog
|
||||||
{
|
{
|
||||||
idc = -1;
|
idc = -1;
|
||||||
text = "Sell For";
|
text = $STR_EPOCH_PLAYER_294;
|
||||||
x = 0.290407 * safezoneW + safezoneX;
|
x = 0.290407 * safezoneW + safezoneX;
|
||||||
y = 0.623786 * safezoneH + safezoneY;
|
y = 0.623786 * safezoneH + safezoneY;
|
||||||
w = 0.0743718 * safezoneW;
|
w = 0.0743718 * safezoneW;
|
||||||
|
|||||||
Reference in New Issue
Block a user