🏜️
Sahara Scripters
  • Welcome
    • Introduction
    • Community & Support
  • Premium Scripts
    • Charging Kiosk
      • Setup Guide
      • Configuration
      • Features
        • Charging System
        • Security
        • Rate Limiting
        • Logging System
        • Phones Management
        • Discord Integration
        • Target System
        • Blip System
        • Translations
      • Integration
        • Inventory Systems
        • Framework Migration
        • Logger Edit
      • Best Practices
      • Troubleshooting
      • Version History
  • Free Scripts
    • Elevator System
      • Setup & Configuration
      • Features Overview
      • Example Buildings
      • Troubleshooting
    • NPWD Renewed Weather APP
    • NPWD QBX Services APP
Powered by GitBook
On this page
  • 🎯 Global Configuration
  • 🎨 Custom Station Blips
  1. Premium Scripts
  2. Charging Kiosk
  3. Features

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

PreviousTarget SystemNextTranslations

Last updated 4 months ago