> For the complete documentation index, see [llms.txt](https://savana.gitbook.io/savanascripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://savana.gitbook.io/savanascripts/scripts/garage/config.md).

# Config

{% tabs %}
{% tab title="config.lua" %}

```lua
Config = {
    MYSQL = "oxmysql", -- ghmattimysql, oxmysql, mysql-async
    Framework = 'newqb', -- newesx, oldesx, newqb, oldqb, autodetect
    VehicleTable = 'player_vehicles', -- esx > owned_vehicles - qb & qbx > player_vehicles
    VehicleTableOwnerRow = 'citizenid', -- esx > owner - qb & qbx > citizenid
    StateTableName = 'state', -- esx > stored - qb & qbx > state
    PlateRow = 'plate',
    UseTarget = true,
    VisuallyDamageCars = true,
    AutoRespawn = false,
    ShareVehicle = false,
}

Config.ManuelCarNames = {
    [GetHashKey('asbo')] = {
        name = "Asbo",
        desc = ""
    },
    [GetHashKey('blista')] = {
        name = "Blista",
        desc = ""
    },
    [GetHashKey('brioso')] = {
        name = "Brioso",
        desc = ""
    },
    [GetHashKey('club')] = {
        name = "Club",
        desc = ""
    },
    [GetHashKey('dilettante')] = {
        name = "Dilettante",
        desc = ""
    },
    [GetHashKey('issi2')] = {
        name = "Issi",
        desc = ""
    },
    [GetHashKey('issi3')] = {
        name = "Issi Clasic",
        desc = ""
    },
    [GetHashKey('kanjo')] = {
        name = "Kanjo",
        desc = ""
    },
    [GetHashKey('panto')] = {
        name = "Panto",
        desc = ""
    },
    [GetHashKey('prairie')] = {
        name = "Prairie",
        desc = ""
    },
    [GetHashKey('brioso2')] = {
        name = "Brioso 300",
        desc = ""
    },
    [GetHashKey('cogcabrio')] = {
        name = "Cognoscenti",
        desc = ""
    },
    [GetHashKey('exemplar')] = {
        name = "Exemplar",
        desc = ""
    },
    [GetHashKey('f620')] = {
        name = "F620",
        desc = ""
    },
    [GetHashKey('felon')] = {
        name = "Felon",
        desc = ""
    },
    [GetHashKey('felon2')] = {
        name = "Felon GT",
        desc = ""
    },
    [GetHashKey('jackal')] = {
        name = "Jackal",
        desc = ""
    },
    [GetHashKey('oracle')] = {
        name = "Oracle",
        desc = ""
    },
    [GetHashKey('oracle2')] = {
        name = "Oracle XS",
        desc = ""
    },
    [GetHashKey('rhapsody')] = {
        name = "Rhapsody",
        desc = ""
    },
    [GetHashKey('sentinel')] = {
        name = "Sentinel",
        desc = ""
    },    
    [GetHashKey('sentinel2')]= {
        name = "Sentinel XS",
        desc = "",
    },
    [GetHashKey('weevil')]= {
        name = "Weevil",
        desc = "",
    },
    [GetHashKey('windsor')]= {
        name = "Windsor",
        desc = "",
    },
    [GetHashKey('windsor2')]= {
        name = "Windsor Drop",
        desc = "",
    },
    [GetHashKey('zion')]= {
        name = "Zion",
        desc = "",
    },
    [GetHashKey('zion2')]= {
        name = "Zion Cabrio",
        desc = "",
    },
    [GetHashKey('previon')]= {
        name = "Previon",
        desc = "",
    },
    [GetHashKey('tribike')]= {
        name = "Whippet Bike",
        desc = "",
    },
    [GetHashKey('tribike2')]= {
        name = "Endurex Bike",
        desc = "",
    },
    [GetHashKey('tribike3')]= {
        name = "Tri-Cycles Bike",
        desc = "",
    },
    [GetHashKey('bmx')]= {
        name = "BMX",
        desc = "",
    },
    [GetHashKey('cruiser')]= {
        name = "Cruiser",
        desc = "",
    },    
    [GetHashKey('fixter')]= {
        name = "Fixter",
        desc = "",
    },
    [GetHashKey('scorcher')]= {
        name = "Scorcher",
        desc = "",
    },
    [GetHashKey('akuma')]= {
        name = "Akuma",
        desc = "",
    },
    [GetHashKey('avarus')]= {
        name = "Avarus",
        desc = "",
    },
    [GetHashKey('bagger')]= {
        name = "Bagger",
        desc = "",
    },
    [GetHashKey('bati')]= {
        name = "Bati 801",
        desc = "",
    },
    [GetHashKey('bf400')]= {
        name = "BF400",
        desc = "",
    },
    [GetHashKey('carbonrs')]= {
        name = "Carbon RS",
        desc = "",
    },
    [GetHashKey('diablous2')]= {
        name = "Diablous Custom",
        desc = "",
    },
    [GetHashKey('cliffhanger')]= {
        name = "Cliffhanger",
        desc = "",
    },
    [GetHashKey('daemon')]= {
        name = "Daemon",
        desc = "",
    },
    [GetHashKey('daemon2')]= {
        name = "Daemon Custom",
        desc = "",
    },
    [GetHashKey('defiler')]= {
        name = "Defiler",
        desc = "",
    },    
    [GetHashKey('diablous')]= {
        name = "Diablous",
        desc = "",
    },
    [GetHashKey('gargoyle')]= {
        name = "Gargoyle",
        desc = "",
    },
    [GetHashKey('double')]= {
        name = "Double",
        desc = "",
    },
    [GetHashKey('enduro')]= {
        name = "Enduro",
        desc = "",
    },
    [GetHashKey('faggio')]= {
        name = "Faggio",
        desc = "",
    },
    [GetHashKey('faggio2')]= {
        name = "Faggio Sport",
        desc = "",
    },
    [GetHashKey('faggio3')]= {
        name = "Faggio Mod",
        desc = "",
    },
    [GetHashKey('fcr')]= {
        name = "FCR 1000",
        desc = "",
    },
    [GetHashKey('fcr2')]= {
        name = "FCR Custom",
        desc = "",
    },
    [GetHashKey('ratbike')]= {
        name = "Ratbike",
        desc = "",
    },
    [GetHashKey('esskey')]= {
        name = "Esskey",
        desc = "",
    },
    [GetHashKey('hakuchou')]= {
        name = "Hakuchou",
        desc = "",
    },
    [GetHashKey('hakuchou2')]= {
        name = "Hakuchou Drag",
        desc = "",
    },    
    [GetHashKey('hexer')]= {
        name = "Hexer",
        desc = "",
    },
    [GetHashKey('innovation')]= {
        name = "Innovation",
        desc = "",
    },
    [GetHashKey('lectro')]= {
        name = "Lectro",
        desc = "",
    },
    [GetHashKey('manchez')]= {
        name = "Manchez",
        desc = "",
    },
    [GetHashKey('nemesis')]= {
        name = "Nemesis",
        desc = "",
    },
    [GetHashKey('nightblade')]= {
        name = "Nightblade",
        desc = "",
    },
    [GetHashKey('vortex')]= {
        name = "Vortex",
        desc = "",
    },
    [GetHashKey('ruffian')]= {
        name = "Ruffian",
        desc = "",
    },
    [GetHashKey('sanchez')]= {
        name = "Sanchez",
        desc = "",
    },
    [GetHashKey('sanchez2')]= {
        name = "Sanchez II",
        desc = "",
    },
    [GetHashKey('sanctus')]= {
        name = "Sanctus",
        desc = "",
    },
    [GetHashKey('sovereign')]= {
        name = "Sovereign",
        desc = "",
    },
    [GetHashKey('thrust')]= {
        name = "Thrust",
        desc = "",
    },
    [GetHashKey('vader')]= {
        name = "Vader",
        desc = "",
    },
    [GetHashKey('vindicator')]= {
        name = "Vindicator",
        desc = "",
    },
    [GetHashKey('wolfsbane')]= {
        name = "Wolfsbane",
        desc = "",
    },
    [GetHashKey('zombiea')]= {
        name = "Zombie Bobber",
        desc = "",
    },
    [GetHashKey('zombieb')]= {
        name = "Zombie Chopper",
        desc = "",
    },
    [GetHashKey('dominator3')]= {
        name = "Dominator GTX",
        desc = "",
    },
    [GetHashKey('blade')]= {
        name = "Blade",
        desc = "",
    },
    [GetHashKey('buccaneer')]= {
        name = "Buccaneer",
        desc = "",
    },    
    [GetHashKey('buccaneer2')]= {
        name = "Buccaneer Custom",
        desc = "",
    },
    [GetHashKey('chino')]= {
        name = "Chino",
        desc = "",
    },
    [GetHashKey('chino2')]= {
        name = "Chino2 Custom",
        desc = "",
    },
    [GetHashKey('clique')]= {
        name = "Clique",
        desc = "",
    },
    [GetHashKey('coquette3')]= {
        name = "Coquette BlackFin",
        desc = "",
    },
    [GetHashKey('deviant')]= {
        name = "Deviant",
        desc = "",
    },
    [GetHashKey('dominator')]= {
        name = "Dominator",
        desc = "",
    },
    [GetHashKey('hermes')]= {
        name = "Hermes",
        desc = "",
    },
    [GetHashKey('dukes')]= {
        name = "Dukes",
        desc = "",
    },
    [GetHashKey('ellie')]= {
        name = "Ellie",
        desc = "",
    },
    [GetHashKey('faction')]= {
        name = "Faction",
        desc = "",
    },    
    [GetHashKey('faction2')]= {
        name = "Faction Custom",
        desc = "",
    },
    [GetHashKey('faction3')]= {
        name = "Faction Donk",
        desc = "",
    },
    [GetHashKey('gauntlet')]= {
        name = "Gauntlet",
        desc = "",
    },
    [GetHashKey('gauntlet3')]= {
        name = "Gauntlet Classic",
        desc = "",
    },
    [GetHashKey('gauntlet4')]= {
        name = "Gauntlet Hellfire",
        desc = "",
    },
    [GetHashKey('gauntlet5')]= {
        name = "Gauntlet Custom",
        desc = "",
    },
    [GetHashKey('sabregt2')]= {
        name = "Sabre Custom",
        desc = "",
    },
    [GetHashKey('impaler')]= {
        name = "Impaler",
        desc = "",
    },
    [GetHashKey('moonbeam')]= {
        name = "Moonbeam",
        desc = "",
    },
    [GetHashKey('moonbeam2')]= {
        name = "Moonbeam Custom",
        desc = "",
    },
    [GetHashKey('nightshade')]= {
        name = "Nightshade",
        desc = "",
    },
    [GetHashKey('phoenix')]= {
        name = "Phoenix",
        desc = "",
    },
    [GetHashKey('picador')]= {
        name = "Picador",
        desc = "",
    },
    [GetHashKey('ratloader2')]= {
        name = "Rat-Truck",
        desc = "",
    },
    [GetHashKey('ruiner')]= {
        name = "Ruiner",
        desc = "",
    },
    [GetHashKey('sabregt')]= {
        name = "Sabre Turbo",
        desc = "",
    },
    [GetHashKey('rebel2')]= {
        name = "Rebel II",
        desc = "",
    },
    [GetHashKey('blazer')]= {
        name = "Blazer",
        desc = "",
    },
    [GetHashKey('caracara2')]= {
        name = "Caracara",
        desc = "",
    },
    [GetHashKey('everon')]= {
        name = "Everon",
        desc = "",
    },
    [GetHashKey('freecrawler')]= {
        name = "Freecrawler",
        desc = "",
    },
    [GetHashKey('kalahri')]= {
        name = "Kalahri",
        desc = "",
    },
    [GetHashKey('kamacho')]= {
        name = "Kamacho",
        desc = "",
    },
    [GetHashKey('mesa3')]= {
        name = "Mesa III",
        desc = "",
    },
    [GetHashKey('outlaw')]= {
        name = "Outlaw",
        desc = "",
    },
    [GetHashKey('racherxl')]= {
        name = "Racher XL",
        desc = "",
    },    
    [GetHashKey('virgo')]= {
        name = "Virgo",
        desc = "",
    },
    [GetHashKey('slamvan')]= {
        name = "Slamvan",
        desc = "",
    },
    [GetHashKey('slamvan2')]= {
        name = "Slamvan Lost",
        desc = "",
    },
    [GetHashKey('slamvan3')]= {
        name = "Slamvan Custom",
        desc = "",
    },
    [GetHashKey('stalion')]= {
        name = "Stalion",
        desc = "",
    },
    [GetHashKey('stalion2')]= {
        name = "Stalion Burger",
        desc = "",
    },
    [GetHashKey('tampa')]= {
        name = "Tampa",
        desc = "",
    },
    [GetHashKey('tulip')]= {
        name = "Tulip",
        desc = "",
    },
    [GetHashKey('vamos')]= {
        name = "Vamos",
        desc = "",
    },
    [GetHashKey('vigero')]= {
        name = "Vigero",
        desc = "",
    },
    [GetHashKey('virgo2')]= {
        name = "Virgo Classic",
        desc = "",
    },
    [GetHashKey('virgo3')]= {
        name = "Virgo Custom",
        desc = "",
    },
    [GetHashKey('voodoo')]= {
        name = "Voodoo",
        desc = "",
    },
    [GetHashKey('yosemite')]= {
        name = "Yosemite",
        desc = "",
    },
    [GetHashKey('yosemite2')]= {
        name = "Yosemite Drift",
        desc = "",
    },
    [GetHashKey('yosemite3')]= {
        name = "Yosemite Rancher",
        desc = "",
    },
    [GetHashKey('dubsta2')]= {
        name = "Dubsta 6x6",
        desc = "",
    },    
    [GetHashKey('asea')] = {
        name = "Asea",
        desc = "",
    },
    [GetHashKey('baller')] = {
        name = "Baller",
        desc = "",
    },
    [GetHashKey('baller2')] = {
        name = "Baller II",
        desc = "",
    },
    [GetHashKey('baller3')] = {
        name = "Baller LE",
        desc = "",
    },
    [GetHashKey('bjxl')] = {
        name = "BeeJay XL",
        desc = "",
    },
    [GetHashKey('cavalcade')] = {
        name = "Cavalcade",
        desc = "",
    },
    [GetHashKey('cavalcade2')] = {
        name = "Cavalcade II",
        desc = "",
    },
    [GetHashKey('contender')] = {
        name = "Contender",
        desc = "",
    },
    [GetHashKey('dubsta')] = {
        name = "Dubsta",
        desc = "",
    },
    [GetHashKey('patriot')] = {
        name = "Patriot",
        desc = "",
    },
    [GetHashKey('fq2')] = {
        name = "FQ2",
        desc = "",
    },
    [GetHashKey('granger')] = {
        name = "Granger",
        desc = "",
    },
    [GetHashKey('gresley')] = {
        name = "Gresley",
        desc = "",
    },
    [GetHashKey('habanero')] = {
        name = "Habanero",
        desc = "",
    },
    [GetHashKey('huntley')] = {
        name = "Huntley",
        desc = "",
    },
    [GetHashKey('landstalker')] = {
        name = "Landstalker",
        desc = "",
    },
    [GetHashKey('landstalker2')] = {
        name = "Landstalker XL",
        desc = "",
    },
    [GetHashKey('mesa')] = {
        name = "Mesa",
        desc = "",
    },
    [GetHashKey('novak')] = {
        name = "Novak",
        desc = "",
    },
    [GetHashKey('xls')] = {
        name = "XLS",
        desc = "",
    },
    [GetHashKey('patriot2')] = {
        name = "Patriot Stretch",
        desc = "",
    },
    [GetHashKey('radi')] = {
        name = "Radius",
        desc = "",
    },
    [GetHashKey('rebla')] = {
        name = "Rebla",
        desc = "",
    },
    [GetHashKey('rocoto')] = {
        name = "Rocoto",
        desc = "",
    },
    [GetHashKey('sandking')] = {
        name = "Sandking",
        desc = "",
    },
    [GetHashKey('seminole')] = {
        name = "Seminole",
        desc = "",
    },
    [GetHashKey('seminole2')] = {
        name = "Seminole Frontier",
        desc = "",
    },
    [GetHashKey('serrano')] = {
        name = "Serrano",
        desc = "",
    },
    [GetHashKey('toros')] = {
        name = "Toros",
        desc = "",
    },
    [GetHashKey('comet2')] = {
        name = "Comet",
        desc = "",
    },
    [GetHashKey('alpha')] = {
        name = "Alpha",
        desc = "",
    },
    [GetHashKey('asterope')] = {
        name = "Asterope",
        desc = "",
    },
    [GetHashKey('banshee')] = {
        name = "Banshee",
        desc = "",
    },
    [GetHashKey('bestiagts')] = {
        name = "Bestia GTS",
        desc = "",
    },
    [GetHashKey('blista2')] = {
        name = "Blista Compact",
        desc = "",
    },
    [GetHashKey('buffalo')] = {
        name = "Buffalo",
        desc = "",
    },    
    [GetHashKey('buffalo2')] = {
        name = "Buffalo S",
        desc = "",
    },
    [GetHashKey('carbonizzare')] = {
        name = "Carbonizzare",
        desc = "",
    },
    [GetHashKey('cognoscenti')] = {
        name = "Cognoscenti",
        desc = "",
    },
    [GetHashKey('flashgt')] = {
        name = "Flash GT",
        desc = "",
    },
    [GetHashKey('comet3')] = {
        name = "Comet Retro Custom",
        desc = "",
    },
    [GetHashKey('coquette')] = {
        name = "Coquette",
        desc = "",
    },
    [GetHashKey('coquette2')] = {
        name = "Coquette Classic",
        desc = "",
    },
    [GetHashKey('coquette4')] = {
        name = "Coquette D10",
        desc = "",
    },
    [GetHashKey('drafter')] = {
        name = "8F Drafter",
        desc = "",
    },
    [GetHashKey('elegy')] = {
        name = "Elegy Retro Custom",
        desc = "",
    },
    [GetHashKey('elegy2')] = {
        name = "Elegy RH8",
        desc = "",
    },
    [GetHashKey('emperor')] = {
        name = "Emperor",
        desc = "",
    },
    [GetHashKey('feltzer2')] = {
        name = "Feltzer",
        desc = "",
    },
    [GetHashKey('italigto')] = {
        name = "Itali GTO",
        desc = "",
    },
    [GetHashKey('fugitive')] = {
        name = "Fugitive",
        desc = "",
    },
    [GetHashKey('furoregt')] = {
        name = "Furore GT",
        desc = "",
    },
    [GetHashKey('futo')] = {
        name = "Futo",
        desc = "",
    },
    [GetHashKey('glendale')] = {
        name = "Glendale",
        desc = "",
    },
    [GetHashKey('glendale2')] = {
        name = "Glendale Custom",
        desc = "",
    },
    [GetHashKey('imorgon')] = {
        name = "Imorgon",
        desc = "",
    },
    [GetHashKey('ingot')] = {
        name = "Ingot",
        desc = "",
    },
    [GetHashKey('intruder')] = {
        name = "Intruder",
        desc = "",
    },
    [GetHashKey('issi7')] = {
        name = "Issi Sport",
        desc = "",
    },
    [GetHashKey('neon')] = {
        name = "Neon",
        desc = "",
    },
    [GetHashKey('jester')] = {
        name = "Jester",
        desc = "",
    },
    [GetHashKey('jester3')] = {
        name = "Jester Classic",
        desc = "",
    },
    [GetHashKey('jugular')] = {
        name = "Jugular",
        desc = "",
    },    
    [GetHashKey('khamelion')] = {
        name = "Khamelion",
        desc = ""
    },
    [GetHashKey('komoda')] = {
        name = "Komoda",
        desc = ""
    },
    [GetHashKey('kuruma')] = {
        name = "Kuruma",
        desc = ""
    },
    [GetHashKey('lynx')] = {
        name = "Lynx",
        desc = ""
    },
    [GetHashKey('massacro')] = {
        name = "Massacro",
        desc = ""
    },
    [GetHashKey('neo')] = {
        name = "Neo",
        desc = ""
    },
    [GetHashKey('regina')] = {
        name = "Regina",
        desc = ""
    },
    [GetHashKey('ninef')] = {
        name = "9F",
        desc = ""
    },
    [GetHashKey('ninef2')] = {
        name = "9F Cabrio",
        desc = ""
    },
    [GetHashKey('pariah')] = {
        name = "Pariah",
        desc = ""
    },
    [GetHashKey('penumbra')] = {
        name = "Penumbra",
        desc = ""
    },
    [GetHashKey('penumbra2')] = {
        name = "Penumbra FF",
        desc = ""
    },
    [GetHashKey('premier')] = {
        name = "Premier",
        desc = ""
    },
    [GetHashKey('primo')] = {
        name = "Primo",
        desc = ""
    },
    [GetHashKey('primo2')] = {
        name = "Primo Custom",
        desc = ""
    },
    [GetHashKey('rapidgt')] = {
        name = "Rapid GT",
        desc = ""
    },
    [GetHashKey('rapidgt2')] = {
        name = "Rapid GT Convertible",
        desc = ""
    },
    [GetHashKey('sugoi')] = {
        name = "Sugoi",
        desc = ""
    },
    [GetHashKey('schafter2')] = {
        name = "Schafter",
        desc = ""
    },
    [GetHashKey('schlagen')] = {
        name = "Schlagen GT",
        desc = ""
    },
    [GetHashKey('schwarzer')] = {
        name = "Schwartzer",
        desc = ""
    },
    [GetHashKey('sentinel3')] = {
        name = "Sentinel Classic",
        desc = ""
    },
    [GetHashKey('seven70')] = {
        name = "Seven-70",
        desc = ""
    },
    [GetHashKey('specter')] = {
        name = "Specter",
        desc = ""
    },
    [GetHashKey('stafford')] = {
        name = "Stafford",
        desc = ""
    },
    [GetHashKey('stratum')] = {
        name = "Stratum",
        desc = ""
    },
    [GetHashKey('streiter')] = {
        name = "Streiter",
        desc = ""
    },
    [GetHashKey('washington')] = {
        name = "Washington",
        desc = ""
    },
    [GetHashKey('sultan2')] = {
        name = "Sultan Custom",
        desc = ""
    },
    [GetHashKey('sultan')] = {
        name = "Sultan",
        desc = ""
    },
    [GetHashKey('superd')] = {
        name = "Super Diamond",
        desc = ""
    },    
    [GetHashKey('surano')]= {
        name = "Surano",
        desc = "",
    },
    [GetHashKey('surge')]= {
        name = "Surge",
        desc = "",
    },
    [GetHashKey('tailgater2')]= {
        name = "Tailgater S",
        desc = "",
    },
    [GetHashKey('tailgater')]= {
        name = "Tailgater",
        desc = "",
    },
    [GetHashKey('warrener')]= {
        name = "Warrener",
        desc = "",
    },
    [GetHashKey('zentorno')]= {
        name = "Zentorno",
        desc = "",
    },
    [GetHashKey('zion3')]= {
        name = "Zion Classic",
        desc = "",
    },
    [GetHashKey('zr350')]= {
        name = "ZR350",
        desc = "",
    },
    [GetHashKey('vacca')]= {
        name = "Vacca",
        desc = "",
    },
    [GetHashKey('vectre')]= {
        name = "Vectre",
        desc = "",
    },
    [GetHashKey('viseris')]= {
        name = "Viseris",
        desc = "",
    },
    [GetHashKey('voltic')]= {
        name = "Voltic",
        desc = "",
    },
    [GetHashKey('vstr')]= {
        name = "V-STR",
        desc = "",
    },
    [GetHashKey('warrener2')]= {
        name = "Warrener HKR",
        desc = "",
    },
    [GetHashKey('weevil2')]= {
        name = "Weevil Custom",
        desc = "",
    },
    [GetHashKey('youga')]= {
        name = "Youga",
        desc = "",
    },
    [GetHashKey('youga2')]= {
        name = "Youga Classic",
        desc = "",
    },
    [GetHashKey('youga3')]= {
        name = "Youga Classic 4x4",
        desc = "",
    },
    [GetHashKey('rapidgt3')]= {
        name = "Rapid GT Classic",
        desc = "",
    },
    [GetHashKey('reaper')]= {
        name = "Reaper",
        desc = "",
    },
    [GetHashKey('remus')]= {
        name = "Remus",
        desc = "",
    },
    [GetHashKey('rumpo')]= {
        name = "Rumpo",
        desc = "",
    },
    [GetHashKey('savestra')]= {
        name = "Savestra",
        desc = "",
    },
    [GetHashKey('speedo')]= {
        name = "Speedo",
        desc = "",
    },
    [GetHashKey('sultan3')]= {
        name = "Sultan Classic Custom",
        desc = "",
    },
    [GetHashKey('sultanrs')]= {
        name = "Sultan RS",
        desc = "",
    },
    [GetHashKey('t20')]= {
        name = "T20",
        desc = "",
    },
    [GetHashKey('thrax')]= {
        name = "Thrax",
        desc = "",
    },
    [GetHashKey('jester4')]= {
        name = "Jester RR",
        desc = "",
    },
    [GetHashKey('journey')]= {
        name = "Journey",
        desc = "",
    },
    [GetHashKey('mamba')]= {
        name = "Mamba",
        desc = "",
    },
    [GetHashKey('manana')]= {
        name = "Manana",
        desc = "",
    },
    [GetHashKey('manana2')]= {
        name = "Manana Custom",
        desc = "",
    },
    [GetHashKey('michelli')]= {
        name = "Michelli",
        desc = "",
    },
    [GetHashKey('nero2')]= {
        name = "Nero Custom",
        desc = "",
    },
    [GetHashKey('paradise')]= {
        name = "Paradise",
        desc = "",
    },
    [GetHashKey('penetrator')]= {
        name = "Penetrator",
        desc = "",
    },
    [GetHashKey('pigalle')]= {
        name = "Pigalle",
        desc = "",
    },
    [GetHashKey('cypher')]= {
        name = "Cypher",
        desc = "",
    },
    [GetHashKey('dynasty')]= {
        name = "Dynasty",
        desc = "",
    },
    [GetHashKey('entity2')]= {
        name = "Entity XXR",
        desc = "",
    },
    [GetHashKey('fagaloa')]= {
        name = "Fagaloa",
        desc = "",
    },
    [GetHashKey('feltzer3')]= {
        name = "Stirling GT",
        desc = "",
    },
    [GetHashKey('furia')]= {
        name = "Furia",
        desc = "",
    },
    [GetHashKey('futo2')]= {
        name = "Futo GTX",
        desc = "",
    },
    [GetHashKey('growler')]= {
        name = "Growler",
        desc = "",
    },
    [GetHashKey('gt500')]= {
        name = "GT500",
        desc = "",
    },
    [GetHashKey('italirsx')] = {
        name = "Itali RSX",
        desc = ""
    },
    [GetHashKey('banshee2')] = {
        name = "Banshee 900R",
        desc = ""
    },
    [GetHashKey('bison')] = {
        name = "Bison",
        desc = ""
    },
    [GetHashKey('bobcatxl')] = {
        name = "Bobcat XL",
        desc = ""
    },
    [GetHashKey('burrito3')] = {
        name = "Burrito",
        desc = ""
    },
    [GetHashKey('calico')] = {
        name = "Calico",
        desc = ""
    },
    [GetHashKey('casco')] = {
        name = "Casco",
        desc = ""
    },
    [GetHashKey('cheburek')] = {
        name = "Cheburek",
        desc = ""
    },
    [GetHashKey('cheetah2')] = {
        name = "Cheetah Classic",
        desc = ""
    },
    [GetHashKey('comet6')] = {
        name = "Comet S2",
        desc = ""
    },
    [GetHashKey('corsita')] = {
        name = "Corsita",
        desc = ""
    },    
}

Config.Class = {
    [0] = "Compacts",
    [1] = "Sedans",
    [2] = "SUVs",
    [3] = "Coupes",
    [4] = "Muscle",
    [5] = "Sports Classics",
    [6] = "Sports",
    [7] = "Super",
    [8] = "Motorcycles",
    [9] = "Off-road",
    [10] = "Industrial",
    [11] = "Utility",
    [12] = "Vans",
    [13] = "Cycles",
    [14] = "Boats",
    [15] = "Helicopters",
    [16] = "Planes",
    [17] = "Service",
    [18] = "Emergency",
    [19] = "Military",
    [20] = "Commercial",
    [21] = "Trains",
    [22] = "Open Wheel",
}

Config.Categories = {
    "All",
    "Commercials",
    "Compacts",
    "Coupes",
    "Cycles",
    "Emergency",
    "Motorcycles",
    "Muscle",
    "Off-Road",
    "SUVs",
    "Sedans",
    "Sports",
    "Sports Classics",
    "Super",
    "Vans",
}

Config.Garages = {
    ["underpillboxgarage"] = {
        ["label"] = "Under Pillbox Parking",
        ['pedCoord'] = vector4(273.6361, -345.4103, 44.9199, 71.5880),
        ['carspawnCoord'] = vector4(270.9912, -343.2833, 44.5716, 154.2888),
        ['cartakeinCoord'] = vector4(278.4831, -336.4914, 44.9198, 88.6712),
        ['previewVehicle'] = vector4(273.3350, -330.9066, 44.5714, 8.3020),
        ["showBlip"] = true,
        ["blipName"] = "Public Parking",
        ["blipNumber"] = 357,
        ["blipColor"] = 3,
        ['blipscale'] = 0.9,
        ["type"] = "public",                --public, depot            
        ["ped"] = 's_m_y_valet_01',
        ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
        ["targetIcon"] = "fas fa-car",
        ["targetLabel"] = "Garage",
        ["cartakeinCoordLabel"] = 'Store Car',
        ["cartakeinCoordIcon"] = "fas fa-warehouse",
        ["radius"] = 3.5,
    },
    ["ssdepot"] = {
        ["label"] = "South Side Depot",
        ['pedCoord'] = vector4(409.1172, -1623.0394, 29.2919, 232.3472),
        ['carspawnCoord'] = vector4(401.5151, -1632.4252, 28.9424, 321.8664),
        ['cartakeinCoord'] = vector4(401.5151, -1632.4252, 28.9424, 321.8664),
        ['previewVehicle'] = vector4(401.5151, -1632.4252, 28.9424, 321.8664),
        ["showBlip"] = true,
        ["blipName"] = "Depot",
        ["blipNumber"] = 68,
        ["blipColor"] = 3,
        ['blipscale'] = 0.9,
        ["type"] = "depot",                --public, depot
        ["ped"] = 's_m_y_valet_01',
        ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
        ["targetIcon"] = "fas fa-car",
        ["targetLabel"] = "Depot",
        ["cartakeinCoordLabel"] = 'Store Car',
        ["cartakeinCoordIcon"] = "fas fa-warehouse",
        ["radius"] = 3.5,
    },
}

Config.Lang = {
    header= 'SAVANA SCRIPT',
    header_details= 'SAVANA GARAGE',
    overview= 'OVERVIEW',
    overview_desc= 'Overview Desc',
    vehicles= 'VEHICLES',
    vehicles_desc= 'Vehicle Desc',
    shared_vehicles= 'SHARED VEHICLES',
    shared_vehicles_desc= 'Shared Vehicle Desc',
    share_car= 'SHARE CAR',
    share_car_desc= 'Share Car Desc',
    take_out= 'Take Out',
    transfer_veh= 'Transfer Vehicle',
    view= 'View',
    transfer_car_key= 'Share Car Key',
    edit_car_name= 'EDIT CAR NAME',
    edit_car_color= 'EDIT CAR COLOR',
    edit_car_plate= 'EDIT CAR PLATE',
    empty_car_slot= 'AVAILABLE SLOT',
    normal_car_slot= 'NORMAL CAR SLOT',
    car_name= 'Car Name',
    successnotif= 'Success',
    errornotif = 'Error',
    infomrationnotif = 'Information',
    keyremoved= 'Key removed',
    keyshared= 'Key shared',
    playernotonline= 'Player not online',
    youcantshareyourself= "You can't share a car with yourself",
    setfav ='Vehicle added to favorites',
    removefav= 'Vehicle removed to favorites',
    transfervehicle='Vehicle transferred',
    GiveSharedCarKey="You can't transfer a car with yourself",
    keyalreadyexists = 'Key already exists',
    vehiclenotowned= 'This vehicle not is your own',
    AreaNotClear = 'Area is not clear',

    primary_color = "Primary Color",
    secondary_color = "Secondary Color",
    pearles_color = "Pearles Color",

    name_changed = "Name Changed",
    name_changed_desc = "Name Changed Desc",
    caralreadyoutside = 'The car is already outside'

}

Config.Colors = {
    ['0']   =	 { color = 'Metallic Black',                    ColourHex = "#0d1116"},	
    ['1']   =	 { color = 'Metallic Graphite Black',           ColourHex = "#1c1d21"},	
    ['2']   =	 { color = 'Metallic Black Steal',              ColourHex = "#32383d"},	
    ['3']   =	 { color = 'Metallic Dark Silver',              ColourHex = "#454b4f"},
    ['4']   =	 { color = 'Metallic Silver',                   ColourHex = "#999da0"},	
    ['5']   =	 { color = 'Metallic Blue Silver',              ColourHex = "#c2c4c6"},	
    ['6']   =	 { color = 'Metallic Steel Gray',               ColourHex = "#979a97"},	
    ['7']   =	 { color = 'Metallic Shadow Silver',            ColourHex = "#637380"},	
    ['8']   =	 { color = 'Metallic Stone Silver',             ColourHex = "#63625c"},
    ['9']   =	 { color = 'Metallic Midnight Silver',          ColourHex = "#3c3f47"},
    ['10']  =    { color = 'Metallic Gun Metal',                ColourHex = "#444e54"},
    ['11']  =	 { color = 'Metallic Anthracite Grey',	        ColourHex = "#1d2129"},
    ['12']  =	 { color = 'Matte Black',	                    ColourHex = "#13181f"},		
    ['13']  =	 { color = 'Matte Gray',                        ColourHex = "#26282a"},		
    ['14']  =	 { color = 'Matte Light Grey',	                ColourHex = "#515554"},		
    ['15']  =	 { color = 'Util Black',	                    ColourHex = "#151921"},		
    ['16']  =	 { color = 'Util Black Poly',	                ColourHex = "#1e2429"},		
    ['17']  =	 { color = 'Util Dark silver',	                ColourHex = "#333a3c"},		
    ['18']  =	 { color = 'Util Silver',	                    ColourHex = "#8c9095"},		
    ['19']  =	 { color = 'Util Gun Metal',	                ColourHex = "#39434d"},		
    ['20']  =	 { color = 'Util Shadow Silver',                ColourHex = "#506272"},		
    ['21']  =	 { color = 'Worn Black',	                    ColourHex = "#1e232f"},
    ['22']  =	 { color = 'Worn Graphite',	                    ColourHex = "#363a3f"},
    ['23']  =	 { color = 'Worn Silver Grey',	                ColourHex = "#a0a199"},	
    ['24']  =	 { color = 'Worn Silver',	                    ColourHex = "#d3d3d3"},	
    ['25']  =	 { color = 'Worn Blue Silver',	                ColourHex = "#b7bfca"},
    ['26']  =	 { color = 'Worn Shadow Silver',	            ColourHex = "#778794"},
    ['27']  =	 { color = 'Metallic Red',	                    ColourHex = "#c00e1a"},
    ['28']  =	 { color = 'Metallic Torino Red',	            ColourHex = "#da1918"},	
    ['29']  =	 { color = 'Metallic Formula Red',	            ColourHex = "#b6111b"},
    ['30']  =	 { color = 'Metallic Blaze Red',	            ColourHex = "#a51e23"},
    ['31']  =	 { color = 'Metallic Graceful Red',	            ColourHex = "#7b1a22"},
    ['32']  =	 { color = 'Metallic Garnet Red',	            ColourHex = "#8e1b1f"},
    ['33']  =	 { color = 'Metallic Desert Red',	            ColourHex = "#6f1818"},
    ['34']  =	 { color = 'Metallic Cabernet Red',	            ColourHex = "#49111d"},
    ['35']  =	 { color = 'Metallic Candy Red',	            ColourHex = "#b60f25"},
    ['36']  =	 { color = 'Metallic Sunrise Orange',	        ColourHex = "#d44a17"},
    ['37']  =	 { color = 'Metallic Classic Gold',	            ColourHex = "#c2944f"},
    ['38']  =	 { color = 'Metallic Orange',	                ColourHex = "#f78616"},
    ['39']  =	 { color = 'Matte Red',	                        ColourHex = "#cf1f21"},
    ['40']  =	 { color = 'Matte Dark Red',	                ColourHex = "#732021"},
    ['41']  =	 { color = 'Matte Orange',	                    ColourHex = "#f27d20"},	
    ['42']  =	 { color = 'Matte Yellow',	                    ColourHex = "#ffc91f"},
    ['43']  =	 { color = 'Util Red',	                        ColourHex = "#9c1016"},
    ['44']  =	 { color = 'Util Bright Red',	                ColourHex = "#de0f18"},
    ['45']  =	 { color = 'Util Garnet Red',	                ColourHex = "#8f1e17"},
    ['46']  =	 { color = 'Worn Red',	                        ColourHex = "#a94744"},
    ['47']  =	 { color = 'Worn Golden Red',	                ColourHex = "#b16c51"},
    ['48']  =	 { color = 'Worn Dark Red',	                    ColourHex = "#371c25"},
    ['49']  =	 { color = 'Metallic Dark Green',	            ColourHex = "#132428"},
    ['50']  =	 { color = 'Metallic Racing Green',	            ColourHex = "#122e2b"},
    ['51']  =	 { color = 'Metallic Sea Green',	            ColourHex = "#12383c"},
    ['52']  =	 { color = 'Metallic Olive Green',	            ColourHex = "#31423f"},
    ['53']  =	 { color = 'Metallic Green',	                ColourHex = "#155c2d"},
    ['54']  =	 { color = 'Metallic Gasoline Blue Green',	    ColourHex = "#1b6770"},	
    ['55']  =	 { color = 'Matte Lime Green',	                ColourHex = "#66b81f"},	
    ['56']  =	 { color = 'Util Dark Green',	                ColourHex = "#22383e"},
    ['57']  =	 { color = 'Util Green',	                    ColourHex = "#1d5a3f"},
    ['58']  =	 { color = 'Worn Dark Green',	                ColourHex = "#2d423f"},
    ['59']  =	 { color = 'Worn Green',	                    ColourHex = "#45594b"},
    ['60']  =	 { color = 'Worn Sea Wash',	                    ColourHex = "#65867f"},	
    ['61']  =	 { color = 'Metallic Midnight Blue',	        ColourHex = "#222e46"},
    ['62']  =	 { color = 'Metallic Dark Blue',	            ColourHex = "#233155"},
    ['63']  =	 { color = 'Metallic Saxony Blue',	            ColourHex = "#304c7e"},	
    ['64']  =	 { color = 'Metallic Blue',	                    ColourHex = "#47578f"},	
    ['65']  =	 { color = 'Metallic Mariner Blue',	            ColourHex = "#637ba7"},	
    ['66']  =	 { color = 'Metallic Harbor Blue',	            ColourHex = "#394762"},
    ['67']  =	 { color = 'Metallic Diamond Blue',	            ColourHex = "#d6e7f1"},	
    ['68']  =	 { color = 'Metallic Surf Blue',	            ColourHex = "#76afbe"},	
    ['69']  =	 { color = 'Metallic Nautical Blue',	        ColourHex = "#345e72"},	
    ['70']  =	 { color = 'Metallic Bright Blue',	            ColourHex = "#0b9cf1"},	
    ['71']  =	 { color = 'Metallic Purple Blue',	            ColourHex = "#2f2d52"},
    ['72']  =	 { color = 'Metallic Spinnaker Blue',	        ColourHex = "#282c4d"},
    ['73']  =	 { color = 'Metallic Ultra Blue',	            ColourHex = "#2354a1"},	
    ['74']  =	 { color = 'Metallic Bright Blue',	            ColourHex = "#6ea3c6"},	
    ['75']  =	 { color = 'Util Dark Blue',	                ColourHex = "#112552"},
    ['76']  =	 { color = 'Util Midnight Blue',	            ColourHex = "#1b203e"},
    ['77']  =	 { color = 'Util Blue',	                        ColourHex = "#275190"},	
    ['78']  =	 { color = 'Util Sea Foam Blue',	            ColourHex = "#608592"},
    ['79']  =	 { color = 'Util Lightning blue',	            ColourHex = "#2446a8"},	
    ['80']  =	 { color = 'Util Maui Blue Poly',	            ColourHex = "#4271e1"},
    ['81']  =	 { color = 'Util Bright Blue',	                ColourHex = "#3b39e0"},	
    ['82']  =	 { color = 'Matte Dark Blue',	                ColourHex = "#1f2852"},
    ['83']  =	 { color = 'Matte Blue',	                    ColourHex = "#253aa7"},	
    ['84']  =	 { color = 'Matte Midnight Blue',	            ColourHex = "#1c3551"},
    ['85']  =	 { color = 'Worn Dark blue',	                ColourHex = "#4c5f81"},	
    ['86']  =	 { color = 'Worn Blue',	                        ColourHex = "#58688e"},	
    ['87']  =	 { color = 'Worn Light blue',	                ColourHex = "#74b5d8"},	
    ['88']  =	 { color = 'Metallic Taxi Yellow',	            ColourHex = "#ffcf20"},	
    ['89']  =	 { color = 'Metallic Race Yellow',	            ColourHex = "#fbe212"},	
    ['90']  =	 { color = 'Metallic Bronze',	                ColourHex = "#916532"},	
    ['91']  =	 { color = 'Metallic Yellow Bird',	            ColourHex = "#e0e13d"},	
    ['92']  =	 { color = 'Metallic Lime',	                    ColourHex = "#98d223"},	
    ['93']  =	 { color = 'Metallic Champagne',	            ColourHex = "#9b8c78"},	
    ['94']  =	 { color = 'Metallic Pueblo Beige',	            ColourHex = "#503218"},	
    ['95']  =	 { color = 'Metallic Dark Ivory',	            ColourHex = "#473f2b"},	
    ['96']  =	 { color = 'Metallic Choco Brown',	            ColourHex = "#221b19"},	
    ['97']  =	 { color = 'Metallic Golden Brown',	            ColourHex = "#653f23"},	
    ['98']  =	 { color = 'Metallic Light Brown',	            ColourHex = "#775c3e"},	
    ['99']  =	 { color = 'Metallic Straw Beige',	            ColourHex = "#ac9975"},	
    ['100'] =	 { color = 'Metallic Moss Brown',	            ColourHex = "#6c6b4b"},	
    ['101'] =	 { color = 'Metallic Biston Brown',	            ColourHex = "#402e2b"},	
    ['102'] =	 { color = 'Metallic Beechwood',	            ColourHex = "#a4965f"},	
    ['103'] =	 { color = 'Metallic Dark Beechwood',	        ColourHex = "#46231a"},	
    ['104'] =	 { color = 'Metallic Choco Orange',	            ColourHex = "#752b19"},	
    ['105'] =	 { color = 'Metallic Beach Sand',	            ColourHex = "#bfae7b"},	
    ['106'] =	 { color = 'Metallic Sun Bleeched Sand',        ColourHex = "#dfd5b2"},	
    ['107'] =	 { color = 'Metallic Cream',	                ColourHex = "#f7edd5"},	
    ['108'] =	 { color = 'Util Brown',	                    ColourHex = "#3a2a1b"},	
    ['109'] =	 { color = 'Util Medium Brown',	                ColourHex = "#785f33"},	
    ['110'] =	 { color = 'Util Light Brown',	                ColourHex = "#b5a079"},	
    ['111'] =	 { color = 'Metallic White',	                ColourHex = "#fffff6"},	
    ['112'] =	 { color = 'Metallic Frost White',	            ColourHex = "#eaeaea"},	
    ['113'] =	 { color = 'Worn Honey Beige',	                ColourHex = "#b0ab94"},	
    ['114'] =	 { color = 'Worn Brown',	                    ColourHex = "#453831"},	
    ['115'] =	 { color = 'Worn Dark Brown',	                ColourHex = "#2a282b"},	
    ['116'] =	 { color = 'Worn straw beige',	                ColourHex = "#726c57"},	
    ['117'] =	 { color = 'Brushed Steel',	                    ColourHex = "#6a747c"},	
    ['118'] =	 { color = 'Brushed Black steel',	            ColourHex = "#354158"},	
    ['119'] =	 { color = 'Brushed Aluminium',	                ColourHex = "#9ba0a8"},	
    ['120'] =	 { color = 'Chrome',	                        ColourHex = "#5870a1"},	
    ['121'] =	 { color = 'Worn Off White',	                ColourHex = "#eae6de"},	
    ['122'] =	 { color = 'Util Off White',	                ColourHex = "#dfddd0"},	
    ['123'] =	 { color = 'Worn Orange',	                    ColourHex = "#f2ad2e"},	
    ['124'] =	 { color = 'Worn Light Orange',	                ColourHex = "#f9a458"},	
    ['125'] =	 { color = 'Metallic Securicor Green',	        ColourHex = "#83c566"},	
    ['126'] =	 { color = 'Worn Taxi Yellow',	                ColourHex = "#f1cc40"},	
    ['127'] =	 { color = 'police car blue',	                ColourHex = "#4cc3da"},	
    ['128'] =	 { color = 'Matte Green',	                    ColourHex = "#4e6443"},	
    ['129'] =	 { color = 'Matte Brown',	                    ColourHex = "#bcac8f"},	
    ['130'] =	 { color = 'Worn Orange',	                    ColourHex = "#f8b658"},	
    ['131'] =	 { color = 'Matte White',	                    ColourHex = "#fcf9f1"},	
    ['132'] =	 { color = 'Worn White',	                    ColourHex = "#fffffb"},	
    ['133'] =	 { color = 'Worn Olive Army Green',	            ColourHex = "#81844c"},	
    ['134'] =	 { color = 'Pure White',	                    ColourHex = "#ffffff"},	
    ['135'] =	 { color = 'Hot Pink',	                        ColourHex = "#f21f99"},	
    ['136'] =	 { color = 'Salmon pink',	                    ColourHex = "#fdd6cd"},	
    ['137'] =	 { color = 'Metallic Vermillion Pink',	        ColourHex = "#df5891"},	
    ['138'] =	 { color = 'Orange',	                        ColourHex = "#f6ae20"},	
    ['139'] =	 { color = 'Green',	                            ColourHex = "#b0ee6e"},	
    ['140'] =	 { color = 'Blue',	                            ColourHex = "#08e9fa"},	
    ['141'] =	 { color = 'Mettalic Black Blue',	            ColourHex = "#0a0c17"},	
    ['142'] =	 { color = 'Metallic Black Purple',	            ColourHex = "#0c0d18"},	
    ['143'] =	 { color = 'Metallic Black Red',	            ColourHex = "#0e0d14"},	
    ['144'] =	 { color = 'hunter green',	                    ColourHex = "#9f9e8a"},	
    ['145'] =	 { color = 'Metallic Purple',	                ColourHex = "#621276"},	
    ['146'] =	 { color = 'Metaillic V Dark Blue',	            ColourHex = "#0b1421"},	
    ['147'] =	 { color = 'MODSHOP BLACK1',	                ColourHex = "#11141a"},	
    ['148'] =	 { color = 'Matte Purple',	                    ColourHex = "#6b1f7b"},	
    ['149'] =	 { color = 'Matte Dark Purple',	                ColourHex = "#1e1d22"},	
    ['150'] =	 { color = 'Metallic Lava Red',	                ColourHex = "#bc1917"},	
    ['151'] =	 { color = 'Matte Forest Green',	            ColourHex = "#2d362a"},	
    ['152'] =	 { color = 'Matte Olive Drab',	                ColourHex = "#696748"},	
    ['153'] =	 { color = 'Matte Desert Brown',	            ColourHex = "#7a6c55"},	
    ['154'] =	 { color = 'Matte Desert Tan',	                ColourHex = "#c3b492"},	
    ['155'] =	 { color = 'Matte Foilage Green',	            ColourHex = "#5a6352"},	
    ['156'] =	 { color = 'DEFAULT ALLOY COLOR',	            ColourHex = "#81827f"},	
    ['157'] =	 { color = 'Epsilon Blue',	                    ColourHex = "#afd6e4"},	
    ['158'] =	 { color = 'Pure Gold',	                        ColourHex = "#7a6440"},	
    ['159'] =	 { color = 'Brushed Gold',	                    ColourHex = "#7f6a48"},
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://savana.gitbook.io/savanascripts/scripts/garage/config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
