🛡️ Admin & Security
🛡️ Control access to sensitive mileage system features with admin settings.
🧑💻 Admins:
Required Permission: Define the required permission to access the vehicle mileage database and other administrative commands. Example:
Config.AdminPermission = 'admin'
Only users with this permission will be able to use admin-level commands such as viewing or managing the mileage database.
You have to add the configured permission to specific player or group in your server.cfg file!
⁉️ Why use it?
This setting helps ensure that only authorized personnel can access and modify critical vehicle data, maintaining server security and integrity.
👀 Example configuration:
Config.AdminPermission = 'admin' -- Admin rank for database access
Last updated