more fixes

This commit is contained in:
[VB]AWOL
2013-08-26 13:30:31 -05:00
parent 38cca1cb77
commit d8043f942b
9 changed files with 45 additions and 41 deletions

View File

@@ -6,11 +6,11 @@ dayz_combination = "";
if(!isNull dayz_selectedVault) then {
_ok = createdialog "KeypadUI";
// _ok = createdialog "SafeKeyPad";
if ((typeOf dayz_selectedVault) == "VaultStorageLocked" or (typeOf dayz_selectedVault) == "VaultStorage") then {
_ok = createdialog "SafeKeyPad";
} else {
_ok = createdialog "KeypadUI";
};
};
s_player_unlockvault = -1;