NextScripts
  • NextScripts Documentation
  • ESX Scripts
    • ✅Garage System
      • Installation
      • SQL
      • Configuration
        • Main Config
        • Blips Config
        • Commands Config
        • Zones Config
      • Events & Exports
        • Client
          • Deformation
          • getExtraData - Export
          • SpawnVehicle - Export
          • StoreVehicle - Export
          • isInAnyMarker - Export
          • impound - Export
          • pdimpound - Export
        • Server
          • Deformation
      • Commands
    • 🛠️Engine System
      • Installation
      • Configuration
      • Events & Exports
        • Client
        • Server
    • 🛠️Vehicle Lock
Powered by GitBook
On this page
  1. ESX Scripts
  2. Garage System
  3. Configuration

Blips Config

Config.Blips = {
	Garages = {Sprite = 290, Color = 38, Display = 2, Scale = 0.6}, -- Public Garage Blip Settings.
	PGarages = {Sprite = 290, Color = 53, Display = 2, Scale = 0.6}, -- Private Garage Blip Settings.
	Pounds = {Sprite = 67, Color = 64, Display = 2, Scale = 0.6}, -- Pound Blip Settings.
	PDImpound = {Sprite = 67, Color = 1, Display = 2, Scale = 0.6} -- Police Impound Blip Settings.
}

PreviousMain ConfigNextCommands Config

Last updated 1 year ago

✅