Configuration

🔧 Configuration Guide

The electrical job script offers extensive customization options through two main configuration files. This guide will walk you through each configuration option to help you set up the perfect electrical job experience for your server.

📁 Configuration Files

The configuration is split across two main files:

  • config-main.lua - Core gameplay settings, payouts, and mechanics

  • config-locations.lua - Location data for all mission types

⚙️ Main Configuration (config-main.lua)

Basic Settings

config.Car = "speedo"           -- Vehicle model for electrical work
config.Plate = "ELE "          -- License plate prefix for work vehicles
config.Debug = true            -- Enable/disable debug mode for testing

User Interface Options

config.UI = "GTAUI"                    -- UI type: "Notification" or "GTAUI"
config.HesitCompleteUI = false         -- Show heist completion UI
config.DrawTextAtLocations = true      -- Show interaction text at mission locations

Experience System Integration

🎮 Minigame Configuration

The script supports multiple minigame types for different mission categories:

Supported Minigame Types

Type
Required Resource
Description

circuitBreaker

glitch-minigames

Circuit breaker puzzle

buttonMash

glitch-minigames

Button mashing challenge

skillBar

SN-Hacking

Skill bar timing game

Failure Penalties

💰 Payment & Bonus System

Time-Based Bonuses

Level-Based Pay Scaling

The payment system scales with player level, offering higher rewards and faster completion times as players progress:

Payment Breakdown by Level

Level Range
Light Pole
ATM
Bank/House/Store
MLO
Repair Time (ms)

0-10

$1,000-$1,250

$1,000-$1,250

$4,200-$4,900

$4,300-$5,000

8-11 seconds

10-20

$1,250-$1,400

$1,250-$1,400

$4,900-$5,600

$5,000-$5,700

7-9 seconds

20-30

$1,400-$1,600

$1,400-$1,600

$5,600-$6,000

$5,700-$6,100

6-8 seconds

30-40

$1,600-$1,900

$1,600-$1,900

$6,000-$6,700

$6,100-$6,800

5-7 seconds

40-50

$1,900-$2,100

$1,900-$2,100

$6,700-$8,700

$6,800-$8,800

4-6 seconds

50+

$2,600

$2,600

$9,700

$9,800

3-5 seconds

🎁 Special Events & Items

Special Events

Risk & Reward

Bonus Items

Item Reward Scaling

🏢 Location Configuration (config-locations.lua)

MLO Compatibility

Mission Location Types

The script supports various location types for different mission categories:

Street Light Repair Posts

ATM Locations

Pre-configured ATM coordinates across the map:

Bank Missions

Bank locations with different coordinates for default GTA and Gabz MLO interiors:

Store Missions

Store locations with Gabz MLO support:

House Missions

Residential electrical work locations:

MLO Interior Missions

Complex interior locations including:

  • FIB HQ - High-security government building

  • Luxury Apartments - High-end residential properties

  • Business Centers - Corporate office buildings

  • Nightclubs - Entertainment venues

  • Vehicle Warehouses - Commercial properties

  • Casino Penthouses - Premium locations

  • And More!

Special Event Locations

🔧 Level Lock for MLO Jobs

Level Restrictions

Last updated