This commit is contained in:
HARLAN
2013-12-23 12:29:10 -05:00
parent ce408df7cd
commit 6fe6ea1fca

View File

@@ -27,7 +27,7 @@ if(!isNull dayz_selectedDoor) then {
// close display since another player is closer
_display = findDisplay 41144;
_display closeDisplay 3000;
cutText ["Failed, another player is closer than you are.", "PLAIN DOWN"];
cutText [(localize "STR_EPOCH_ACTIONS_16"), "PLAIN DOWN"];
} else {
// get object combination
@@ -82,4 +82,4 @@ if(!isNull dayz_selectedDoor) then {
_display = findDisplay 41144;
_display closeDisplay 3000;
};
DZE_DYN_UnlockDoorInprogress = nil;
DZE_DYN_UnlockDoorInprogress = nil;