QBShared = QBShared or {}
QBShared.Vehicles = QBShared.Vehicles or {}

local Vehicles = {
    --- Compacts (0)
    {
        model = 'asbo',        -- This has to match the spawn code of the vehicle
        name = 'Asbo',         -- This is the display of the vehicle
        brand = 'Maxwell',     -- This is the vehicle's brand
        price = 4000,          -- The price that the vehicle sells for
        category = 'compacts', -- Catgegory of the vehilce, stick with GetVehicleClass() options https://docs.fivem.net/natives/?_0x29439776AAA00A62
        type = 'automobile',   -- Vehicle type, refer here https://docs.fivem.net/natives/?_0x6AE51D4B & here https://docs.fivem.net/natives/?_0xA273060E
        shop = 'pdm',          -- Can be a single shop or multiple shops. For multiple shops for example {'shopname1','shopname2','shopname3'}
    },
    { model = 'brioso',          name = 'Brioso R/A',                    brand = 'Grotti',          price = 5500,   category = 'compacts',       type = 'automobile', shop = 'pdm' },
    { model = 'club',            name = 'Club',                          brand = 'BF',              price = 2500,    category = 'compacts',       type = 'automobile', shop = 'pdm' },
    { model = 'kanjo',           name = 'Blista Kanjo',                  brand = 'Dinka',           price = 2500,   category = 'compacts',       type = 'automobile', shop = 'pdm' },
    { model = 'issi3',           name = 'Issi Classic',                  brand = 'Weeny',           price = 3500,    category = 'compacts',       type = 'automobile', shop = 'pdm' },
    { model = 'issi5',           name = 'Issi Future Shock',             brand = 'Weeny',           price = 4500,   category = 'compacts',       type = 'automobile', shop = 'pdm' },
    { model = 'brioso2',         name = 'Brioso 300',                    brand = 'Grotti',          price = 3500,   category = 'compacts',       type = 'automobile', shop = 'pdm' },
    { model = 'weevil',          name = 'Weevil',                        brand = 'BF',              price = 1200,    category = 'compacts',       type = 'automobile', shop = 'pdm' },
    --- Sedans (1)
    { model = 'glendale',        name = 'Glendale',                      brand = 'Benefactor',      price = 3400,    category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'glendale2',       name = 'Glendale Custom',               brand = 'Benefactor',      price = 12000,   category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'intruder',        name = 'Intruder',                      brand = 'Karin',           price = 7000,   category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'stafford',        name = 'Stafford',                      brand = 'Enus',            price = 15000,   category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'superd',          name = 'Super Diamond',                 brand = 'Enus',            price = 50000,   category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'tailgater2',      name = 'Tailgater S',                   brand = 'Obey',            price = 11000,   category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'cinquemila',      name = 'Lampadati',                     brand = 'Cinquemila',      price = 52500,  category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'astron',          name = 'Astron',                        brand = 'Pfister',         price = 25000,  category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'rhinehart',       name = 'Rhinehart',                     brand = 'Übermacht',       price = 50000,  category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'eudora',          name = 'Eudora',                        brand = 'Willard',         price = 17000,   category = 'sedans',        type = 'automobile', shop = 'pdm' },
    { model = 'impaler5',        name = 'Impaler SZ',                    brand = 'Declasse',        price = 5900,  category = 'sedans',         type = 'automobile', shop = 'pdm' },
    { model = 'cheburek',        name = 'Cheburek',                      brand = 'Rune',            price = 1250,    category = 'sedans', type = 'automobile', shop = 'pdm' },
    --- SUV (2)
    { model = 'baller2',         name = 'Baller II',                     brand = 'Gallivanter',     price = 15000,   category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'baller7',         name = 'Baller ST',                     brand = 'Gallivanter',     price = 60000,  category = 'suvs',          type = 'automobile', shop = 'pdm' },
    { model = 'iwagen',          name = 'Obey',                          brand = 'I-Wagen',         price = 62500,  category = 'suvs',         type = 'automobile', shop = 'pdm' },
    { model = 'dubsta2',         name = 'Dubsta Luxury',                 brand = 'Benefactor',      price = 19500,   category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'landstalker2',    name = 'Landstalker XL',                brand = 'Dundreary',       price = 26000,   category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'novak',           name = 'Novak',                         brand = 'Lampadati',       price = 70000,   category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'rebla',           name = 'Rebla GTS',                     brand = 'Übermacht',       price = 35000,   category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'rocoto',          name = 'Rocoto',                        brand = 'Obey',            price = 13000,   category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'seminole2',       name = 'Seminole Frontier',             brand = 'Canis',           price = 13000,   category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'toros',           name = 'Toros',                         brand = 'Pegassi',         price = 100000,   category = 'suvs',           type = 'automobile', shop = 'luxury' },
    { model = 'granger2',        name = 'Granger 3600LX',                brand = 'Declasse',        price = 20000,  category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'patriot3',        name = 'Patriot Military',              brand = 'Mil-Spec',        price = 30000,  category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'aleutian',        name = 'Aleutian',                      brand = 'Vapid',           price = 25000,  category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'baller8',         name = 'Baller ST-D',                   brand = 'Gallivanter',     price = 60000,  category = 'suvs',           type = 'automobile', shop = 'pdm' },
    { model = 'cavalcade3',      name = 'Cavalcade XL',                  brand = 'Albany',          price = 75000,  category = 'suvs',           type = 'automobile', shop = 'luxury' },
    { model = 'dorado',          name = 'Dorado',                        brand = 'Bravado',         price = 15000,  category = 'suvs',           type = 'automobile', shop = 'pdm' },
    --- Muscle (4)
    { model = 'blade',           name = 'Blade',                         brand = 'Vapid',           price = 2300,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'buccaneer',       name = 'Buccaneer',                     brand = 'Albany',          price = 2200,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'buccaneer2',      name = 'Buccaneer Rider',               brand = 'Albany',          price = 2450,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'chino',           name = 'Chino',                         brand = 'Vapid',           price = 5000,    category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'chino2',          name = 'Chino Luxe',                    brand = 'Vapid',           price = 8000,    category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'deviant',         name = 'Deviant',                       brand = 'Schyster',        price = 7000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'dominator3',      name = 'Dominator GTX',                 brand = 'Vapid',           price = 30000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'dominator7',      name = 'Dominator ASP',                 brand = 'Vapid',           price = 8000,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'dominator8',      name = 'Dominator GTT',                 brand = 'Vapid',           price = 40000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'faction2',        name = 'Faction Rider',                 brand = 'Willard',         price = 1900,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'faction3',        name = 'Faction Custom Donk',           brand = 'Willard',         price = 3500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'ellie',           name = 'Ellie',                         brand = 'Vapid',           price = 20000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'gauntlet3',       name = 'Classic Gauntlet',              brand = 'Bravado',         price = 6500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'gauntlet4',       name = 'Gauntlet Hellfire',             brand = 'Bravado',         price = 35000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'gauntlet5',       name = 'Gauntlet Classic Custom',       brand = 'Bravado',         price = 15000,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'hermes',          name = 'Hermes',                        brand = 'Albany',          price = 3500,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'impaler',         name = 'Impaler',                       brand = 'Vapid',           price = 1500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'impaler3',        name = 'Impaler Future Shock',          brand = 'Vapid',           price = 9500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'imperator2',      name = 'imperator Future Shock',        brand = 'Vapid',           price = 9500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'nightshade',      name = 'Nightshade',                    brand = 'Imponte',         price = 12000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'phoenix',         name = 'Phoenix',                       brand = 'Imponte',         price = 6500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'sabregt2',        name = 'Sabre GT Turbo Custom',         brand = 'Declasse',        price = 2650,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'stalion',         name = 'Stallion',                      brand = 'Declasse',        price = 3300,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'stalion2',        name = 'Stallion Burgershot',           brand = 'Declasse',        price = 2000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'tampa',           name = 'Tampa',                         brand = 'Declasse',        price = 2450,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'tulip',           name = 'Tulip',                         brand = 'Declasse',        price = 2000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'vamos',           name = 'Vamos',                         brand = 'Declasse',        price = 4000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'vigero2',         name = 'Vigero',                        brand = 'Declasse',        price = 55000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'virgo2',          name = 'Virgo Custom Classic',          brand = 'Dundreary',       price = 2100,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'buffalo4',        name = 'Buffalo STX',                   brand = 'Bravado',         price = 45000,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'weevil2',         name = 'Weevil Custom',                 brand = 'BF',              price = 9500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'buffalo5',        name = 'Buffalo EVX',                   brand = 'Bravado',         price = 70000,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'greenwood',       name = 'Greenwood',                     brand = 'Bravado',         price = 9500,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'dominator9',      name = 'Dominator GT',                  brand = 'Vapid',           price = 60000,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'impaler6',        name = 'Impaler LX',                    brand = 'Declasse',        price = 15000,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'vigero3',         name = 'Vigero ZX Convertible',         brand = 'Declasse',        price = 60000,  category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'imperator',       name = 'Imperator Arena',               brand = 'Vapid',           price = 9500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'hustler',         name = 'Hustler',                       brand = 'Vapid',           price = 9500,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'hotknife',        name = 'Hotknife',                      brand = 'Vapid',           price = 9000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    { model = 'tampa2',          name = 'Drift Tampa',                   brand = 'Declasse',        price = 8000,   category = 'muscle',         type = 'automobile', shop = 'pdm' },
    --- Sports Classic (5)
    { model = 'coquette3',       name = 'Coquette BlackFin',             brand = 'Invetero',        price = 25000,  category = 'sportsclassics',         type = 'automobile', shop = 'luxury' },
    { model = 'ardent',          name = 'Ardent',                        brand = 'Ocelot',          price = 30000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'btype',           name = 'Roosevelt',                     brand = 'Albany',          price = 30000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'btype3',          name = 'Roosevelt Valor',               brand = 'Albany',          price = 30000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'casco',           name = 'Casco',                         brand = 'Lampadati',       price = 50000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'feltzer3',        name = 'Stirling GT',                   brand = 'Benefactor',      price = 35000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'infernus2',       name = 'Infernus Classic',              brand = 'Pegassi',         price = 50500,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'mamba',           name = 'Mamba',                         brand = 'Declasse',        price = 50000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'michelli',        name = 'Michelli GT',                   brand = 'Lampadati',       price = 30000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'retinue',         name = 'Retinue',                       brand = 'Vapid',           price = 12000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'savestra',        name = 'Savestra',                      brand = 'Annis',           price = 12000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'stingergt',       name = 'Stinger GT',                    brand = 'Grotti',          price = 65000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'stromberg',       name = 'Stromberg',                     brand = 'Ocelot',          price = 65000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'swinger',         name = 'Swinger',                       brand = 'Ocelot',          price = 65000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'torero',          name = 'Torero',                        brand = 'Pegassi',         price = 65000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'turismo2',        name = 'Turismo Classic',               brand = 'Grotti',          price = 65000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'viseris',         name = 'Viseris',                       brand = 'Lampadati',       price = 65000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'ztype',           name = 'Z-Type',                        brand = 'Truffade',        price = 30000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'zion3',           name = 'Zion Classic',                  brand = 'Übermacht',       price = 35000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'peyote2',         name = 'Peyote Gasser',                 brand = 'Vapid',           price = 40000,   category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    { model = 'coquette2',       name = 'Coquette Classic',              brand = 'Invetero',        price = 25000,  category = 'sportsclassics', type = 'automobile', shop = 'luxury' },
    --- Sports (6)
    { model = 'champion',        name = 'Champion',                      brand = 'Dewbauchee',      price = 500000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'comet3',          name = 'Comet Retro Custom',            brand = 'Pfister',         price = 17500,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'comet5',          name = 'Comet SR',                      brand = 'Pfister',         price = 15500,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'drafter',         name = '8F Drafter',                    brand = 'Obey',            price = 80000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'elegy2',          name = 'Elegy RH8',                     brand = 'Annis',           price = 15000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'flashgt',         name = 'Flash GT',                      brand = 'Vapid',           price = 48000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'furoregt',        name = 'Furore GT',                     brand = 'Lampadati',       price = 78000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'komoda',          name = 'Komoda',                        brand = 'Lampadati',       price = 55000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'imorgon',         name = 'Imorgon',                       brand = 'Överflöd',        price = 75000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'italigto',        name = 'Itali GTO',                     brand = 'Progen',          price = 90000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'jugular',         name = 'Jugular',                       brand = 'Ocelot',          price = 80000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'jester2',         name = 'Jester Racecar',                brand = 'Dinka',           price = 21000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'jester3',         name = 'Jester Classic',                brand = 'Dinka',           price = 85000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'khamelion',       name = 'Khamelion',                     brand = 'Hijak',           price = 90000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'locust',          name = 'Locust',                        brand = 'Ocelot',          price = 20000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'lynx',            name = 'Lynx',                          brand = 'Ocelot',          price = 15000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'massacro2',       name = 'Massacro Racecar',              brand = 'Dewbauchee',      price = 80000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'neo',             name = 'Neo',                           brand = 'Vysser',          price = 23000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'neon',            name = 'Neon',                          brand = 'Pfister',         price = 22000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'pariah',          name = 'Pariah',                        brand = 'Ocelot',          price = 90000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'raptor',          name = 'Raptor',                        brand = 'BF',              price = 90000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'revolter',        name = 'Revolter',                      brand = 'Übermacht',       price = 95000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'ruston',          name = 'Ruston',                        brand = 'Hijak',           price = 50000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'schlagen',        name = 'Schlagen GT',                   brand = 'Benefactor',      price = 60000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'seven70',         name = 'Seven-70',                      brand = 'Dewbauchee',      price = 50000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'specter',         name = 'Specter',                       brand = 'Dewbauchee',      price = 45000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'sugoi',           name = 'Sugoi',                         brand = 'Dinka',           price = 85000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'vstr',            name = 'V-STR',                         brand = 'Albany',          price = 80000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'raiden',          name = 'Raiden',                        brand = 'Progen',          price = 100000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'italirsx',        name = 'Itali RSX',                     brand = 'Progen',          price = 100000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'zr350',           name = 'ZR350',                         brand = 'Annis',           price = 38000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'euros',           name = 'Euros',                         brand = 'Annis',           price = 80000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'jester4',         name = 'Jester RR',                     brand = 'Dinka',           price = 24000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'comet6',          name = 'Comet S2',                      brand = 'Pfister',         price = 120000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'comet7',          name = 'Comet',                         brand = 'S2 Cabrio',       price = 150000,   category = 'sports',         type = 'automobile', shop = 'luxury' },    
    { model = 'growler',         name = 'Growler',                       brand = 'Pfister',         price = 20500,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'vectre',          name = 'Vectre',                        brand = 'Emperor',         price = 80000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'cypher',          name = 'Cypher',                        brand = 'Übermacht',       price = 15500,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'visione',         name = 'Visione',                       brand = 'Grotti',          price = 75000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'cheetah2',        name = 'Cheetah Classic',               brand = 'Grotti',          price = 19500,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'stingertt',       name = 'Itali GTO Stinger TT',          brand = 'Maibatsu',        price = 95000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'omnisegt',        name = 'Omnis e-GT',                    brand = 'Obey',            price = 18500,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'sentinel4',       name = 'Sentinel Classic Widebody',     brand = 'Übermacht',       price = 14000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'sm722',           name = 'SM722',                         brand = 'Benefactor',      price = 45000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'tenf',            name = '10F',                           brand = 'Obey',            price = 85000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'tenf2',           name = '10F Widebody',                  brand = 'Obey',            price = 100000,  category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'everon2',         name = 'Everon Hotring',                brand = 'Karin',           price = 80000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'corsita',         name = 'Corsita',                       brand = 'Lampadati',       price = 90000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'hotring',       name = 'Hotring Hellfire',              brand = 'Bravado',         price = 18100,  category = 'sports',         type = 'automobile', shop = 'pdm' },
    { model = 'gauntlet6',       name = 'Hotring Hellfire',              brand = 'Bravado',         price = 18100,  category = 'sports',         type = 'automobile', shop = 'pdm' },
    { model = 'tornado6',        name = 'Tornado',              brand = 'Declasse',         price = 18100,  category = 'sports',         type = 'automobile', shop = 'pdm' },
    { model = 'btype2',          name = 'Franken Stange',                brand = 'Albany',          price = 75000,   category = 'sports', type = 'automobile', shop = 'pdm' },
    { model = 'r300',            name = '300R',                          brand = 'Annis',           price = 56000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    { model = 'panthere',        name = 'Panthere',                      brand = 'Toundra',         price = 55000,   category = 'sports',         type = 'automobile', shop = 'luxury' },
    --- Super (7)
    { model = 'coquette4',       name = 'Coquette D4',                   brand = 'Invetero',        price = 120000,  category = 'super',         type = 'automobile', shop = 'luxury' },
    { model = 'autarch',         name = 'Autarch',                       brand = 'Överflöd',        price = 224000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'cyclone',         name = 'Cyclone',                       brand = 'Coil',            price = 300000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'emerus',          name = 'Emerus',                        brand = 'Progen',          price = 220000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'fmj',             name = 'FMJ',                           brand = 'Vapid',           price = 125000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'furia',           name = 'Furia',                         brand = 'Grotti',          price = 230000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'italigtb',        name = 'Itali GTB',                     brand = 'Progen',          price = 170000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'italigtb2',       name = 'Itali GTB Custom',              brand = 'Progen',          price = 250000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'krieger',         name = 'Krieger',                       brand = 'Benefactor',      price = 222000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'nero2',           name = 'Nero Custom',                   brand = 'Truffade',        price = 260000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'pfister811',      name = '811',                           brand = 'Pfister',         price = 220000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'prototipo',       name = 'X80 Proto',                     brand = 'Grotti',          price = 450000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'reaper',          name = 'Reaper',                        brand = 'Pegassi',         price = 150000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'sc1',             name = 'SC1',                           brand = 'Übermacht',       price = 150000,   category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'sheava',          name = 'ETR1',                          brand = 'Emperor',         price = 220000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 't20',             name = 'T20',                           brand = 'Progen',          price = 165000, category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'taipan',          name = 'Taipan',                        brand = 'Cheval',          price = 185000, category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'tempesta',        name = 'Tempesta',                      brand = 'Pegassi',         price = 150000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'tezeract',        name = 'Tezeract',                      brand = 'Pegassi',         price = 450000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'thrax',           name = 'Thrax',                         brand = 'Truffade',        price = 180000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'turismor',        name = 'Turismo R',                     brand = 'Grotti',          price = 400000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'tyrant',          name = 'Tyrant',                        brand = 'Överflöd',        price = 400000, category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'vacca',           name = 'Vacca',                         brand = 'Pegassi',         price = 95000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'vagner',          name = 'Vagner',                        brand = 'Dewbauchee',      price = 450000, category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'xa21',            name = 'XA-21',                         brand = 'Ocelot',          price = 180000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'zorrusso',        name = 'Zorrusso',                      brand = 'Pegassi',         price = 277000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'ignus',           name = 'Ignus',                         brand = 'Pegassi',         price = 152000, category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'zeno',            name = 'Zeno',                          brand = 'Överflöd',        price = 150000, category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'torero2',         name = 'Torero XO',                     brand = 'Pegassi',         price = 150000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'entity3',         name = 'Entity MT',                     brand = 'Overflod',        price = 200000,  category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'virtue',          name = 'Virtue',                        brand = 'Ocelot',          price = 220000,   category = 'super',          type = 'automobile', shop = 'luxury' },
    { model = 'turismo3',        name = 'Turismo Omaggio',               brand = 'Grotti',          price = 254500,  category = 'super',          type = 'automobile', shop = 'luxury' },
    --- Motorcycles (8)
    { model = 'akuma',           name = 'Akuma',                         brand = 'Dinka',           price = 7500,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'avarus',          name = 'Avarus',                        brand = 'LCC',             price = 2000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'bati',            name = 'Bati 801',                      brand = 'Pegassi',         price = 8500,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'bati2',           name = 'Bati 801RR',                    brand = 'Pegassi',         price = 10000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'bf400',           name = 'BF400',                         brand = 'Nagasaki',        price = 2200,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'carbonrs',        name = 'Carbon RS',                     brand = 'Nagasaki',        price = 2200,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'chimera',         name = 'Chimera',                       brand = 'Nagasaki',        price = 2100,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'cliffhanger',     name = 'Cliffhanger',                   brand = 'Western',         price = 2850,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'daemon',          name = 'Daemon',                        brand = 'WMC',             price = 1400,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'daemon2',         name = 'Daemon Custom',                 brand = 'Western',         price = 2300,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'defiler',         name = 'Defiler',                       brand = 'Shitzu',          price = 3000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'deathbike',       name = 'Deathbike Apocalypse',          brand = 'Deathbike',       price = 6000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'deathbike2',      name = 'Deathbike Future Shock',        brand = 'Deathbike',       price = 10000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'diablous',        name = 'Diablous',                      brand = 'Principe',        price = 3000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'diablous2',       name = 'Diablous Custom',               brand = 'Principe',        price = 3800,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'double',          name = 'Double-T',                      brand = 'Dinka',           price = 2800,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'enduro',          name = 'Enduro',                        brand = 'Dinka',           price = 5500,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'esskey',          name = 'Esskey',                        brand = 'Pegassi',         price = 1200,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'faggio',          name = 'Faggio Sport',                  brand = 'Pegassi',         price = 700,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'faggio2',         name = 'Faggio',                        brand = 'Pegassi',         price = 750,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'fcr2',            name = 'FCR 1000 Custom',               brand = 'Pegassi',         price = 1900,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'gargoyle',        name = 'Gargoyle',                      brand = 'Western',         price = 3200,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'hakuchou',        name = 'Hakuchou',                      brand = 'Shitzu',          price = 10000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'hexer',           name = 'Hexer',                         brand = 'LCC',             price = 1600,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'innovation',      name = 'Innovation',                    brand = 'LLC',             price = 3300,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'lectro',          name = 'Lectro',                        brand = 'Principe',        price = 2800,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'manchez',         name = 'Manchez',                       brand = 'Maibatsu',        price = 6500,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'nemesis',         name = 'Nemesis',                       brand = 'Principe',        price = 2000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'nightblade',      name = 'Nightblade',                    brand = 'WMC',             price = 2300,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'pcj',             name = 'PCJ-600',                       brand = 'Shitzu',          price = 1500,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'ratbike',         name = 'Rat Bike',                      brand = 'Western',         price = 3000,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'ruffian',         name = 'Ruffian',                       brand = 'Pegassi',         price = 2500,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'sanchez',         name = 'Sanchez Livery',                brand = 'Maibatsu',        price = 5300,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'sanctus',         name = 'Sanctus',                       brand = 'LCC',             price = 3500,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'shotaro',         name = 'Shotaro',                       brand = 'Nagasaki',        price = 50000,  category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'sovereign',       name = 'Sovereign',                     brand = 'WMC',             price = 3500,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'stryder',         name = 'Stryder',                       brand = 'Nagasaki',        price = 5000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'thrust',          name = 'Thrust',                        brand = 'Dinka',           price = 2200,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'vader',           name = 'Vader',                         brand = 'Shitzu',          price = 2000,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'vindicator',      name = 'Vindicator',                    brand = 'Dinka',           price = 1900,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'vortex',          name = 'Vortex',                        brand = 'Pegassi',         price = 3100,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'wolfsbane',       name = 'Wolfsbane',                     brand = 'Western',         price = 1400,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'zombiea',         name = 'Zombie Bobber',                 brand = 'Western',         price = 2800,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'zombieb',         name = 'Zombie Chopper',                brand = 'Western',         price = 2700,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'manchez2',        name = 'Manchez Scout',                 brand = 'Maibatsu',        price = 1400,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'shinobi',         name = 'Shinobi',                       brand = 'Nagasaki',        price = 12000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'reever',          name = 'Reever',                        brand = 'Western',         price = 13000,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'manchez3',        name = 'Manchez Scout Classic',         brand = 'Maibatsu',        price = 1500,   category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    { model = 'powersurge',      name = 'Powersurge',                    brand = 'Western',         price = 45000,    category = 'motorcycles',    type = 'bike',       shop = 'pdm' },
    --- Off-Road (9)
    { model = 'blazer3',         name = 'Blazer Hot Rod',                brand = 'Nagasaki',        price = 7000,    category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'blazer4',         name = 'Blazer Aqua',                   brand = 'Nagasaki',        price = 40000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'brawler',         name = 'Brawler',                       brand = 'Annis',           price = 40000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'freecrawler',     name = 'Freecrawler',                   brand = 'Canis',           price = 24000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'hellion',         name = 'Hellion',                       brand = 'Annis',           price = 38000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'mesa3',           name = 'Mesa Merryweather',             brand = 'Canis',           price = 40000,  category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'outlaw',          name = 'Outlaw',                        brand = 'Nagasaki',        price = 25000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'vagrant',         name = 'Vagrant',                       brand = 'Maxwell',         price = 50000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'verus',           name = 'Verus',                         brand = 'Dinka',           price = 3000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'ratel',           name = 'Ratel',                         brand = 'Vapid',           price = 19900,  category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'monstrociti',     name = 'MonstroCiti',                   brand = 'Maibatsu',        price = 48000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'draugur',         name = 'Draugur',                       brand = 'Declasse',        price = 99000,   category = 'offroad',        type = 'automobile', shop = 'pdm' },
    { model = 'terminus',        name = 'Terminus',                      brand = 'Canis',           price = 18775,  category = 'offroad',        type = 'automobile', shop = 'pdm' },
    --- Industrial (10)
    --- Utility (11)
    { model = 'yosemite',        name = 'Yosemite',                      brand = 'Declasse',        price = 3500,   category = 'muscle',         type = 'automobile', shop = 'truck' }, 
    { model = 'l35',             name = 'Walton L35',                    brand = 'Declasse',        price = 16700,  category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'yosemite3',       name = 'Yosemite Rancher',              brand = 'Declasse',        price = 42500,  category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'trophytruck',     name = 'Trophy Truck',                  brand = 'Vapid',           price = 60000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'trophytruck2',    name = 'Desert Raid',                   brand = 'Vapid',           price = 80000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'riata',           name = 'Riata',                         brand = 'Vapid',           price = 38000,  category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'kamacho',         name = 'Kamacho',                       brand = 'Canis',           price = 50000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'yosemite2',       name = 'Yosemite Drift',                brand = 'Declasse',        price = 15000,   category = 'muscle',         type = 'automobile', shop = 'truck' },
    { model = 'ratloader2',      name = 'Ratloader',                     brand = 'Ratloader2',      price = 2000,   category = 'muscle',         type = 'automobile', shop = 'truck' },
    { model = 'slamvan',         name = 'Slam Van',                      brand = 'Vapid',           price = 3000,   category = 'muscle',         type = 'automobile', shop = 'truck' },
    { model = 'slamvan2',        name = 'Lost Slam Van',                 brand = 'Vapid',           price = 9000,   category = 'muscle',         type = 'automobile', shop = 'truck' },
    { model = 'slamvan3',        name = 'Slam Van Custom',               brand = 'Vapid',           price = 1700,   category = 'muscle',         type = 'automobile', shop = 'truck' },
    { model = 'guardian',        name = 'Guardian',                      brand = 'Vapid',           price = 30000,   category = 'utility',     type = 'automobile', shop = 'truck' },
    { model = 'everon',          name = 'Everon',                        brand = 'Karin',           price = 60000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'caracara2',       name = 'Caracara 4x4',                  brand = 'Vapid',           price = 80000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'contender',       name = 'Contender',                     brand = 'Vapid',           price = 35000,   category = 'utility',           type = 'automobile', shop = 'truck' },
    { model = 'slamtruck',       name = 'Slam Truck',                    brand = 'Vapid',           price = 100000,  category = 'muscle',        type = 'automobile', shop = 'truck' },
    { model = 'tractor2',        name = 'Fieldmaster',                   brand = 'Stanley',         price = 3000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'towtruck2',       name = 'Tow Truck (Small)',             brand = 'Vapid',           price = 3000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'dloader',       name = 'Tow Truck (Small)',             brand = 'Vapid',           price = 3000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'monster',       name = 'Monster Truck',             brand = 'Vapid',           price = 100000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'monster3',       name = 'Monster Truck',             brand = 'Vapid',           price = 100000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'monster4',       name = 'Monster Truck',             brand = 'Vapid',           price = 100000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    { model = 'marshall',       name = 'Monster Truck',             brand = 'Vapid',           price = 100000,   category = 'utility',        type = 'automobile', shop = 'truck' },
    --- Vans (12)
    { model = 'burrito3',        name = 'Burrito',                       brand = 'Declasse',        price = 4000,    category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'gburrito2',       name = 'Burrito Custom',                brand = 'Declasse',        price = 11500,   category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'journey',         name = 'Journey',                       brand = 'Zirconium',       price = 6500,    category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'paradise',        name = 'Paradise',                      brand = 'Bravado',         price = 9000,    category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'rumpo3',          name = 'Rumpo Custom',                  brand = 'Bravado',         price = 19500,   category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'surfer',          name = 'Surfer',                        brand = 'BF',              price = 9000,    category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'youga2',          name = 'Youga Classic',                 brand = 'Bravado',         price = 14500,   category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'youga4',          name = 'Youga Custom',                  brand = 'Bravado',         price = 85000,   category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'moonbeam2',       name = 'Moonbeam Custom',               brand = 'Declasse',        price = 15000,   category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'journey2',        name = 'Journey II',                    brand = 'Zirconium',       price = 7000,    category = 'vans',           type = 'automobile', shop = 'truck' },
    { model = 'surfer3',         name = 'Surfer Custom',                 brand = 'BF',              price = 15000,   category = 'vans',           type = 'automobile', shop = 'truck' },
    --- Cycles (13)
    { model = 'bmx',             name = 'BMX',                           brand = 'Bike',            price = 160,     category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'cruiser',         name = 'Cruiser',                       brand = 'Bike',            price = 510,     category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'fixter',          name = 'Fixter',                        brand = 'Bike',            price = 225,     category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'scorcher',        name = 'Scorcher',                      brand = 'Bike',            price = 280,     category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'tribike',         name = 'Whippet Race Bike',             brand = 'Bike',            price = 500,     category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'tribike2',        name = 'Endurex Race Bike',             brand = 'Bike',            price = 700,     category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'tribike3',        name = 'Tri-Cycles Race Bike',          brand = 'Bike',            price = 520,     category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'inductor',        name = 'Inductor',                      brand = 'Coil',            price = 520,    category = 'cycles',         type = 'bike',       shop = 'pdm' },
    { model = 'inductor2',       name = 'Junk Energy Inductor',          brand = 'Coil',            price = 500,    category = 'cycles',         type = 'bike',       shop = 'pdm' },
    --- Boats (14)
    { model = 'avisa',           name = 'Avisa',                         brand = 'Kraken Subs',     price = 40000,   category = 'boats',          type = 'boat',       shop = 'none' },
    { model = 'patrolboat',      name = 'Kurtz 31 Patrol Boat',          brand = 'Unknown',         price = 40000,   category = 'boats',          type = 'boat',       shop = 'none' },
    { model = 'longfin',         name = 'Longfin',                       brand = 'Shitzu',          price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'tug',             name = 'Tug',                           brand = 'Buckingham',      price = 40000,   category = 'boats',          type = 'boat',       shop = 'none' },
    { model = 'toro',            name = 'Toro',                          brand = 'Lampadati',       price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'toro2',           name = 'Toro Yacht',                    brand = 'Lampadati',       price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'submersible2',    name = 'Kraken',                        brand = 'Kraken Subs',     price = 40000,   category = 'boats',          type = 'boat',       shop = 'none' },
    { model = 'speeder',         name = 'Speeder',                       brand = 'Pegassi',         price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'speeder2',        name = 'Speeder Yacht',                 brand = 'Pegassi',         price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'tropic',          name = 'Tropic',                        brand = 'Shitzu',          price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'tropic2',         name = 'Tropic Yacht',                  brand = 'Shitzu',          price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'suntrap',         name = 'Suntrap',                       brand = 'Shitzu',          price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'submersible',     name = 'Submersible',                   brand = 'Kraken Subs',     price = 40000,   category = 'boats',          type = 'boat',       shop = 'none' },
    { model = 'squalo',          name = 'Squalo',                        brand = 'Shitzu',          price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'seashark',        name = 'Seashark',                      brand = 'Speedophile',     price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'seashark3',       name = 'Seashark Yacht',                brand = 'Speedophile',     price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'marquis',         name = 'Marquis',                       brand = 'Dinka',           price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'jetmax',          name = 'Jetmax',                        brand = 'Shitzu',          price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'dinghy',          name = 'Dinghy 2-Seater',               brand = 'Nagasaki',        price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'dinghy2',         name = 'Dinghy 4-Seater',               brand = 'Nagasaki',        price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'dinghy3',         name = 'Dinghy (Heist)',                brand = 'Nagasaki',        price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    { model = 'dinghy4',         name = 'Dinghy Yacht',                  brand = 'Nagasaki',        price = 40000,   category = 'boats',          type = 'boat',       shop = 'boats' },
    --- Helicopters (15)
    { model = 'conada2',         name = 'Weaponized Conada',             brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'conada',          name = 'Conada',                        brand = 'Buckingham',      price = 115000,  category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'seasparrow2',     name = 'Sparrow',                       brand = 'Unknown',         price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'annihilator2',    name = 'Annihilator Stealth',           brand = 'Western Company', price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'seasparrow',      name = 'Sea Sparrow',                   brand = 'Unknown',         price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'akula',           name = 'Akula',                         brand = 'Unknown',         price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'hunter',          name = 'FH-1 Hunter',                   brand = 'Unknown',         price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'havok',           name = 'Havok',                         brand = 'Nagasaki',        price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'volatus',         name = 'Volatus',                       brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'supervolito2',    name = 'SuperVolito Carbon',            brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'supervolito',     name = 'SuperVolito',                   brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'swift2',          name = 'Swift Deluxe',                  brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'valkyrie',        name = 'Valkyrie',                      brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'savage',          name = 'Savage',                        brand = 'Unknown',         price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'swift',           name = 'Swift',                         brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'annihilator',     name = 'Annihilator',                   brand = 'Western Company', price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'cargobob2',       name = 'Cargobob Jetsam',               brand = 'Western Company', price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'skylift',         name = 'Skylift',                       brand = 'HVY',             price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'maverick',        name = 'Maverick',                      brand = 'Buckingham',      price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'frogger',         name = 'Frogger',                       brand = 'Maibatsu',        price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'frogger2',        name = 'Frogger',                       brand = 'Maibatsu',        price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'air' },
    { model = 'cargobob',        name = 'Cargobob',                      brand = 'Western Company', price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'cargobob3',       name = 'Cargobob',                      brand = 'Western Company', price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'seasparrow3',     name = 'Sparrow (Prop)',                brand = 'Unknown',         price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'buzzard',         name = 'Buzzard Attack Chopper',        brand = 'Nagasaki',        price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    { model = 'buzzard2',        name = 'Buzzard',                       brand = 'Nagasaki',        price = 52000,   category = 'helicopters',    type = 'heli',       shop = 'none' },
    --- Planes (16)
    { model = 'streamer216',     name = 'Streamer216',                   brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'raiju',           name = 'F-160 Raiju',                   brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'alkonost',        name = 'RO-86 Alkonost',                brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'strikeforce',     name = 'B-11 Strikeforce',              brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'blimp3',          name = 'Blimp',                         brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'avenger',         name = 'Avenger',                       brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'avenger2',        name = 'Avenger',                       brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'volatol',         name = 'Volatol',                       brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'nokota',          name = 'P-45 Nokota',                   brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'seabreeze',       name = 'Seabreeze',                     brand = 'Western Company', price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'pyro',            name = 'Pyro',                          brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'mogul',           name = 'Mogul',                         brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'howard',          name = 'Howard NX-25',                  brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'bombushka',       name = 'RM-10 Bombushka',               brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'molotok',         name = 'V-65 Molotok',                  brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'microlight',      name = 'Ultralight',                    brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'tula',            name = 'Tula',                          brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'rogue',           name = 'Rogue',                         brand = 'Western Company', price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'starling',        name = 'LF-22 Starling',                brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'alphaz1',         name = 'Alpha-Z1',                      brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'nimbus',          name = 'Nimbus',                        brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'luxor2',          name = 'Luxor Deluxe',                  brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'velum2',          name = 'Velum 5-seater',                brand = 'JoBuilt',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'hydra',           name = 'Hydra',                         brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'blimp2',          name = 'Xero Blimp',                    brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'dodo',            name = 'Dodo',                          brand = 'Mammoth',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'miljet',          name = 'Miljet',                        brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'besra',           name = 'Besra',                         brand = 'Western Company', price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'vestra',          name = 'Vestra',                        brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'cargoplane',      name = 'Cargo Plane',                   brand = 'JoBuilt',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'velum',           name = 'Velum',                         brand = 'JoBuilt',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'titan',           name = 'Titan',                         brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'shamal',          name = 'Shamal',                        brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'lazer',           name = 'P-996 Lazer',                   brand = 'JoBuilt',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'mammatus',        name = 'Mammatus',                      brand = 'JoBuilt',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'stunt',           name = 'Mallard',                       brand = 'Western Company', price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'luxor',           name = 'Luxor',                         brand = 'Buckingham',      price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'jet',             name = 'Jet',                           brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    { model = 'duster',          name = 'Duster',                        brand = 'Western Company', price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'cuban800',        name = 'Cuban 800',                     brand = 'Western Company', price = 90000,   category = 'planes',         type = 'plane',      shop = 'air' },
    { model = 'blimp',           name = 'Atomic Blimp',                  brand = 'Unknown',         price = 90000,   category = 'planes',         type = 'plane',      shop = 'none' },
    --- Service (17)
    { model = 'brickade',        name = 'Brickade',                      brand = 'MTL',             price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'brickade2',       name = 'Brickade 6x6',                  brand = 'MTL',             price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'pbus2',           name = 'Festival Bus',                  brand = 'Unknown',         price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'wastelander',     name = 'Wastelander',                   brand = 'MTL',             price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'rallytruck',      name = 'Dune',                          brand = 'MTL',             price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'metrotrain',      name = 'Metro Train',                   brand = 'Unknown',         price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'freight',         name = 'Freight Train',                 brand = 'Unknown',         price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'cablecar',        name = 'Cable Car',                     brand = 'Unknown',         price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'trash',           name = 'Trashmaster',                   brand = 'JoBuilt',         price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'trash2',          name = 'Trashmaster',                   brand = 'JoBuilt',         price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'tourbus',         name = 'Tour Bus',                      brand = 'Brute',           price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'taxi',            name = 'Taxi',                          brand = 'Vapid',           price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'rentalbus',       name = 'Rental Shuttle Bus',            brand = 'Brute',           price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'coach',           name = 'Dashound',                      brand = 'Brute',           price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'bus',             name = 'Bus',                           brand = 'Brute',           price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    { model = 'airbus',          name = 'Airport Bus',                   brand = 'Brute',           price = 100000,  category = 'service',        type = 'automobile', shop = 'none' },
    --- Emergency (18)
    { model = 'riot',            name = 'Police Riot',                   brand = 'Brute',           price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'riot2',           name = 'RCV',                           brand = 'Unknown',         price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'pbus',            name = 'Police Prison Bus',             brand = 'Vapid',           price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'police',          name = 'Police Cruiser',                brand = 'Vapid',           price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'police2',         name = 'Police Buffalo',                brand = 'Vapid',           price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'police3',         name = 'Police Interceptor',            brand = 'Vapid',           price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'police4',         name = 'Unmarked Cruiser',              brand = 'Vapid',           price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'sheriff',         name = 'Sheriff SUV',                   brand = 'Declasse',        price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'sheriff2',        name = 'Sheriff Cruiser',               brand = 'Vapid',           price = 100000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'policeold1',      name = 'Police Rancher',                brand = 'Declasse',        price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'policeold2',      name = 'Police Roadcruiser',            brand = 'Albany',          price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'policet',         name = 'Police Transporter',            brand = 'Vapid',           price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'policeb',         name = 'Police Bike',                   brand = 'Vapid',           price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'polmav',          name = 'Police Maverick',               brand = 'Buckingham',      price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'ambulance',       name = 'Ambulance',                     brand = 'Brute',           price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'firetruk',        name = 'Fire Truck',                    brand = 'MTL',             price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'lguard',          name = 'Lifeguard',                     brand = 'Declasse',        price = 110000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'seashark2',       name = 'Seashark Lifeguard',            brand = 'Speedophile',     price = 40000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'pranger',         name = 'Park Ranger',                   brand = 'Declasse',        price = 40000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'fbi',             name = 'FIB Buffalo',                   brand = 'Bravado',         price = 40000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'fbi2',            name = 'FIB Granger',                   brand = 'Declasse',        price = 40000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'predator',        name = 'Police Predator',               brand = 'Unknown',         price = 40000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'polgauntlet',     name = 'Gauntlet Interceptor',          brand = 'Bravado',         price = 40000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'police5',         name = 'Stanier LE Cruiser',            brand = 'Vapid',           price = 40000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'polimpaler5',     name = 'Impaler SZ Cruiser',            brand = 'Declasse',        price = 80000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'polimpaler6',     name = 'Impaler LX Cruiser',            brand = 'Declasse',        price = 90000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'poldominator10',  name = 'Dominator FX Interceptor',      brand = 'Vapid',           price = 230000,  category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'policet3',        name = 'Burrito (Bail Enforcement)',    brand = 'Declasse',        price = 60000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'polgreenwood',    name = 'Greenwood Cruiser',             brand = 'Bravado',         price = 80000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    { model = 'poldorado',       name = 'Dorado Cruiser',                brand = 'Vapid',           price = 80000,   category = 'emergency',      type = 'automobile', shop = 'none' },
    --- Military (19)
    { model = 'vetir',           name = 'Vetir',                         brand = 'Unknown',         price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'kosatka',         name = 'Kosatka',                       brand = 'Rune',            price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'minitank',        name = 'RC Tank',                       brand = 'Unknown',         price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'scarab',          name = 'Scarab',                        brand = 'HVY',             price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'terbyte',         name = 'Terrorbyte',                    brand = 'Benefactor',      price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'thruster',        name = 'Thruster',                      brand = 'Mammoth',         price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'khanjali',        name = 'TM-02 Khanjali Tank',           brand = 'Unknown',         price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'chernobog',       name = 'Chernobog',                     brand = 'HVY',             price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'barrage',         name = 'Barrage',                       brand = 'HVY',             price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'trailerlarge',    name = 'Mobile Operations Center',      brand = 'Unknown',         price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'halftrack',       name = 'Half-track',                    brand = 'Bravado',         price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'apc',             name = 'APC Tank',                      brand = 'HVY',             price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'trailersmall2',   name = 'Anti-Aircraft Trailer',         brand = 'Vom Feuer',       price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'rhino',           name = 'Rhino Tank',                    brand = 'Unknown',         price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'crusader',        name = 'Crusader',                      brand = 'Canis',           price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'barracks',        name = 'Barracks',                      brand = 'HVY',             price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'barracks2',       name = 'Barracks Semi',                 brand = 'HVY',             price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    { model = 'barracks3',       name = 'Barracks',                      brand = 'HVY',             price = 100000,  category = 'military',       type = 'automobile', shop = 'none' },
    --- Commercial (20)
    --- Trains (21)
    --- Open Wheel (22)
    { model = 'openwheel2',      name = 'DR1',                           brand = 'Declasse',        price = 100000,  category = 'openwheel',      type = 'automobile', shop = 'none' },
    { model = 'openwheel1',      name = 'BR8',                           brand = 'Benefactor',      price = 100000,  category = 'openwheel',      type = 'automobile', shop = 'none' },
    { model = 'formula2',        name = 'R88',                           brand = 'Ocelot',          price = 100000,  category = 'openwheel',      type = 'automobile', shop = 'none' },
    { model = 'formula',         name = 'PR4',                           brand = 'Progen',          price = 100000,  category = 'openwheel',      type = 'automobile', shop = 'none' },
}

QBShared.VehicleHashes = QBShared.VehicleHashes or {}
for i = 1, #Vehicles do
    local hash = joaat(Vehicles[i].model)
    QBShared.Vehicles[Vehicles[i].model] = {
        spawncode = Vehicles[i].model,
        name = Vehicles[i].name,
        brand = Vehicles[i].brand,
        model = Vehicles[i].model,
        price = Vehicles[i].price,
        category = Vehicles[i].category,
        hash = hash,
        type = Vehicles[i].type,
        shop = Vehicles[i].shop
    }
    QBShared.VehicleHashes[hash] = QBShared.Vehicles[Vehicles[i].model]
end
