I have a couple of question (sorry this is my first time creating FiveM server)
- I have es_admin2 installed and configured it. But I’m still not an admin
This is my server cfg part for admin
Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don’t allow quit
add_principal identifier.steam:110000180270415 group.admin # add the admin to the group
add_principal identifier.STEAM_0:0:80270415 group.admin
add_ace resource.essentialmode command.sets allow
add_ace resource.essentialmode command.add_principal allow
add_ace resource.essentialmode command.add_ace allow
-
I have configured esx skin, but it required admin permission to use it. How to make all user can use this command?
-
Is there any tips or suggestion for managing permission? or even a GUI tool?