diff --git a/SQF/dayz_code/compile/player_traderCity.sqf b/SQF/dayz_code/compile/player_traderCity.sqf index 65c3bca6c..09bd29247 100644 --- a/SQF/dayz_code/compile/player_traderCity.sqf +++ b/SQF/dayz_code/compile/player_traderCity.sqf @@ -4,6 +4,11 @@ _traderName = _this select 0; _showText = _this select 1; _enterORleave = _this select 2; +// Do not show cutText when player changes clothes in trader area +if ((dayz_lastClothesChange + 3 > diag_tickTime) or (player distance getMarkerPos "respawn_west" < 15)) then { + _showText = false; +}; + switch _enterORleave do { case "enter": { if (_showText) then {