Files
esx_core/README.md
T
2018-04-18 22:55:13 +02:00

36 lines
1.1 KiB
Markdown

# esx_policejob
[REQUIREMENTS]
* Auto mode
* [esx_billing](https://github.com/FXServer-ESX/fxserver-esx_billing)
* Player management (boss actions and armory with buyable weapons)
* [esx_society](https://github.com/FXServer-ESX/fxserver-esx_society)
* [esx_datastore](https://github.com/FXServer-ESX/fxserver-esx_datastore)
* ESX Identity Support
* [esx_identity](https://github.com/ESX-Org/esx_identity)
[INSTALLATION]
1) CD in your resources/[esx] folder
2) Clone the repository
```
git clone https://github.com/FXServer-ESX/fxserver-esx_policejob esx_policejob
```
3) Import esx_policejob.sql in your database
4) Add this in your server.cfg :
```
start esx_policejob
```
5) * If you want player management you have to set Config.EnablePlayerManagement to true in config.lua
* If you want armory management you have to set Config.EnableArmoryManagement to true in config.lua
* If you want license management you have to set Config.EnableLicenses to true in config.lua
# Legal
### License
The project is licensed under GPLv3, read the [license](LICENSE.txt) for more information.