mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
23 lines
618 B
Markdown
23 lines
618 B
Markdown
# esx_accessories
|
|
|
|
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.
|
|
|
|
/!\ Works only with accessories purchased in the special areas of the clothing store, not via the esx_clotheshop script.
|
|
|
|
|
|
## 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
|
|
3) Import esx_accessories.sql in your database
|
|
4) Add this in your server.cfg :
|
|
|
|
```
|
|
start esx_accessories
|
|
```
|