exports["doors_creator"]:getDoorIdData(doorId)
doorId
integer
The door ID to get the data
Citizen.CreateThread(function() local doorId = 55 local doorData = exports["doors_creator"]:getDoorIdData(doorId) print("The name of the door " .. doorId .. " is " .. doorData.label) end)
Last updated 1 year ago