diff --git a/client/main.lua b/client/main.lua index 9d30426..40a2b37 100644 --- a/client/main.lua +++ b/client/main.lua @@ -883,3 +883,19 @@ CreateThread(function() Wait(sleep) end end) + +exports('GetClosestDoor', function() + return closestDoor +end) + +exports('GetNearbyDoors', function() + return nearbyDoors +end) + +exports('GetDoorList', function() + return Config.DoorList +end) + +exports('GetDoorStates', function() + return Config.DoorStates +end) \ No newline at end of file