# Installation

### Install dependencies

* Download the latest [`ox_lib.zip`](https://github.com/overextended/ox_lib/releases).
* Open `ox_lib.zip` and copy the `ox_lib` folder to your server's resources folder
* Add ensure `ox_lib` right after ensure es\_extended or qb-core in your `server.cfg`
* Download the latest [`oxmysql.zip`](https://github.com/overextended/oxmysql/releases) .
* Open `oxmysql.zip` and copy the `oxmysql` folder to your server's resources folder
* Add ensure `oxmysql` right after ensure es\_extended or qb-core in your `server.cfg`

### Script Install

* Download from [keymaster](https://keymaster.fivem.net/).
* Copy script folder to your server's resources folder
* in server cfg add following:

```
add_ace group.YOURWANTEDGROUP command.shops allow
add_ace group.YOURWANTEDGROUP command.deleteshop allow
```

### Example for admin group

```
add_ace group.admin command.shops allow
add_ace group.admin command.deleteshop allow
```

### If this doesnt work for you on QBCore do following:

```
add_ace qbcore.YOURWANTEDGROUP command.shops allow
add_ace qbcore.YOURWANTEDGROUP command.deleteshop allow
```
