# 🎽 Clothing Packs

### 👗👔 Clothing Packs Installation Guide (Men & Women)

This tutorial explains how to correctly install our **men’s and women’s clothing packs** on your FiveM server.\
In this example we’ll reference **V6**, but **all versions (V1–V6) share the exact same installation**.

* Men’s Clothing V6 — [Preview](https://youtu.be/s5YF2MieYeA)
* Women’s Clothing V6 — [Store Page](https://www.1370mods.com/product/6702910)

***

#### 🛒 1) Download your assets

After purchasing, go to your [**CFX Portal**](https://portal.cfx.re/) and download the clothing **assets** for your pack.\
The **number of assets** varies by version (**V1–V6**).

<figure><img src="/files/Xd0DsR5ri4msiNVbQYBy" alt=""><figcaption></figcaption></figure>

***

#### 📦 2) Extract the assets

* Download **each** asset for your purchase (men, women, or both).
* **If you bought only Men&#x20;*****or*****&#x20;only Women:**\
  Create a folder named **`[clothes]`** and place the corresponding assets inside (as shown in the example image for women).
* **Extract** each asset into its **own folder**, then **delete the .zip** files.\
  If you purchased **only one** category (men *or* women), you can go straight to step 3.
* **If you bought both Men and Women:**\
  We recommend splitting into two categories, for example:

  * **`[menclothes]`**
  * **`[womenclothes]`**\
    You may name them as you wish — just make sure you **start** those categories in step 3.<br>

  <figure><img src="/files/b2tCio5kohptOv9HcsNl" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/zYfZgD9ppp9bYKmRf0yE" alt=""><figcaption></figcaption></figure>

***

#### ⚙️ 3) Configure your server

Open your **`server.cfg`** and **ensure** the folders you created. Examples:

```cfg
ensure [clothes]
```

or, if you split them:

```cfg
ensure [menclothes]
ensure [womenclothes]
```

Start your server and wait for the packs to load to enjoy high-quality clothing.

***

#### 🚀 4) Done — enjoy the pack!

Your clothing packs are now installed and ready to use.

***

### 📌 Important notes

* **Each clothing pack is unique.** Installation is the same across versions, but **V6 is&#x20;*****not*****&#x20;a compilation** of previous packs. Please read product descriptions carefully — **each pack is different**.

#### ✅ Technical considerations (please read carefully)

* **Gamebuild:** Packs are currently built for **gamebuild 3258**. Check that your **scripts** and **MLOs** target the same or a compatible (lower) build to avoid crashes.
* **Host/VPS & Artifacts:** Keep your **host/VPS cache** under control to prevent issues. If you use a **Patreon key** for clothing, verify it on your **main server**. Also ensure you’re running the **latest CFX artifacts** — these significantly impact pack stability.
* **YMT limits:** Each new GTA V update tends to **reduce tolerance for YMT usage**. We strongly recommend reading **Durty’s documentation** on limits and crashes before buying: <https://docs.gta.clothing/game-mechanics/game-limits-and-crashes>. It clearly explains what happens with too many YMTs or excessive resource weight.

***

#### 💬 Need a specific build or having issues?

If you still experience issues **or** need a **specific gamebuild**, please open a **support ticket** or email us via the contacts listed on the main page of our docs.

<figure><img src="/files/Z0qOhrktD2Cb2jZ1uWwY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://1370-shop.gitbook.io/1370-shop/tutorials-how-to-install-or-escrow/clothing-packs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
