Adding salivals Change Code to Epoch Core

This commit is contained in:
AirwavesMan
2020-07-23 22:20:58 +02:00
parent 04a81c15c3
commit 5e296fc092
12 changed files with 364 additions and 81 deletions

View File

@@ -458,7 +458,7 @@ class ComboLockUI
y = 0.762017;
w = 0.201064;
h = 0.233964;
onButtonClick = "keypadCancel = false; if (!isNull dayz_selectedDoor) then {call player_unlockDoor;};";
onButtonClick = "keypadCancel = false; if (!isNull dayz_selectedDoor) then {call player_unlockDoor;} else {((ctrlParent (_this select 0)) closeDisplay 2);};";
};
};
};