Allow to get the shutters status (closed/open)
id
number
The store id (only 1 for now)
status
boolean
The store shutters status (true = open, false = closed)
local status = exports["utility_jewelry"]:GetShuttersStatus(1) if status then print("Open!") else print("Closed!") end
Last updated 1 month ago
Was this helpful?