> For the complete documentation index, see [llms.txt](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/scripts-free/dj-fun/english/dependence.md).

# Dependence

### Explanation of Dependencies

#### &#x20; **Dj Fun \[v1.0.7]**

***

#### 🔄 Supported Frameworks: ESX, QBCORE, QBOX

**🟩** ESX Installation

1. Download `es_extended` (version 1.13.4 Legacy)
2. Place in `resources/[esx]/es_extended`
3. Add in `server.cfg` :

   ```cfg
   ensure es_extended
   ```

👉 [es\_extended – GitHub Officiel](https://github.com/esx-framework/es_extended)

🟦 Installation QBCore\
Download `qb-core` (version 1.3.0)\
Place in `resources/[qb]/qb-core`\
Add in `server.cfg` :

```plaintext
ensure qb-core
```

👉 [qb\_core – GitHub Officiel](https://github.com/qbcore-framework)

🟥 Installation QBOX\
Download `qbox-core` (version 1.23.0)\
Place in `resources/[qbox]/qbox-core`\
Add in `server.cfg` :

```plaintext
ensure qbox-core
```

👉  [qbox\_core – GitHub Officiel](https://github.com/Qbox-project/qbx_core)

***

&#x20;   Installation xsound\
Download `xsound` (version 4.2.3)\
Place in `resources/[script]/xsound`\
Add in `server.cfg` :

```plaintext
ensure xsound
```

👉 [ xsound – GitHub Officiel](https://github.com/Korilakkuma/XSound)

&#x20;  Installation ox\_lib\
Download `ox_lib` (version 2.30.6)\
Place in `resources/[ox]/ox_lib`\
Add in `server.cfg` :

```plaintext
ensure ox_lib
```

👉  [ox\_lib – GitHub Officiel](https://github.com/overextended/ox_lib)

&#x20;  Installation ox\_target\
Download `ox_target` (version 1.17.2)\
Place in `resources/[ox]/ox_target`\
Add in `server.cfg` :

```plaintext
ensure ox_target
```

👉  [ox\_target – GitHub Officiel](https://github.com/overextended/ox_target)

#### 🖥️ **Interface NUI Intégrée**

The script is 100% NUI :

* Dynamic menu
* Interactive playlists
* Integrated DJ chat

***

#### &#x20; Summary of Dependencies

| Nom           | Rôle                  | Requis pour |
| ------------- | --------------------- | ----------- |
| `es_extended` | Framework (ESX)       | ESX         |
| `qb-core`     | Framework (QBCore)    | QBCore      |
| `qbox-core`   | Framework (QBox)      | QBox        |
| `xsound`      | Musical reading       | All         |
| `ox_lib`      | Utility functions     | All         |
| `ox_target`   | Targeted interactions | All         |
