Blip System

🎯 Global Configuration

blipConfig = {
    enabled = true,
    sprite = 766,   -- Charging icon
    color = 3,      -- Blue color
    scale = 0.8     -- Size on map
}

🎨 Custom Station Blips

['station_id'] = {
    blipConfig = {
        enabled = true,
        sprite = 766,
        color = 2,     -- Green
        scale = 0.6    -- Smaller size
    }
}

Mapped by Sahara Scripters - Getting lost was never this sophisticated

Last updated