mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-10 20:03:21 +03:00
Update all cutText to dayz_rollingMessages
This commit is contained in:
@@ -5,11 +5,11 @@ _isCardiac = _unit getVariable["USEC_isCardiac",false];
|
||||
|
||||
uiSleep 1;
|
||||
if (_isDead) then {
|
||||
cutText [localize "str_pulse_extremely_weak","PLAIN DOWN"];
|
||||
localize "str_pulse_extremely_weak" call dayz_rollingMessages;
|
||||
} else {
|
||||
if (_isCardiac) then {
|
||||
cutText [localize "str_pulse_weak","PLAIN DOWN"];
|
||||
localize "str_pulse_weak" call dayz_rollingMessages;
|
||||
} else {
|
||||
cutText [localize "str_pulse_strong","PLAIN DOWN"];
|
||||
localize "str_pulse_strong" call dayz_rollingMessages;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user