⚙️ Configuration

Tuner Shop Settings

Config.TunerShops = {
    {
        name = 'fast-tunershop-1',
        coords = vector3(895.84, -2103.73, 30.47),
        size = vec3(6.0, 14.0, 4.0),  -- Zone size
        rotation = 340.0,
        job = 'all',  -- or 'mechanic'
        blip = {
            enabled = true,   -- Show/hide blip
            sprite = 72,
            color = 46,
            label = 'Tuner Shop'
        },
        categories = {
            sound = true,        -- Sound category
            color = true,        -- Color category
            plate = false,       -- Plate category
            driving_mode = true, -- Driving mode
            antilag = true,      -- Antilag system
            wheel = true,        -- Wheel offset
            suspension = true,   -- Suspension
        }
    }
}

Camera Toggle Key

DrawText System


🔌 Script Events

Server Events

Main System

Modification Sync

Vehicle Loading

Adding Sounds

Adding Colors

Last updated