From 424e8e602f25a692894ba65056475a07df4a6c1d Mon Sep 17 00:00:00 2001 From: Ben // Zerofour // 04 <60815764+Zerofour04@users.noreply.github.com> Date: Wed, 7 Dec 2022 23:56:06 +0100 Subject: [PATCH] Update README.md --- README.md | 97 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index a56a404..925fefb 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,85 @@ -# 🚓esx_policejob +

🚓esx_policejob

+ +## 👑Creator: [ESX Framework](https://github.com/esx-framework) +## 🛠️Forked/Edited by: [Zerofour](https://github.com/Zerofour04) + +--- + +## ⭐Features +- Camera system +- Shield system +- Speed measurement +- S +- You can move if you're under arrest + +## ⚙️Changelogs: +### [2.0.0] - Dec 4, 2022 + - Added Backup Sound when you request Backup + - Added more objects in the traffic interaction + - Added some Sheriff coordinates + - Added own police menu + - Bodycam feature + - MDT system + - Status of officer + - Police Backup menu + - K9 Dog Menu + - Camera system + - Shieldmenu + - Speed measurement + - Traffic Manager system + - Updated `fx_version` + - Fixed some translation error + - Fixed some SQL File type errors + +### [1.0.0] - Mar 27, 2021 + - Rewritten so that people can move while wearing handcuffs + +## 🖼️Pictures: + + + -This is a police job for FiveM. You need ESX. I edited this so that you can move when you are arrested. -👑 Creator: [ESX Framework](https://github.com/esx-framework) -🛠️ Forked by: [Zerofour](https://github.com/Zerofour04) -### 🧱Requirements +## 📋Download & Installation +### Using [fvm](https://github.com/qlaffont/fvm-installer) +``` +fvm install --save --folder=esx esx-org/esx_policejob +``` + +### Using Git +``` +cd resources +git clone https://github.com/ESX-Org/esx_policejob [esx]/esx_policejob +``` + +### Manually +1. Download https://github.com/ESX-Org/esx_policejob/archive/master.zip +2. Put it in the `[esx]` directory +3. Import `esx_policejob.sql` in your database +4. Add this to your server.cfg: +``` +start esx_policejob +``` + +## 🧱Requirements +### Default: * Auto mode * [esx_billing](https://github.com/ESX-Org/esx_billing) * [esx_vehicleshop](https://github.com/ESX-Org/esx_vehicleshop) - * Player management (boss actions and armory with buyable weapons) * [esx_addoninventory](https://github.com/ESX-Org/esx_addoninventory) * [esx_datastore](https://github.com/ESX-Org/esx_datastore) * [esx_society](https://github.com/ESX-Org/esx_society) - * ESX Identity Support * [esx_identity](https://github.com/ESX-Org/esx_identity) - * ESX License Support * [esx_license](https://github.com/ESX-Org/esx_license) - * ESX Service Support * [esx_service](https://github.com/ESX-Org/esx_service) - * ESX Status Support * [esx_status](https://github.com/ESX-Org/esx_status) -## 📋Download & Installation - -### Using [fvm](https://github.com/qlaffont/fvm-installer) -``` -fvm install --save --folder=esx esx-org/esx_policejob -``` - -### Using Git -``` -cd resources -git clone https://github.com/ESX-Org/esx_policejob [esx]/esx_policejob -``` - -### Manually -- 1. Download https://github.com/ESX-Org/esx_policejob/archive/master.zip -- 2. Put it in the `[esx]` directory - - -## ⚠️Important Installation -- Import `esx_policejob.sql` in your database -- Add this to your server.cfg: -``` -start esx_policejob -``` ## 📝Notes - * If you want player management you have to set `Config.EnablePlayerManagement` to `true` in `config.lua`