# Multiplayer Gardener Job

## Overview

**TW Gardener Job** is a comprehensive multiplayer landscaping system where players work as professional gardeners. Mow lawns, prune grass, collect branches, plant flowers, and maintain beautiful gardens across Los Santos.

{% hint style="success" %}
**Multiplayer Support:** Work together with other players in cooperative gameplay to complete landscaping tasks!
{% endhint %}

***

## Features

### Core Features

* **Multiplayer Lobby System** - Work with other players in cooperative gameplay
* **Vehicle Rental System** - Rent landscaping vehicles and equipment
* **Lawn Mowing** - Mow grass using specialized mower equipment
* **Grass Pruning** - Trim and prune overgrown grass
* **Branch Collection** - Gather fallen branches
* **Flower Planting** - Plant flowers in designated areas
* **Watering System** - Water newly planted flowers

### Additional Features

* **Level & XP System** - Progress through 70 levels with increasing rewards
* **4 Work Regions** - Multiple regions with progressive difficulty
* **Bonus Tasks** - Extra tasks for bonus rewards (watering, branch collection)
* **Interactive Equipment** - Use mowers and gardening tools
* **Reconnection System** - Players can reconnect to lobbies after disconnection
* **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 gardener job NPC and open the job menu. Create a lobby and invite other players (optional).

### Step 2: Rent Equipment

Rent a landscaping truck and mower from the equipment area.

### Step 3: Complete Tasks

Travel to marked locations and complete various gardening tasks:

1. **Lawn Mowing** - Use the mower to cut grass (20-30 tasks per region)
2. **Grass Pruning** - Trim overgrown grass (10-30 tasks per region)
3. **Branch Collection** - Pick up fallen branches (4-9 tasks per region)
4. **Flower Planting** - Plant flowers in designated spots (1-5 tasks per region)
5. **Watering** - Water the planted flowers (bonus task)

### Step 4: Collect Rewards

Complete all tasks in a region to earn money, XP, and unlock higher-level regions.

***

## 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             |
| ------------------------- | ----------------------- |
| `/jobresetgardenerv2`     | Reset your current job  |
| `/jobleavegardenerv2`     | Leave the current lobby |
| `/openTutorialgardenerv2` | Open the tutorial menu  |

***

## Work Regions

| Region   | Difficulty | Tasks               |
| -------- | ---------- | ------------------- |
| Region 1 | Beginner   | Basic lawn care     |
| Region 2 | Easy       | More mowing tasks   |
| Region 3 | Medium     | Added pruning tasks |
| Region 4 | Advanced   | Full landscaping    |

***

## 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="gardener-job/installation">installation</a></td></tr><tr><td><strong>Configuration</strong></td><td>Complete configuration reference</td><td><a href="gardener-job/configuration">configuration</a></td></tr><tr><td><strong>Changelog</strong></td><td>Version history and updates</td><td><a href="gardener-job/changelog">changelog</a></td></tr></tbody></table>

***

## Purchase

{% hint style="info" %}
Purchase Multiplayer Gardener 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/gardener-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.
