mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
localize
This commit is contained in:
@@ -27,7 +27,7 @@ if(!isNull dayz_selectedDoor) then {
|
|||||||
// close display since another player is closer
|
// close display since another player is closer
|
||||||
_display = findDisplay 41144;
|
_display = findDisplay 41144;
|
||||||
_display closeDisplay 3000;
|
_display closeDisplay 3000;
|
||||||
cutText ["Failed, another player is closer than you are.", "PLAIN DOWN"];
|
cutText [(localize "STR_EPOCH_ACTIONS_16"), "PLAIN DOWN"];
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// get object combination
|
// get object combination
|
||||||
@@ -82,4 +82,4 @@ if(!isNull dayz_selectedDoor) then {
|
|||||||
_display = findDisplay 41144;
|
_display = findDisplay 41144;
|
||||||
_display closeDisplay 3000;
|
_display closeDisplay 3000;
|
||||||
};
|
};
|
||||||
DZE_DYN_UnlockDoorInprogress = nil;
|
DZE_DYN_UnlockDoorInprogress = nil;
|
||||||
|
|||||||
Reference in New Issue
Block a user