Add fixes

This commit is contained in:
LuaDeldu
2017-11-21 18:21:45 +01:00
parent 061bd7522b
commit b8ef1abd8a
6 changed files with 694 additions and 16 deletions
+9 -8
View File
@@ -1,22 +1,23 @@
# fxserver-esx_accessories
FXServer ESX Accessories
[REQUIREMENTS]
Shops with accessories (hat/helmet, glasses, masks, ears accessories). You can put on or take off the accessories with a menu. Accessories saved in database.
- esx_skin => https://github.com/FXServer-ESX/fxserver-esx_skin
- esx_datastore => https://github.com/FXServer-ESX/fxserver-esx_datastore
/!\ Works only with accessories purchased in the special areas of the clothing store, not via the esx_clotheshop script.
[INSTALLATION]
## REQUIREMENTS
- esx_skin => https://github.com/ESX-Org/esx_skin
- esx_datastore => https://github.com/ESX-Org/esx_datastore
## INSTALLATION
1) CD in your resources/[esx] folder
2) Clone the repository
```
git clone https://github.com/FXServer-ESX/fxserver-esx_accessories esx_accessories
```
3) Import esx_accessories.sql in your database
4) Add this in your server.cfg :
```
start baseevents
start esx_accessories
```