mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 02:16:29 +03:00
@@ -4,7 +4,7 @@ _traderName = _this select 0;
|
||||
_showText = _this select 1;
|
||||
_enterORleave = _this select 2;
|
||||
|
||||
// Do not show cutText when player changes clothes in trader area
|
||||
// Do not show message when player changes clothes in trader area
|
||||
if ((dayz_lastClothesChange + 3 > diag_tickTime) or (player distance respawn_west_original < 100)) then {
|
||||
_showText = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user