Permissions
Ace Permissions
Its required to add those permissions in your server.cfg if you want to use ace permissions
If you want to use ace permissions you need to enable it in config.lua and then you could define roles for admin access in permissions.lua
All definitions and checks are located in server/api/permissions.lua. For default ESX/QBCore permissions we use cache for better performance.
Each action has its own permissions check in server/api/permissions.lua.
ESX/QBCore permissions
Groups for permissions are defined in config.lua
This permissions are used only when ace permissions are disabled
Last updated