Permissions
Last updated
Last updated
There are several ways to give someone access to the admin menu. Best way is to add ACE permission to one of your identifiers or group. If you want to learn more about ACE permissions, you can visit .
You can also give someone permissions via framework-specific groups.
ESX
/setgroup [id] [group]
QBCore
/addpermission [id] [group]
qbx-core
ACE permissions only
You can add your own permissions and manage them from the admin panel.
Okay, but what's the point of adding more permissions?
We created our admin menu script to give users as much freedom as possible. We gave the ability to add your own functions to our script, and each function can be restricted by permission.
Custom permissions can be added in the data/permissions.lua
file.
Now restart the script and you are ready to use your newly added permissions.