Config File

βš™οΈ Configuration

All client-side settings live in config.lua. The file is fully open - edit anything you need.


General

Config.Job      = "unemployed"  -- ESX job name required to use the script (if CheckJob = true)
Config.CheckJob = true          -- set to false to allow all players regardless of job
Config.Debug    = true          -- prints debug info to the server console

Set Config.Debug = false on a live server. It generates a lot of console output.


Cooldowns

Config.Cooldown = {
    Spawn  = 3000,  -- delay between bus spawns (ms)
    Delete = 2000,  -- delay between bus returns (ms)
    Route  = 2500,  -- route action cooldown (ms)
    Stop   = 1000,  -- stop action cooldown (ms)
}

Distances


Bus Outline

The outline is drawn around your bus so you can always spot it when on foot.


Payment

Final pay is also affected by: player level, daily bonus multiplier, smooth driving score, and damage penalties.


Penalties


Stop Time Limit

Each stop can also have its own TimeLimit field set directly in Config.Route. If a stop has no TimeLimit, this global value is used.


NPC Passengers


Driving Score


Zones

Spawn and ReturnPoint can be the same coordinates (default) or different ones depending on your depot layout.

Last updated

Was this helpful?