Configuration
Configuration guide of Admin Menu System.
Admin Menu Script – Configuration Guide
This page explains every option inside
config.lua
so you can quickly adapt the Admin Menu to ESX, QBCore, or any custom framework.
1. Core Settings
Framework – chooses which core to load.
auto
picks the one that is running.Language – default locale (see
Config.Locales
).isWeaponItem –
true
if guns live in the inventory system.SpeedType – speed units shown in UI.
inventory – name of the inventory resource. Set to
custom
and editserver/editable.lua
if yours is different.
2. Opening the Menu
If both Command and Key are disabled, the menu can only be opened from code.
3. Revive Triggers
Add client event names here so the Revive button works with your medical script.
4. Noclip Controls & Speed Steps
Feel free to remove or add speed tiers – the menu will list them automatically.
5. Fuel Callback
Edit this wrapper if you use a different fuel script.
6. Plate Generator
Plates created via the Spawn Vehicle dialog follow these rules.
7. Pre‑defined Admins (optional)
Add staff Discord Snowflake or license hash here to auto‑assign a rank on join.
8. Ticket System
Disable the module by setting active = false
.
9. Permissions
The menu uses a rank → permission tree. Each rank inherits nothing, so explicitly set what you want.
Below is a minimal example — copy & extend it for real use.
Any key omitted or set to false
will be hidden in the UI for that rank.
10. Need Help?
Last updated