Commands
This section lists all available commands included in the script. Each command is designed to simplify administration, player interaction, or debugging tasks. You’ll find detailed descriptions, usage examples, and permission requirements to help you manage and customize your server efficiently.
| Command | Description |
/shuttercreator | Command to create shutters. |
Client Exports
This section provides all available client exports for the script. These functions allow you to interact directly with the system from the client side, enabling custom features, UI interactions, and integrations with other resources. Each export includes a short description and usage example for easy implementation.
Server Exports
This section provides all available server exports for the script. These functions allow developers to interact with the system from the server side, manage data, trigger actions, and integrate with other resources. Each export includes a clear description and a practical example to simplify its implementation.
The setLocked export allows you to lock or unlock a specific shutter by ID. Perfect for controlling access, creating security systems or syncing shutter states across the server.
If the operation is valid, it updates the shutter’s state in the database and notifies all clients. The function returns true upon success, or false if the shutter is not found or the parameter type is incorrect.
