Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt

Use this file to discover all available pages before exploring further.

Sets the status of a bank door.
ArgumentData TypeNeededDefaultDescription
bankIdnumber-The index in the Config.Banks table
doorIdstring-Internal id to refer the door, generally can be one of the following values: vault, prevault, shutters
statusboolean-True to open the door, false to close it (for shutters its inverted, so true = closed)
exports["utility_bank"]:SetBankDoorStatus(1, "shutters", true)