Added missing crutial add_principal use to server configuration file

This commit is contained in:
ElPumpo
2020-03-04 11:23:01 +01:00
parent 4d9af4e1ab
commit 8c719dcb23
+2 -2
View File
@@ -17,11 +17,10 @@ es_extended is a roleplay framework for FiveM. ESX is short for **Es**sentialMod
- Job system, with grades and clothes support
- Supports multiple languages, most strings are localized
- Easy to use API for developers to easily integrate ESX to their projects
- Register your own commands easily, with argument validation, chat suggestion and using FXServer ACL
## Requirements
This order also applies in the startup order.
- [mysql-async](https://github.com/brouznouf/fivem-mysql-async)
- [async](https://github.com/ESX-Org/async)
@@ -63,6 +62,7 @@ git clone https://github.com/ESX-Org/esx_menu_list [esx]/[ui]/esx_menu_list
- Configure your `server.cfg` to look like this
```
add_principal group.admin group.user
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow