🎟️Administrator permissions

Permissions are based on the ACE permission system of fivem

First you have to register the ACE permission in the server.cfg:

add_ace business_system business_system_administrator allow

Then to add administrators you need to add this line with the corresponding identifier

# By license
add_principal identifier.license:AAAAAAAAAAAAAAAAAAA business_system

# By discord id
add_principal identifier.discord:0000000000 business_system

Last updated