Skip to main content
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)