mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Sync closeDisplay exit codes for easier scripts.txt filtering
This commit is contained in:
@@ -10,7 +10,7 @@ if (count(_this) > 0) then
|
||||
|
||||
// close DoorAccess if open
|
||||
_display = findDisplay 61144;
|
||||
_display closeDisplay 3000;
|
||||
_display closeDisplay 2;
|
||||
|
||||
// Check player access
|
||||
_hasAccess = [player, TheDoor] call FNC_check_access;
|
||||
|
||||
Reference in New Issue
Block a user