From 2bc94af8f42f1ddcf2232285606a3d7814e9a2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Wed, 2 Aug 2017 12:18:11 +0200 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index cab8f7d7..9da6f543 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # fxserver-esx_vehicleshop FXServer ESX Vehicle Shop + +[REQUIREMENTS] + +* Auto mode + * No need to download another resource + +* Player management (billing and boss actions) + * esx_society => https://github.com/FXServer-ESX/fxserver-esx_society + * esx_billing => https://github.com/FXServer-ESX/fxserver-esx_billing + +[INSTALLATION] + +1) CD in your resources/[esx] folder +2) Clone the repository +``` +git clone https://github.com/FXServer-ESX/fxserver-esx_vehicleshop esx_vehicleshop +``` +3) * Auto mode : Import esx_vehicleshop_minimal.sql in your database + * Player management : Import esx_vehicleshop_full.sql in your database + +4) Add this in your server.cfg : + +``` +start esx_vehicleshop +``` +5) If you want player management you have to set Config.EnablePlayerManagement to true in config.lua