# Multiplayer Fashion & Print Job

## Overview

**TW Fashion Job** is an immersive multiplayer clothing manufacturing and delivery system. Players work in a textile factory, crafting t-shirts and sweaters, then delivering boxed products to stores across the city.

{% hint style="success" %}
**Multiplayer Support:** Work together with other players in cooperative gameplay to run a clothing production line!
{% endhint %}

***

## Features

### Core Features

* **Multiplayer Lobby System** - Work with other players in cooperative gameplay
* **Clothing Crafting** - Create t-shirts and sweaters in multiple colors
* **Textile Production** - Full production workflow from raw materials to finished products
* **Box Loading** - Pack finished clothing into delivery boxes
* **Delivery System** - Transport and deliver to various locations
* **Market System** - Buy raw materials (wool, dyes) from the market

### Additional Features

* **Level & XP System** - Progress through 70 levels with increasing rewards
* **4 Difficulty Levels** - Progressive regions with increasing complexity
* **5 Color Options** - Dark Blue, Purple, Black, White, Blue
* **Multiple Workstations** - 4 independent workstations
* **Tutorial System** - In-game video tutorials for new players
* **Multi-language Support** - 7 languages included (EN, TR, DE, FR, PT, RU, AR)

***

## How It Works

### Step 1: Start a Lobby

Go to the fashion job NPC at the factory and open the job menu. Create a lobby and invite other players (optional).

### Step 2: Buy Materials

Visit the market to purchase:

* Wool
* Dyes (Dark Blue, Purple, Black, White, Blue)

### Step 3: Craft Clothing

At the factory workstations:

1. **T-Shirt Crafting** - Create t-shirts in chosen colors (1-3 shirts)
2. **Sweater Crafting** - Create sweaters in chosen colors (1-3 sweaters)
3. **Fold & Pack** - Fold clothing and prepare for boxing

### Step 4: Load & Deliver

1. **Box Loading** - Pack finished clothing into delivery boxes
2. **Delivery** - Transport boxes to various store locations (2-5 deliveries per run)

### Step 5: Collect Rewards

Complete deliveries to earn money, XP, and per-item bonuses.

***

## Requirements

| Resource  | Required | Notes                                               |
| --------- | -------- | --------------------------------------------------- |
| Framework | Yes      | QBCore, QBox, ESX, vRP, or Standalone               |
| Database  | Yes      | oxmysql (recommended), mysql-async, or ghmattimysql |
| PolyZone  | Yes      | Required for all Tworst Scripts                     |

### Optional Dependencies

| Resource               | Purpose                           |
| ---------------------- | --------------------------------- |
| qb-target / ox\_target | Target interaction system         |
| Vehicle Keys Script    | Automatic vehicle key integration |
| Clothing Script        | Job uniform system                |

***

## Supported Systems

### Frameworks

| Framework  | Config Value       |
| ---------- | ------------------ |
| QBCore     | `'qb'`             |
| QBox       | `'qb'`             |
| ESX Legacy | `'esx'`            |
| vRP / vRP2 | `'vrp'` / `'vrp2'` |
| Standalone | `'standalone'`     |

### Inventory Systems

| System           | Config Value      |
| ---------------- | ----------------- |
| QBCore Inventory | `'qb_inventory'`  |
| ESX Inventory    | `'esx_inventory'` |
| ox\_inventory    | `'ox_inventory'`  |
| qs-inventory     | `'qs_inventory'`  |

### Vehicle Key Systems (Auto-detected)

* qb-vehiclekeys
* qbx-vehiclekeys
* qs-vehiclekeys
* wasabi-carlock
* cd\_garage
* Renewed-Vehiclekeys

### Fuel Systems (Auto-detected)

* LegacyFuel
* ox\_fuel
* cdn-fuel
* ps-fuel
* x-fuel

***

## Commands

| Command                | Description             |
| ---------------------- | ----------------------- |
| `/jobresetfashion`     | Reset your current job  |
| `/jobleavefashion`     | Leave the current lobby |
| `/openTutorialfashion` | Open the tutorial menu  |

***

## Market Items

| Item          | Price |
| ------------- | ----- |
| Wool          | $150  |
| Dark Blue Dye | $250  |
| Purple Dye    | $250  |
| Black Dye     | $250  |
| White Dye     | $250  |
| Blue Dye      | $250  |

***

## Rewards by Region

| Region   | Level | Money   | XP    |
| -------- | ----- | ------- | ----- |
| Region 1 | 0     | $5,000  | 1,000 |
| Region 2 | 2     | $10,000 | 2,000 |
| Region 3 | 4     | $15,000 | 3,000 |
| Region 4 | 6     | $20,000 | 4,000 |

***

## Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Installation</strong></td><td>Step-by-step installation guide</td><td><a href="fashion-job/installation">installation</a></td></tr><tr><td><strong>Configuration</strong></td><td>Complete configuration reference</td><td><a href="fashion-job/configuration">configuration</a></td></tr><tr><td><strong>Changelog</strong></td><td>Version history and updates</td><td><a href="fashion-job/changelog">changelog</a></td></tr></tbody></table>

***

## Purchase

{% hint style="info" %}
Purchase Multiplayer Fashion & Print Job from our [Tebex Store](https://tworst.tebex.io) or [CFX Store](https://tworst.com).
{% endhint %}


---

# 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://docs.tworst.com/scripts/fashion-job.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.
