Skip to main content
Allow to set the shutters status (closed/open)
  • Parameters
  • Returns
NameTypeDefaultDescription
idnumberThe store id (only 1 for now)
statusbooleanfalseThe new shutters status, true = open, false = closed

Example

exports["utility_jewelry"]:SetShuttersStatus(1, true) -- opens shutters
exports["utility_jewelry"]:SetShuttersStatus(1, false) -- closes shutters