From 5fa079bcee254db14c2ce1b02d25abce2a5e6f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Thu, 10 Aug 2017 18:19:16 +0200 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 1d7f5960..fb224cbe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # fxserver-esx_ambulancejob FXServer ESX Ambulance Job + +[REQUIREMENTS] + +* Auto mode + - esx_skin => https://github.com/FXServer-ESX/fxserver-esx_skin + +* Player management (boss actions **There is no way to earn money for now**) + * esx_society => https://github.com/FXServer-ESX/fxserver-esx_society + +[INSTALLATION] + +1) CD in your resources/[esx] folder +2) Clone the repository +``` +git clone https://github.com/FXServer-ESX/fxserver-esx_ambulancejob esx_ambulancejob +``` +3) * Auto mode : Import esx_ambulancejob_minimal.sql in your database + * Player / Armory management : Import esx_ambulancejob_full.sql in your database + +4) Add this in your server.cfg : + +``` +start esx_ambulancejob +``` +5) * If you want player management you have to set Config.EnablePlayerManagement to true in config.lua +