Files
esx_core/README.md
T
Jérémie N'gadi 816a498b05 Update README.md
2017-08-08 20:17:40 +02:00

31 lines
949 B
Markdown

# fxserver-esx_policejob
FXServer ESX Police Job
[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
[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) * Auto mode : Import esx_policejob_minimal.sql in your database
* Player / Armory management : Import esx_policejob_full.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