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 |
/openui | Open yacht customizable menu. |
/closeui | Hide the interface. |
/toggleseatbelt | Put on or take off the seatbelt even if you can with keybind. |
/reset_hud_config | You must have debugging enabled for this usage. |
/cinematic | You must have debugging enabled for this usage. |
/stopcinematic | You must have debugging enabled for this usage. |
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 interface:notification event allows you to send styled notifications to a specific player client-side. This is especially useful for displaying alerts, messages, or system feedback in a consistent and customizable way across your server.
Example
Here’s a working example using a simple test command:
Running /quasar_notify in-game will display a sample notification to the player who executes it.
