# Multiplayer Electrician Job

## Overview

**TW Electrician Job** is an immersive multiplayer electrical repair system where players work as professional electricians. Repair transformers, fix circuit boards, maintain street lamps, repair traffic lights, and fix phone poles across the city.

{% hint style="success" %}
**Multiplayer Support:** Up to 4 players can work together in a lobby, sharing tasks and rewards!
{% endhint %}

***

## Features

### Core Features

* **Multiplayer Lobby System** - Work with up to 4 players in cooperative gameplay
* **Utility Truck System** - Use utility trucks with controllable lift platforms
* **Transformer Repair** - Fix electrical transformers
* **Circuit Board Repair** - Repair house circuit boards
* **Street Lamp Repair** - Maintain city street lamps
* **Traffic Light Repair** - Fix broken traffic lights
* **Phone Pole Repair** - Repair telephone poles

### Additional Features

* **Level & XP System** - Progress through 70 levels with increasing rewards
* **6 Work Regions** - Progressive difficulty with more tasks
* **Vehicle Lift System** - Control lift platform up/down
* **Vehicle Extras System** - 6 configurable vehicle parts
* **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 electrician job NPC and open the job menu. Create a lobby and invite other players (optional).

### Step 2: Get a Utility Truck

Rent a utility truck with a controllable lift platform for accessing high electrical equipment.

### Step 3: Complete Tasks

Travel to marked locations and complete various repair tasks:

1. **Transformer Repair** - Fix transformers (1-4 tasks per region)
2. **House Circuit Board** - Repair residential circuit boards (2-5 tasks)
3. **Street Lamp Repair** - Fix street lights (1-4 tasks)
4. **Traffic Light Repair** - Repair traffic signals (1-2 tasks)
5. **Phone Pole Repair** - Fix telephone poles (1-4 tasks)

### 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             |
| -------------------------- | ----------------------- |
| `/jobresetelectrician`     | Reset your current job  |
| `/jobleaveelectrician`     | Leave the current lobby |
| `/openTutorialelectrician` | Open the tutorial menu  |

***

## Work Regions

| Region   | Level | Tasks                 |
| -------- | ----- | --------------------- |
| Region 1 | 0     | Basic repairs         |
| Region 2 | 2     | More transformers     |
| Region 3 | 4     | Added circuit boards  |
| Region 4 | 6     | Street lamps included |
| Region 5 | 8     | Traffic light repairs |
| Region 6 | 10    | Full electrical work  |

***

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

***

## Purchase

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