mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 23:50:48 +03:00
localization #1
This commit is contained in:
@@ -7,12 +7,12 @@ _isCardiac = _unit getVariable["USEC_isCardiac",false];
|
||||
|
||||
sleep 1;
|
||||
if (_isDead) then {
|
||||
TitleText["Pulse is extremely weak","PLAIN DOWN",3];
|
||||
TitleText[(localize "str_epoch_player_3"),"PLAIN DOWN",3];
|
||||
} else {
|
||||
if (_isCardiac) then {
|
||||
TitleText["Pulse is weak","PLAIN DOWN",3];
|
||||
TitleText[(localize "str_epoch_player_4"),"PLAIN DOWN",3];
|
||||
} else {
|
||||
TitleText["Pulse is strong","PLAIN DOWN",3];
|
||||
TitleText[(localize "str_epoch_player_5"),"PLAIN DOWN",3];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user