mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
localize
This commit is contained in:
@@ -9,5 +9,5 @@ _nearTankTrap = _nearTankTraps select 0;
|
|||||||
if (!isNull _nearTankTrap and _canDo) then {
|
if (!isNull _nearTankTrap and _canDo) then {
|
||||||
[0,1,2,_nearTankTrap] spawn player_removeObject;
|
[0,1,2,_nearTankTrap] spawn player_removeObject;
|
||||||
} else {
|
} else {
|
||||||
cutText ["No Tank Traps found nearby.", "PLAIN DOWN"];
|
cutText [(localize "STR_EPOCH_ACTIONS_14"), "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user