> 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/francais/dependance.md).

# Dépendance

### Explication des Dépendances

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

***

#### 🔄 **Framework Supporté : ESX, QBCORE, QBOX**

**🟩 Installation ESX**

1. Téléchargez `es_extended` (version 1.13.4 Legacy)
2. Placez dans `resources/[esx]/es_extended`
3. Ajoutez dans `server.cfg` :

   ```cfg
   ensure es_extended
   ```

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

🟦 Installation QBCore\
Téléchargez `qb-core` (version 1.3.0)\
Placez dans `resources/[qb]/qb-core`\
Ajoutez dans `server.cfg` :

```plaintext
ensure qb-core
```

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

🟥 Installation QBOX\
Télécharge `qbox-core` (version 1.23.0)\
Placez dans `resources/[qbox]/qbox-core`\
Ajoutez dans `server.cfg` :

```plaintext
ensure qbox-core
```

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

&#x20;   Installation xsound\
Télécharge `xsound` (version 4.2.3)\
Placez dans `resources/[script]/xsound`\
Ajoutez dans `server.cfg` :

```plaintext
ensure xsound
```

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

&#x20;  Installation ox\_lib\
Télécharge `ox_lib` (version 2.30.6)\
Placez dans `resources/[ox]/ox_lib`\
Ajoutez dans `server.cfg` :

```plaintext
ensure ox_lib
```

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

&#x20;  Installation ox\_target\
Télécharge `ox_target` (version 1.17.2)\
Placez dans `resources/[ox]/ox_target`\
Ajoutez dans `server.cfg` :

```plaintext
ensure ox_target
```

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

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

Le script est 100% NUI :

* &#x20;Menu dynamique
* &#x20;Listes de lecture interactives
* &#x20;Chat DJ intégré

***

#### &#x20;Résumé des Dépendances

| Nom           | Rôle                  | Requis pour |
| ------------- | --------------------- | ----------- |
| `es_extended` | Framework (ESX)       | ESX         |
| `qb-core`     | Framework (QBCore)    | QBCore      |
| `qbox-core`   | Framework (QBox)      | QBox        |
| `xsound`      | Lecture musicale      | Tout        |
| `ox_lib`      | Fonctions utilitaires | Tout        |
| `ox_target`   | Interactions ciblées  | Tout        |
