Sync closeDisplay exit codes for easier scripts.txt filtering

This commit is contained in:
ebaydayz
2016-11-11 14:48:28 -05:00
parent 489e0bbc77
commit 88870a6b2a
23 changed files with 41 additions and 56 deletions

View File

@@ -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;