# QB Clothing Item

<figure><img src="https://598044428-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2YEySnTvDJiwfeFb4sI3%2Fuploads%2FCgXxagP2Qqvf95urtCC6%2FQB%20Clothing%20Item.png?alt=media&#x26;token=25f9558c-8f7b-4a90-a0e4-91e5d76f6aa5" alt=""><figcaption></figcaption></figure>

### ✨ Overview

1017 Development QB Clothing Item is a QBCore script that adds a usable `clothing_bag` item to your server, allowing players to access their saved outfits menu from qb-clothing directly from their inventory.

✨ Features

* **Usable Item**: Register `clothing_bag` as a usable item via QBCore
* **Outfit Menu**: Opens the saved outfits menu from qb-clothing
* **Secure Removal**: Server-side item removal using ox\_inventory API
* **Error Handling**: Proper validation for qb-clothing and saved outfits
* **Debug Logging**: Console output for troubleshooting
* **Anti-Duplication**: Item only removed after successful menu opening

✨ Installation Guide

Step 1: Place the Resource\
Place the `crp-clothingitem` folder in your server's `resources` folder.

Step 2: Configure Your server.cfg\
Add the following lines to your `server.cfg` file:

Copy\
ensure qb-core\
ensure qb-clothing\
ensure ox\_inventory\
ensure crp-clothingitem

Step 3: Configure ox\_inventory\
Open your `ox_inventory/data/items.lua` file and add the following item configuration:

```
['clothing_bag'] = {    label = 'Clothing Bag',    weight = 1000,    stack = true,    close = true,    description = 'A bag containing various clothing options',},
```

Step 4: Restart the Server\
Restart your server. Ensure all dependencies (qb-core, qb-clothing, ox\_inventory) are installed and started.

{% hint style="info" %}
Need more help ? Join our discord : [1017 Development Discord](https://discord.gg/YwhcX3td96)
{% endhint %}
