# FrameWork

#### Framework Configuration <a href="#framework-configuration" id="framework-configuration"></a>

Warning, the script is completely STANDALONE and comes with some framework configurations already ready for

**ESX - QBCORE - QBOX - vRP/vRPEX**

To ensure compatibility with your server's framework, you need to make adjustments in the script. Follow the steps below:

**1. Configuring the Framework**

Open the **`shared/config.lua`** file located in the script's folder. Find the following line:

<figure><img src="https://3165241027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9c0Pe86hIb7L19e6P9Dk%2Fuploads%2F15Lr3NP5F62sPHGgWfzG%2Fimage.png?alt=media&#x26;token=a8855dbf-ce70-422c-bde7-c785d0532275" alt=""><figcaption></figcaption></figure>

```
FrameWork = 'ESX'
```

If your server uses **QBCore**, or **ANOTHER** Framework, put the name corresponding to your framework change the line to:

<a class="button secondary">Copiar</a>

```
FrameWork = 'QBcore'-- QBcore FRAMEWOR
FrameWork = 'QBOX' -- QBOX FRAMEWORK
FrameWork = 'vRP' -- vRP FRAMEWORK
FrameWork = 'creative' -- Creative FRAMEWORK
```

If your server does not use any of the frameworks available in the configuration, set the framework to standalone by changing the line to:

```
FrameWork = 'standalone'
```
