mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
@@ -152,7 +152,7 @@ _myGroup = group _body;
|
||||
[_body] joinSilent dayz_firstGroup;
|
||||
deleteGroup _myGroup;
|
||||
|
||||
80000 cutText ["","PLAIN"]; //Clear group tags
|
||||
8 cutText ["","PLAIN"]; //Clear group tags
|
||||
3 cutRsc ["default", "PLAIN",3];
|
||||
4 cutRsc ["default", "PLAIN",3];
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -16,9 +16,9 @@ _holdBreath = if (count (actionKeys "HoldBreath") > 1) then { [true,localize "ST
|
||||
_turboKey = if (count (actionKeys "Turbo") > 0) then { [true,localize "STR_UI_HOLD_TURBO"] } else { [false,""] };
|
||||
|
||||
if ((_holdBreath select 0) or (_turboKey select 0)) then {
|
||||
4100002 cutRsc ["DZ_BlackScreen","PLAIN"];
|
||||
16 cutRsc ["DZ_BlackScreen","PLAIN"];
|
||||
(uiNamespace getVariable "DZ_BlackScreen") displayCtrl 1 ctrlSetText format ["%1\n%2", (_holdBreath select 1), (_turboKey select 1)];
|
||||
} else {
|
||||
4100002 cutText ["","PLAIN"];
|
||||
16 cutText ["","PLAIN"];
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user