mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update vault_combination_1.sqf
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
private ["_ok"];
|
|
||||||
|
|
||||||
if (dayz_actionInProgress) exitWith {localize "STR_EPOCH_PLAYER_21" call dayz_rollingMessages;};
|
if (dayz_actionInProgress) exitWith {localize "STR_EPOCH_PLAYER_21" call dayz_rollingMessages;};
|
||||||
dayz_actionInProgress = true;
|
dayz_actionInProgress = true;
|
||||||
|
|
||||||
@@ -12,11 +10,11 @@ if (dayz_lastCodeFail > diag_tickTime) exitWith {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!isNull dayz_selectedVault) then {
|
if (!isNull dayz_selectedVault) then {
|
||||||
if ((typeOf dayz_selectedVault) == "VaultStorageLocked" || (typeOf dayz_selectedVault) == "VaultStorage") then {
|
if ((typeOf dayz_selectedVault) in ["VaultStorageLocked","VaultStorage","VaultStorage2Locked","VaultStorage2"]) then {
|
||||||
_ok = createDialog "SafeKeyPad";
|
createDialog "SafeKeyPad";
|
||||||
} else {
|
} else {
|
||||||
_ok = createDialog "KeypadUI";
|
createDialog "KeypadUI";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dayz_actionInProgress = false;
|
dayz_actionInProgress = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user