mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
private "_display";
|
|
|
|
// Close DoorAccess
|
|
_display = findDisplay 61144;
|
|
_display closeDisplay 2;
|
|
if (DZE_doorManagementAllowManualCode) then {
|
|
//DZE_Lock_Door != (this getvariable['CharacterID','0']);
|
|
DZE_topCombo = 0;
|
|
DZE_midCombo = 0;
|
|
DZE_botCombo = 0;
|
|
createDialog "ComboLockUI";
|
|
} else {
|
|
localize "STR_EPOCH_DOORACCESS_NOMANUAL" call dayz_rollingMessages;
|
|
};
|