Lower group icons resource layer

Following 12abbfa
This commit is contained in:
ebayShopper
2017-03-31 15:12:24 -04:00
parent 0e244196e5
commit d5e808e4d1
9 changed files with 14 additions and 14 deletions

View File

@@ -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;
};