diff --git a/shared/vehicles.lua b/shared/vehicles.lua index 0756b78..5883dc9 100644 --- a/shared/vehicles.lua +++ b/shared/vehicles.lua @@ -1,5700 +1,739 @@ QBShared = QBShared or {} +QBShared.Vehicles = QBShared.Vehicles or {} -QBShared.Vehicles = { - --- Compacts - ['asbo'] = { -- This has to match the spawn code of the vehicle +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 (Ford, Chevrolet, BMW, Mercedes, etc) - ['model'] = 'asbo', -- This must match the spawn code of the vehicle ['price'] = 4000, -- The price that the vehicle sells for - ['category'] = 'compacts', -- This must match 'VehicleClass' in vehicles.meta for the vehicle and must also exist in https://docs.fivem.net/natives/?_0x29439776AAA00A62 ['categoryLabel'] = 'Compacts', -- Customize for your Vehicle Shop headings (can even include spaces) - ['hash'] = `asbo`, -- This has to match the spawn code of the vehicle and must be surrounded by backticks. Example of a Backtick: ` ['shop'] = 'pdm', -- Can be a single shop or multiple shops. For multiple shops for example {'shopname1','shopname2','shopname3'} }, - ['blista'] = { - ['name'] = 'Blista', - ['brand'] = 'Dinka', - ['model'] = 'blista', - ['price'] = 13000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `blista`, - ['shop'] = 'pdm', - }, - ['brioso'] = { - ['name'] = 'Brioso R/A', - ['brand'] = 'Grotti', - ['model'] = 'brioso', - ['price'] = 20000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `brioso`, - ['shop'] = 'pdm', - }, - ['club'] = { - ['name'] = 'Club', - ['brand'] = 'BF', - ['model'] = 'club', - ['price'] = 8000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `club`, - ['shop'] = 'pdm', - }, - ['dilettante'] = { - ['name'] = 'Dilettante', - ['brand'] = 'Karin', - ['model'] = 'dilettante', - ['price'] = 9000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `dilettante`, - ['shop'] = 'pdm', - }, - ['dilettante2'] = { - ['name'] = 'Dilettante Patrol', - ['brand'] = 'Karin', - ['model'] = 'dilettante2', - ['price'] = 12000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `dilettante2`, - ['shop'] = 'pdm', - }, - ['kanjo'] = { - ['name'] = 'Blista Kanjo', - ['brand'] = 'Dinka', - ['model'] = 'kanjo', - ['price'] = 12000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `kanjo`, - ['shop'] = 'pdm', - }, - ['issi2'] = { - ['name'] = 'Issi', - ['brand'] = 'Weeny', - ['model'] = 'issi2', - ['price'] = 7000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `issi2`, - ['shop'] = 'pdm', - }, - ['issi3'] = { - ['name'] = 'Issi Classic', - ['brand'] = 'Weeny', - ['model'] = 'issi3', - ['price'] = 5000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `issi3`, - ['shop'] = 'pdm', - }, - ['issi4'] = { --DLC - ['name'] = 'Issi Arena', - ['brand'] = 'Weeny', - ['model'] = 'issi4', - ['price'] = 80000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `issi4`, - ['shop'] = 'pdm', - }, - ['issi5'] = { --DLC - ['name'] = 'Issi Future Shock', - ['brand'] = 'Weeny', - ['model'] = 'issi5', - ['price'] = 80000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `issi5`, - ['shop'] = 'pdm', - }, - ['issi6'] = { --DLC - ['name'] = 'Issi Nightmare', - ['brand'] = 'Weeny', - ['model'] = 'issi6', - ['price'] = 80000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `issi6`, - ['shop'] = 'pdm', - }, - ['panto'] = { - ['name'] = 'Panto', - ['brand'] = 'Benefactor', - ['model'] = 'panto', - ['price'] = 3200, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `panto`, - ['shop'] = 'pdm', - }, - ['prairie'] = { - ['name'] = 'Prairie', - ['brand'] = 'Bollokan', - ['model'] = 'prairie', - ['price'] = 30000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `prairie`, - ['shop'] = 'pdm', - }, - ['rhapsody'] = { - ['name'] = 'Rhapsody', - ['brand'] = 'Declasse', - ['model'] = 'rhapsody', - ['price'] = 10000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `rhapsody`, - ['shop'] = 'pdm', - }, - ['brioso2'] = { - ['name'] = 'Brioso 300', - ['brand'] = 'Grotti', - ['model'] = 'brioso2', - ['price'] = 12000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `brioso2`, - ['shop'] = 'pdm', - }, - ['weevil'] = { - ['name'] = 'Weevil', - ['brand'] = 'BF', - ['model'] = 'weevil', - ['price'] = 9000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `weevil`, - ['shop'] = 'pdm', - }, - --- Coupes - ['cogcabrio'] = { - ['name'] = 'Cognoscenti Cabrio', - ['brand'] = 'Enus', - ['model'] = 'cogcabrio', - ['price'] = 30000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `cogcabrio`, - ['shop'] = 'pdm', - }, - ['exemplar'] = { - ['name'] = 'Exemplar', - ['brand'] = 'Dewbauchee', - ['model'] = 'exemplar', - ['price'] = 40000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `exemplar`, - ['shop'] = 'pdm', - }, - ['f620'] = { - ['name'] = 'F620', - ['brand'] = 'Ocelot', - ['model'] = 'f620', - ['price'] = 32500, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `f620`, - ['shop'] = 'pdm', - }, - ['felon'] = { - ['name'] = 'Felon', - ['brand'] = 'Lampadati', - ['model'] = 'felon', - ['price'] = 31000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `felon`, - ['shop'] = 'pdm', - }, - ['felon2'] = { - ['name'] = 'Felon GT', - ['brand'] = 'Lampadati', - ['model'] = 'felon2', - ['price'] = 37000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `felon2`, - ['shop'] = 'pdm', - }, - ['jackal'] = { - ['name'] = 'Jackal', - ['brand'] = 'Ocelot', - ['model'] = 'jackal', - ['price'] = 19000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `jackal`, - ['shop'] = 'pdm', - }, - ['oracle'] = { - ['name'] = 'Oracle', - ['brand'] = 'Übermacht', - ['model'] = 'oracle', - ['price'] = 22000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `oracle`, - ['shop'] = 'pdm', - }, - ['oracle2'] = { - ['name'] = 'Oracle XS', - ['brand'] = 'Übermacht', - ['model'] = 'oracle2', - ['price'] = 28000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `oracle2`, - ['shop'] = 'pdm', - }, - ['sentinel'] = { - ['name'] = 'Sentinel', - ['brand'] = 'Übermacht', - ['model'] = 'sentinel', - ['price'] = 30000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `sentinel`, - ['shop'] = 'pdm', - }, - ['sentinel2'] = { - ['name'] = 'Sentinel XS', - ['brand'] = 'Übermacht', - ['model'] = 'sentinel2', - ['price'] = 33000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `sentinel2`, - ['shop'] = 'pdm', - }, - ['windsor'] = { - ['name'] = 'Windsor', - ['brand'] = 'Enus', - ['model'] = 'windsor', - ['price'] = 27000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `windsor`, - ['shop'] = 'pdm', - }, - ['windsor2'] = { - ['name'] = 'Windsor Drop', - ['brand'] = 'Enus', - ['model'] = 'windsor2', - ['price'] = 34000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `windsor2`, - ['shop'] = 'pdm', - }, - ['zion'] = { - ['name'] = 'Zion', - ['brand'] = 'Übermacht', - ['model'] = 'zion', - ['price'] = 22000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `zion`, - ['shop'] = 'pdm', - }, - ['zion2'] = { - ['name'] = 'Zion Cabrio', - ['brand'] = 'Übermacht', - ['model'] = 'zion2', - ['price'] = 28000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `zion2`, - ['shop'] = 'pdm', - }, - ['previon'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Previon', - ['brand'] = 'Karin', - ['model'] = 'previon', - ['price'] = 149000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `previon`, - ['shop'] = 'pdm', - }, - ['champion'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Champion', - ['brand'] = 'Dewbauchee', - ['model'] = 'champion', - ['price'] = 205000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `champion`, - ['shop'] = 'pdm', - }, - ['ignus'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Ignus', - ['brand'] = 'Pegassi', - ['model'] = 'ignus', - ['price'] = 1120000, - ['category'] = 'Super', - ['categoryLabel'] = 'Super', - ['hash'] = `ignus`, - ['shop'] = 'pdm', - }, - ['zeno'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Zeno', - ['brand'] = 'Överflöd', - ['model'] = 'zeno', - ['price'] = 1350000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `zeno`, - ['shop'] = 'pdm', - }, - --- Cycles - ['bmx'] = { - ['name'] = 'BMX', - ['brand'] = 'Bike', - ['model'] = 'bmx', - ['price'] = 160, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `bmx`, - ['shop'] = 'pdm', - }, - ['cruiser'] = { - ['name'] = 'Cruiser', - ['brand'] = 'Bike', - ['model'] = 'cruiser', - ['price'] = 510, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `cruiser`, - ['shop'] = 'pdm', - }, - ['fixter'] = { - ['name'] = 'Fixter', - ['brand'] = 'Bike', - ['model'] = 'fixter', - ['price'] = 225, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `fixter`, - ['shop'] = 'pdm', - }, - ['scorcher'] = { - ['name'] = 'Scorcher', - ['brand'] = 'Bike', - ['model'] = 'scorcher', - ['price'] = 280, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `scorcher`, - ['shop'] = 'pdm', - }, - ['tribike'] = { - ['name'] = 'Whippet Race Bike', - ['brand'] = 'Bike', - ['model'] = 'tribike', - ['price'] = 500, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `tribike`, - ['shop'] = 'pdm', - }, - ['tribike2'] = { - ['name'] = 'Endurex Race Bike', - ['brand'] = 'Bike', - ['model'] = 'tribike2', - ['price'] = 700, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `tribike2`, - ['shop'] = 'pdm', - }, - ['tribike3'] = { - ['name'] = 'Tri-Cycles Race Bike', - ['brand'] = 'Bike', - ['model'] = 'tribike3', - ['price'] = 520, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `tribike3`, - ['shop'] = 'pdm', - }, - --- Motorcycles - ['akuma'] = { - ['name'] = 'Akuma', - ['brand'] = 'Dinka', - ['model'] = 'akuma', - ['price'] = 55000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `akuma`, - ['shop'] = 'pdm', - }, - ['avarus'] = { - ['name'] = 'Avarus', - ['brand'] = 'LCC', - ['model'] = 'avarus', - ['price'] = 20000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `avarus`, - ['shop'] = 'pdm', - }, - ['bagger'] = { - ['name'] = 'Bagger', - ['brand'] = 'WMC', - ['model'] = 'bagger', - ['price'] = 13500, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `bagger`, - ['shop'] = 'pdm', - }, - ['bati'] = { - ['name'] = 'Bati 801', - ['brand'] = 'Pegassi', - ['model'] = 'bati', - ['price'] = 24000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `bati`, - ['shop'] = 'pdm', - }, - ['bati2'] = { - ['name'] = 'Bati 801RR', - ['brand'] = 'Pegassi', - ['model'] = 'bati2', - ['price'] = 19000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `bati2`, - ['shop'] = 'pdm', - }, - ['bf400'] = { - ['name'] = 'BF400', - ['brand'] = 'Nagasaki', - ['model'] = 'bf400', - ['price'] = 22000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `bf400`, - ['shop'] = 'pdm', - }, - ['carbonrs'] = { - ['name'] = 'Carbon RS', - ['brand'] = 'Nagasaki', - ['model'] = 'carbonrs', - ['price'] = 22000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `carbonrs`, - ['shop'] = 'pdm', - }, - ['chimera'] = { - ['name'] = 'Chimera', - ['brand'] = 'Nagasaki', - ['model'] = 'chimera', - ['price'] = 21000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `chimera`, - ['shop'] = 'pdm', - }, - ['cliffhanger'] = { - ['name'] = 'Cliffhanger', - ['brand'] = 'Western', - ['model'] = 'cliffhanger', - ['price'] = 28500, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `cliffhanger`, - ['shop'] = 'pdm', - }, - ['daemon'] = { - ['name'] = 'Daemon', - ['brand'] = 'WMC', - ['model'] = 'daemon', - ['price'] = 14000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `daemon`, - ['shop'] = 'pdm', - }, - ['daemon2'] = { - ['name'] = 'Daemon Custom', - ['brand'] = 'Western', - ['model'] = 'daemon2', - ['price'] = 23000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `daemon2`, - ['shop'] = 'pdm', - }, - ['defiler'] = { - ['name'] = 'Defiler', - ['brand'] = 'Shitzu', - ['model'] = 'defiler', - ['price'] = 30000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `defiler`, - ['shop'] = 'pdm', - }, - ['deathbike'] = { --DLC - ['name'] = 'Deathbike Apocalypse', - ['brand'] = 'Deathbike', - ['model'] = 'deathbike', - ['price'] = 30000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `deathbike`, - ['shop'] = 'pdm', - }, - ['deathbike2'] = { --DLC - ['name'] = 'Deathbike Future Shock', - ['brand'] = 'Deathbike', - ['model'] = 'deathbike2', - ['price'] = 30000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `deathbike2`, - ['shop'] = 'pdm', - }, - ['deathbike3'] = { --DLC - ['name'] = 'Deathbike Nightmare', - ['brand'] = 'Deathbike', - ['model'] = 'deathbike3', - ['price'] = 30000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `deathbike3`, - ['shop'] = 'pdm', - }, - ['diablous'] = { - ['name'] = 'Diablous', - ['brand'] = 'Principe', - ['model'] = 'diablous', - ['price'] = 30000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `diablous`, - ['shop'] = 'pdm', - }, - ['diablous2'] = { - ['name'] = 'Diablous Custom', - ['brand'] = 'Principe', - ['model'] = 'diablous2', - ['price'] = 38000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `diablous2`, - ['shop'] = 'pdm', - }, - ['double'] = { - ['name'] = 'Double-T', - ['brand'] = 'Dinka', - ['model'] = 'double', - ['price'] = 28000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `double`, - ['shop'] = 'pdm', - }, - ['enduro'] = { - ['name'] = 'Enduro', - ['brand'] = 'Dinka', - ['model'] = 'enduro', - ['price'] = 5500, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `enduro`, - ['shop'] = 'pdm', - }, - ['esskey'] = { - ['name'] = 'Esskey', - ['brand'] = 'Pegassi', - ['model'] = 'esskey', - ['price'] = 12000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `esskey`, - ['shop'] = 'pdm', - }, - ['faggio'] = { - ['name'] = 'Faggio Sport', - ['brand'] = 'Pegassi', - ['model'] = 'faggio', - ['price'] = 2000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `faggio`, - ['shop'] = 'pdm', - }, - ['faggio2'] = { - ['name'] = 'Faggio', - ['brand'] = 'Pegassi', - ['model'] = 'faggio2', - ['price'] = 1900, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `faggio2`, - ['shop'] = 'pdm', - }, - ['faggio3'] = { - ['name'] = 'Faggio Mod', - ['brand'] = 'Pegassi', - ['model'] = 'faggio3', - ['price'] = 2500, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `faggio3`, - ['shop'] = 'pdm', - }, - ['fcr'] = { - ['name'] = 'FCR 1000', - ['brand'] = 'Pegassi', - ['model'] = 'fcr', - ['price'] = 5000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `fcr`, - ['shop'] = 'pdm', - }, - ['fcr2'] = { - ['name'] = 'FCR 1000 Custom', - ['brand'] = 'Pegassi', - ['model'] = 'fcr2', - ['price'] = 19000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `fcr2`, - ['shop'] = 'pdm', - }, - ['gargoyle'] = { - ['name'] = 'Gargoyle', - ['brand'] = 'Western', - ['model'] = 'gargoyle', - ['price'] = 32000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `gargoyle`, - ['shop'] = 'pdm', - }, - ['hakuchou'] = { - ['name'] = 'Hakuchou', - ['brand'] = 'Shitzu', - ['model'] = 'hakuchou', - ['price'] = 17000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `hakuchou`, - ['shop'] = 'pdm', - }, - ['hakuchou2'] = { - ['name'] = 'Hakuchou Drag', - ['brand'] = 'Shitzu', - ['model'] = 'hakuchou2', - ['price'] = 45000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `hakuchou2`, - ['shop'] = 'pdm', - }, - ['hexer'] = { - ['name'] = 'Hexer', - ['brand'] = 'LCC', - ['model'] = 'hexer', - ['price'] = 16000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `hexer`, - ['shop'] = 'pdm', - }, - ['innovation'] = { - ['name'] = 'Innovation', - ['brand'] = 'LLC', - ['model'] = 'innovation', - ['price'] = 33500, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `innovation`, - ['shop'] = 'pdm', - }, - ['lectro'] = { - ['name'] = 'Lectro', - ['brand'] = 'Principe', - ['model'] = 'lectro', - ['price'] = 28000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `lectro`, - ['shop'] = 'pdm', - }, - ['manchez'] = { - ['name'] = 'Manchez', - ['brand'] = 'Maibatsu', - ['model'] = 'manchez', - ['price'] = 8300, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `manchez`, - ['shop'] = 'pdm', - }, - ['nemesis'] = { - ['name'] = 'Nemesis', - ['brand'] = 'Principe', - ['model'] = 'nemesis', - ['price'] = 20000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `nemesis`, - ['shop'] = 'pdm', - }, - ['nightblade'] = { - ['name'] = 'Nightblade', - ['brand'] = 'WMC', - ['model'] = 'nightblade', - ['price'] = 23000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `nightblade`, - ['shop'] = 'pdm', - }, - ['oppressor'] = { - ['name'] = 'Oppressor', - ['brand'] = 'Pegassi', - ['model'] = 'oppressor', - ['price'] = 9999999, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `oppressor`, - ['shop'] = 'luxury', - }, - ['pcj'] = { - ['name'] = 'PCJ-600', - ['brand'] = 'Shitzu', - ['model'] = 'pcj', - ['price'] = 15000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `pcj`, - ['shop'] = 'pdm', - }, - ['ratbike'] = { - ['name'] = 'Rat Bike', - ['brand'] = 'Western', - ['model'] = 'ratbike', - ['price'] = 3000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `ratbike`, - ['shop'] = 'pdm', - }, - ['ruffian'] = { - ['name'] = 'Ruffian', - ['brand'] = 'Pegassi', - ['model'] = 'ruffian', - ['price'] = 25000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `ruffian`, - ['shop'] = 'pdm', - }, - ['sanchez'] = { - ['name'] = 'Sanchez Livery', - ['brand'] = 'Maibatsu', - ['model'] = 'sanchez', - ['price'] = 5300, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `sanchez`, - ['shop'] = 'pdm', - }, - ['sanchez2'] = { - ['name'] = 'Sanchez', - ['brand'] = 'Maibatsu', - ['model'] = 'sanchez2', - ['price'] = 5300, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `sanchez2`, - ['shop'] = 'pdm', - }, - ['sanctus'] = { - ['name'] = 'Sanctus', - ['brand'] = 'LCC', - ['model'] = 'sanctus', - ['price'] = 35000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `sanctus`, - ['shop'] = 'pdm', - }, - ['shotaro'] = { - ['name'] = 'Shotaro', - ['brand'] = 'Nagasaki', - ['model'] = 'shotaro', - ['price'] = 320000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `shotaro`, - ['shop'] = 'pdm', - }, - ['sovereign'] = { - ['name'] = 'Sovereign', - ['brand'] = 'WMC', - ['model'] = 'sovereign', - ['price'] = 8000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `sovereign`, - ['shop'] = 'pdm', - }, - ['stryder'] = { - ['name'] = 'Stryder', - ['brand'] = 'Nagasaki', - ['model'] = 'stryder', - ['price'] = 50000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `stryder`, - ['shop'] = 'pdm', - }, - ['thrust'] = { - ['name'] = 'Thrust', - ['brand'] = 'Dinka', - ['model'] = 'thrust', - ['price'] = 22000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `thrust`, - ['shop'] = 'pdm', - }, - ['vader'] = { - ['name'] = 'Vader', - ['brand'] = 'Shitzu', - ['model'] = 'vader', - ['price'] = 7200, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `vader`, - ['shop'] = 'pdm', - }, - ['vindicator'] = { - ['name'] = 'Vindicator', - ['brand'] = 'Dinka', - ['model'] = 'vindicator', - ['price'] = 19000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `vindicator`, - ['shop'] = 'pdm', - }, - ['vortex'] = { - ['name'] = 'Vortex', - ['brand'] = 'Pegassi', - ['model'] = 'vortex', - ['price'] = 31000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `vortex`, - ['shop'] = 'pdm', - }, - ['wolfsbane'] = { - ['name'] = 'Wolfsbane', - ['brand'] = 'Western', - ['model'] = 'wolfsbane', - ['price'] = 14000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `wolfsbane`, - ['shop'] = 'pdm', - }, - ['zombiea'] = { - ['name'] = 'Zombie Bobber', - ['brand'] = 'Western', - ['model'] = 'zombiea', - ['price'] = 28000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `zombiea`, - ['shop'] = 'pdm', - }, - ['zombieb'] = { - ['name'] = 'Zombie Chopper', - ['brand'] = 'Western', - ['model'] = 'zombieb', - ['price'] = 27000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `zombieb`, - ['shop'] = 'pdm', - }, - ['manchez2'] = { - ['name'] = 'Manchez Scout', - ['brand'] = 'Maibatsu', - ['model'] = 'manchez2', - ['price'] = 14000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `manchez2`, - ['shop'] = 'pdm', - }, - ['shinobi'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Shinobi', - ['brand'] = 'Nagasaki', - ['model'] = 'shinobi', - ['price'] = 25000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `shinobi`, - ['shop'] = 'pdm', - }, - ['reever'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Reever', - ['brand'] = 'Western', - ['model'] = 'reever', - ['price'] = 25000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `reever`, - ['shop'] = 'pdm', - }, - --- Muscle - ['blade'] = { - ['name'] = 'Blade', - ['brand'] = 'Vapid', - ['model'] = 'blade', - ['price'] = 23500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `blade`, - ['shop'] = 'pdm', - }, - ['buccaneer'] = { - ['name'] = 'Buccaneer', - ['brand'] = 'Albany', - ['model'] = 'buccaneer', - ['price'] = 22500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `buccaneer`, - ['shop'] = 'pdm', - }, - ['buccaneer2'] = { - ['name'] = 'Buccaneer Rider', - ['brand'] = 'Albany', - ['model'] = 'buccaneer2', - ['price'] = 24500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `buccaneer2`, - ['shop'] = 'pdm', - }, - ['chino'] = { - ['name'] = 'Chino', - ['brand'] = 'Vapid', - ['model'] = 'chino', - ['price'] = 5000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `chino`, - ['shop'] = 'pdm', - }, - ['chino2'] = { - ['name'] = 'Chino Luxe', - ['brand'] = 'Vapid', - ['model'] = 'chino2', - ['price'] = 8000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `chino2`, - ['shop'] = 'pdm', - }, - ['clique'] = { --DLC - ['name'] = 'Clique', - ['brand'] = 'Vapid', - ['model'] = 'clique', - ['price'] = 20000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `clique`, - ['shop'] = 'pdm', - }, - ['coquette3'] = { - ['name'] = 'Coquette BlackFin', - ['brand'] = 'Invetero', - ['model'] = 'coquette3', - ['price'] = 180000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `coquette3`, - ['shop'] = 'pdm', - }, - ['deviant'] = { --DLC - ['name'] = 'Deviant', - ['brand'] = 'Schyster', - ['model'] = 'deviant', - ['price'] = 70000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `deviant`, - ['shop'] = 'pdm', - }, - ['dominator'] = { - ['name'] = 'Dominator', - ['brand'] = 'Vapid', - ['model'] = 'dominator', - ['price'] = 62500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dominator`, - ['shop'] = 'pdm', - }, - ['dominator2'] = { - ['name'] = 'Pißwasser Dominator', - ['brand'] = 'Vapid', - ['model'] = 'dominator2', - ['price'] = 50000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dominator2`, - ['shop'] = 'pdm', - }, - ['dominator3'] = { - ['name'] = 'Dominator GTX', - ['brand'] = 'Vapid', - ['model'] = 'dominator3', - ['price'] = 70000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dominator3`, - ['shop'] = 'pdm', - }, - ['dominator4'] = { --DLC - ['name'] = 'Dominator Arena', - ['brand'] = 'Vapid', - ['model'] = 'dominator4', - ['price'] = 200000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dominator4`, - ['shop'] = 'pdm', - }, - ['dominator7'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Dominator ASP', - ['brand'] = 'Vapid', - ['model'] = 'dominator7', - ['price'] = 110000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dominator7`, - ['shop'] = 'pdm', - }, - ['dominator8'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Dominator GTT', - ['brand'] = 'Vapid', - ['model'] = 'dominator8', - ['price'] = 80000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dominator8`, - ['shop'] = 'pdm', - }, - ['dukes'] = { - ['name'] = 'Dukes', - ['brand'] = 'Imponte', - ['model'] = 'dukes', - ['price'] = 23500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dukes`, - ['shop'] = 'pdm', - }, - ['dukes2'] = { - ['name'] = 'Duke O\'Death', - ['brand'] = 'Imponte', - ['model'] = 'dukes2', - ['price'] = 60000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dukes2`, - ['shop'] = 'pdm', - }, - ['dukes3'] = { - ['name'] = 'Beater Dukes', - ['brand'] = 'Imponte', - ['model'] = 'dukes3', - ['price'] = 45000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `dukes3`, - ['shop'] = 'pdm', - }, - ['faction'] = { - ['name'] = 'Faction', - ['brand'] = 'Willard', - ['model'] = 'faction', - ['price'] = 17000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `faction`, - ['shop'] = 'pdm', - }, - ['faction2'] = { - ['name'] = 'Faction Rider', - ['brand'] = 'Willard', - ['model'] = 'faction2', - ['price'] = 19000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `faction2`, - ['shop'] = 'pdm', - }, - ['faction3'] = { - ['name'] = 'Faction Custom Donk', - ['brand'] = 'Willard', - ['model'] = 'faction3', - ['price'] = 35000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `faction3`, - ['shop'] = 'pdm', - }, - ['ellie'] = { - ['name'] = 'Ellie', - ['brand'] = 'Vapid', - ['model'] = 'ellie', - ['price'] = 42250, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `ellie`, - ['shop'] = 'pdm', - }, - ['gauntlet'] = { - ['name'] = 'Gauntlet', - ['brand'] = 'Bravado', - ['model'] = 'gauntlet', - ['price'] = 28500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `gauntlet`, - ['shop'] = 'pdm', - }, - ['gauntlet2'] = { - ['name'] = 'Redwood Gauntlet', - ['brand'] = 'Bravado', - ['model'] = 'gauntlet2', - ['price'] = 70000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `gauntlet2`, - ['shop'] = 'pdm', - }, - ['gauntlet3'] = { --DLC - ['name'] = 'Classic Gauntlet', - ['brand'] = 'Bravado', - ['model'] = 'gauntlet3', - ['price'] = 75000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `gauntlet3`, - ['shop'] = 'pdm', - }, - ['gauntlet4'] = { --DLC - ['name'] = 'Gauntlet Hellfire', - ['brand'] = 'Bravado', - ['model'] = 'gauntlet4', - ['price'] = 80000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `gauntlet4`, - ['shop'] = 'pdm', - }, - ['gauntlet5'] = { - ['name'] = 'Gauntlet Classic Custom', - ['brand'] = 'Bravado', - ['model'] = 'gauntlet5', - ['price'] = 120000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `gauntlet5`, - ['shop'] = 'pdm', - }, - ['hermes'] = { - ['name'] = 'Hermes', - ['brand'] = 'Albany', - ['model'] = 'hermes', - ['price'] = 535000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `hermes`, - ['shop'] = 'pdm', - }, - ['hotknife'] = { - ['name'] = 'Hotknife', - ['brand'] = 'Vapid', - ['model'] = 'hotknife', - ['price'] = 90000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `hotknife`, - ['shop'] = 'pdm', - }, - ['hustler'] = { - ['name'] = 'Hustler', - ['brand'] = 'Vapid', - ['model'] = 'hustler', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `hustler`, - ['shop'] = 'pdm', - }, - ['impaler'] = { --DLC - ['name'] = 'Impaler', - ['brand'] = 'Vapid', - ['model'] = 'impaler', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `impaler`, - ['shop'] = 'pdm', - }, - ['impaler2'] = { --DLC - ['name'] = 'Impaler Arena', - ['brand'] = 'Vapid', - ['model'] = 'impaler2', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `impaler2`, - ['shop'] = 'pdm', - }, - ['impaler3'] = { --DLC - ['name'] = 'Impaler Future Shock', - ['brand'] = 'Vapid', - ['model'] = 'impaler3', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `impaler3`, - ['shop'] = 'pdm', - }, - ['impaler4'] = { --DLC - ['name'] = 'Impaler Nightmare', - ['brand'] = 'Vapid', - ['model'] = 'impaler4', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `impaler4`, - ['shop'] = 'pdm', - }, - ['imperator'] = { --DLC - ['name'] = 'Imperator Arena', - ['brand'] = 'Vapid', - ['model'] = 'imperator', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `imperator`, - ['shop'] = 'pdm', - }, - ['imperator2'] = { --DLC - ['name'] = 'imperator Future Shock', - ['brand'] = 'Vapid', - ['model'] = 'imperator2', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `imperator2`, - ['shop'] = 'pdm', - }, - ['imperator3'] = { --DLC - ['name'] = 'Imperator Nightmare', - ['brand'] = 'Vapid', - ['model'] = 'imperator3', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `imperator3`, - ['shop'] = 'pdm', - }, - ['lurcher'] = { - ['name'] = 'Lurcher', - ['brand'] = 'Bravado', - ['model'] = 'lurcher', - ['price'] = 21000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `lurcher`, - ['shop'] = 'pdm', - }, - ['moonbeam'] = { - ['name'] = 'Moonbeam', - ['brand'] = 'Declasse', - ['model'] = 'moonbeam', - ['price'] = 13000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `moonbeam`, - ['shop'] = 'pdm', - }, - ['moonbeam2'] = { - ['name'] = 'Moonbeam Custom', - ['brand'] = 'Declasse', - ['model'] = 'moonbeam2', - ['price'] = 15000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `moonbeam2`, - ['shop'] = 'pdm', - }, - ['nightshade'] = { - ['name'] = 'Nightshade', - ['brand'] = 'Imponte', - ['model'] = 'nightshade', - ['price'] = 70000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `nightshade`, - ['shop'] = 'pdm', - }, - ['peyote2'] = { --DLC - ['name'] = 'Peyote Gasser', - ['brand'] = 'Vapid', - ['model'] = 'peyote2', - ['price'] = 40000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `peyote2`, - ['shop'] = 'pdm', - }, - ['phoenix'] = { - ['name'] = 'Phoenix', - ['brand'] = 'Imponte', - ['model'] = 'phoenix', - ['price'] = 65000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `phoenix`, - ['shop'] = 'pdm', - }, - ['picador'] = { - ['name'] = 'Picador', - ['brand'] = 'Cheval', - ['model'] = 'picador', - ['price'] = 20000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `picador`, - ['shop'] = 'pdm', - }, - ['ratloader2'] = { - ['name'] = 'Ratloader', - ['brand'] = 'Ratloader2', - ['model'] = 'ratloader2', - ['price'] = 20000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `ratloader2`, - ['shop'] = 'pdm', - }, - ['ruiner'] = { - ['name'] = 'Ruiner', - ['brand'] = 'Imponte', - ['model'] = 'ruiner', - ['price'] = 29000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `ruiner`, - ['shop'] = 'pdm', - }, - ['ruiner2'] = { - ['name'] = 'Ruiner 2000', - ['brand'] = 'Imponte', - ['model'] = 'ruiner2', - ['price'] = 50000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `ruiner2`, - ['shop'] = 'pdm', - }, - ['sabregt'] = { - ['name'] = 'Sabre GT Turbo', - ['brand'] = 'Declasse', - ['model'] = 'sabregt', - ['price'] = 23000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `sabregt`, - ['shop'] = 'pdm', - }, - ['sabregt2'] = { - ['name'] = 'Sabre GT Turbo Custom', - ['brand'] = 'Declasse', - ['model'] = 'sabregt2', - ['price'] = 26500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `sabregt2`, - ['shop'] = 'pdm', - }, - ['slamvan'] = { - ['name'] = 'Slam Van', - ['brand'] = 'Vapid', - ['model'] = 'slamvan', - ['price'] = 30000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `slamvan`, - ['shop'] = 'pdm', - }, - ['slamvan2'] = { - ['name'] = 'Lost Slam Van', - ['brand'] = 'Vapid', - ['model'] = 'slamvan2', - ['price'] = 90000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `slamvan2`, - ['shop'] = 'pdm', - }, - ['slamvan3'] = { - ['name'] = 'Slam Van Custom', - ['brand'] = 'Vapid', - ['model'] = 'slamvan3', - ['price'] = 17000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `slamvan3`, - ['shop'] = 'pdm', - }, - ['stalion'] = { - ['name'] = 'Stallion', - ['brand'] = 'Declasse', - ['model'] = 'stalion', - ['price'] = 33000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `stalion`, - ['shop'] = 'pdm', - }, - ['stalion2'] = { - ['name'] = 'Stallion Burgershot', - ['brand'] = 'Declasse', - ['model'] = 'stalion2', - ['price'] = 40000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `stalion2`, - ['shop'] = 'pdm', - }, - ['tampa'] = { - ['name'] = 'Tampa', - ['brand'] = 'Declasse', - ['model'] = 'tampa', - ['price'] = 24500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `tampa`, - ['shop'] = 'pdm', - }, - ['tulip'] = { --DLC - ['name'] = 'Tulip', - ['brand'] = 'Declasse', - ['model'] = 'tulip', - ['price'] = 80000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `tulip`, - ['shop'] = 'pdm', - }, - ['vamos'] = { --DLC - ['name'] = 'Vamos', - ['brand'] = 'Declasse', - ['model'] = 'vamos', - ['price'] = 30000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `vamos`, - ['shop'] = 'pdm', - }, - ['vigero'] = { - ['name'] = 'Vigero', - ['brand'] = 'Declasse', - ['model'] = 'vigero', - ['price'] = 39500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `vigero`, - ['shop'] = 'pdm', - }, - ['virgo'] = { - ['name'] = 'Virgo', - ['brand'] = 'Albany', - ['model'] = 'virgo', - ['price'] = 22000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `virgo`, - ['shop'] = 'pdm', - }, - ['virgo2'] = { - ['name'] = 'Virgo Custom Classic', - ['brand'] = 'Dundreary', - ['model'] = 'virgo2', - ['price'] = 21000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `virgo2`, - ['shop'] = 'pdm', - }, - ['virgo3'] = { - ['name'] = 'Virgo Classic', - ['brand'] = 'Dundreary', - ['model'] = 'virgo3', - ['price'] = 21000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `virgo3`, - ['shop'] = 'pdm', - }, - ['voodoo'] = { - ['name'] = 'Voodoo', - ['brand'] = 'Declasse', - ['model'] = 'voodoo', - ['price'] = 13000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `voodoo`, - ['shop'] = 'pdm', - }, - ['yosemite'] = { - ['name'] = 'Yosemite', - ['brand'] = 'Declasse', - ['model'] = 'yosemite', - ['price'] = 19500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `yosemite`, - ['shop'] = 'pdm', - }, - ['yosemite2'] = { - ['name'] = 'Yosemite Drift', - ['brand'] = 'Declasse', - ['model'] = 'yosemite2', - ['price'] = 55000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `yosemite2`, - ['shop'] = 'pdm', - }, - ['yosemite3'] = { - ['name'] = 'Yosemite Rancher', - ['brand'] = 'Declasse', - ['model'] = 'yosemite3', - ['price'] = 425000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `yosemite3`, - ['shop'] = 'pdm', - }, - ['buffalo4'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Buffalo STX', - ['brand'] = 'Bravado', - ['model'] = 'buffalo4', - ['price'] = 345000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `buffalo4`, - ['shop'] = 'pdm', - }, - --- Off-Road - ['bfinjection'] = { - ['name'] = 'Bf Injection', - ['brand'] = 'Annis', - ['model'] = 'bfinjection', - ['price'] = 9000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `bfinjection`, - ['shop'] = 'pdm', - }, - ['bifta'] = { - ['name'] = 'Bifta', - ['brand'] = 'Annis', - ['model'] = 'bifta', - ['price'] = 15500, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `bifta`, - ['shop'] = 'pdm', - }, - ['blazer'] = { - ['name'] = 'Blazer', - ['brand'] = 'Annis', - ['model'] = 'blazer', - ['price'] = 7500, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `blazer`, - ['shop'] = 'pdm', - }, - ['blazer2'] = { - ['name'] = 'Blazer Lifeguard', - ['brand'] = 'Nagasaki', - ['model'] = 'blazer2', - ['price'] = 7000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `blazer2`, - ['shop'] = 'pdm', - }, - ['blazer3'] = { - ['name'] = 'Blazer Hot Rod', - ['brand'] = 'Nagasaki', - ['model'] = 'blazer3', - ['price'] = 7000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `blazer3`, - ['shop'] = 'pdm', - }, - ['blazer4'] = { - ['name'] = 'Blazer Sport', - ['brand'] = 'Annis', - ['model'] = 'blazer4', - ['price'] = 9250, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `blazer4`, - ['shop'] = 'pdm', - }, - ['blazer5'] = { - ['name'] = 'Blazer Aqua', - ['brand'] = 'Nagasaki', - ['model'] = 'blazer5', - ['price'] = 40000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `blazer5`, - ['shop'] = 'pdm', - }, - ['brawler'] = { - ['name'] = 'Brawler', - ['brand'] = 'Annis', - ['model'] = 'brawler', - ['price'] = 40000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `brawler`, - ['shop'] = 'pdm', - }, - ['caracara'] = { - ['name'] = 'Caracara', - ['brand'] = 'Vapid', - ['model'] = 'caracara', - ['price'] = 60000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `caracara`, - ['shop'] = 'pdm', - }, - ['caracara2'] = { --DLC - ['name'] = 'Caracara 4x4', - ['brand'] = 'Vapid', - ['model'] = 'caracara2', - ['price'] = 80000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `caracara2`, - ['shop'] = 'pdm', - }, - ['dubsta3'] = { - ['name'] = 'Dubsta 6x6', - ['brand'] = 'Annis', - ['model'] = 'dubsta3', - ['price'] = 34000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `dubsta3`, - ['shop'] = 'pdm', - }, - ['dune'] = { - ['name'] = 'Dune Buggy', - ['brand'] = 'Annis', - ['model'] = 'dune', - ['price'] = 14000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `dune`, - ['shop'] = 'pdm', - }, - ['everon'] = { - ['name'] = 'Everon', - ['brand'] = 'Karin', - ['model'] = 'everon', - ['price'] = 60000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `everon`, - ['shop'] = 'pdm', - }, - ['freecrawler'] = { --DLC - ['name'] = 'Freecrawler', - ['brand'] = 'Canis', - ['model'] = 'freecrawler', - ['price'] = 24000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `freecrawler`, - ['shop'] = 'pdm', - }, - ['hellion'] = { --DLC - ['name'] = 'Hellion', - ['brand'] = 'Annis', - ['model'] = 'hellion', - ['price'] = 38000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `hellion`, - ['shop'] = 'pdm', - }, - ['kalahari'] = { - ['name'] = 'Kalahari', - ['brand'] = 'Canis', - ['model'] = 'kalahari', - ['price'] = 14000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `kalahari`, - ['shop'] = 'pdm', - }, - ['kamacho'] = { - ['name'] = 'Kamacho', - ['brand'] = 'Canis', - ['model'] = 'kamacho', - ['price'] = 50000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `kamacho`, - ['shop'] = 'pdm', - }, - ['mesa3'] = { - ['name'] = 'Mesa Merryweather', - ['brand'] = 'Canis', - ['model'] = 'mesa3', - ['price'] = 400000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `mesa3`, - ['shop'] = 'pdm', - }, - ['outlaw'] = { - ['name'] = 'Outlaw', - ['brand'] = 'Nagasaki', - ['model'] = 'outlaw', - ['price'] = 15000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `outlaw`, - ['shop'] = 'pdm', - }, - ['rancherxl'] = { - ['name'] = 'Rancher XL', - ['brand'] = 'Declasse', - ['model'] = 'rancherxl', - ['price'] = 24000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `rancherxl`, - ['shop'] = 'pdm', - }, - ['rebel2'] = { - ['name'] = 'Rebel', - ['brand'] = 'Vapid', - ['model'] = 'rebel2', - ['price'] = 20000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `rebel2`, - ['shop'] = 'pdm', - }, - ['riata'] = { - ['name'] = 'Riata', - ['brand'] = 'Vapid', - ['model'] = 'riata', - ['price'] = 380000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `riata`, - ['shop'] = 'pdm', - }, - ['sandking'] = { - ['name'] = 'Sandking XL', - ['brand'] = 'Vapid', - ['model'] = 'sandking', - ['price'] = 25000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `sandking`, - ['shop'] = 'pdm', - }, - ['sandking2'] = { - ['name'] = 'Sandking SWB', - ['brand'] = 'Vapid', - ['model'] = 'sandking2', - ['price'] = 38000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `sandking2`, - ['shop'] = 'pdm', - }, - ['trophytruck'] = { - ['name'] = 'Trophy Truck', - ['brand'] = 'Vapid', - ['model'] = 'trophytruck', - ['price'] = 60000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `trophytruck`, - ['shop'] = 'pdm', - }, - ['trophytruck2'] = { - ['name'] = 'Desert Raid', - ['brand'] = 'Vapid', - ['model'] = 'trophytruck2', - ['price'] = 80000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `trophytruck2`, - ['shop'] = 'pdm', - }, - ['vagrant'] = { - ['name'] = 'Vagrant', - ['brand'] = 'Maxwell', - ['model'] = 'vagrant', - ['price'] = 50000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `vagrant`, - ['shop'] = 'pdm', - }, - ['verus'] = { - ['name'] = 'Verus', - ['brand'] = 'Dinka', - ['model'] = 'verus', - ['price'] = 20000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `verus`, - ['shop'] = 'pdm', - }, - ['winky'] = { - ['name'] = 'Winky', - ['brand'] = 'Vapid', - ['model'] = 'winky', - ['price'] = 10000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `winky`, - ['shop'] = 'pdm', - }, - --- SUVs - ['baller'] = { - ['name'] = 'Baller', - ['brand'] = 'Gallivanter', - ['model'] = 'baller', - ['price'] = 22000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `baller`, - ['shop'] = 'pdm', - }, - ['baller2'] = { - ['name'] = 'Baller II', - ['brand'] = 'Gallivanter', - ['model'] = 'baller2', - ['price'] = 15000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `baller2`, - ['shop'] = 'pdm', - }, - ['baller3'] = { - ['name'] = 'Baller LE', - ['brand'] = 'Gallivanter', - ['model'] = 'baller3', - ['price'] = 15000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `baller3`, - ['shop'] = 'pdm', - }, - ['baller4'] = { - ['name'] = 'Baller LE LWB', - ['brand'] = 'Gallivanter', - ['model'] = 'baller4', - ['price'] = 29000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `baller4`, - ['shop'] = 'pdm', - }, - ['baller5'] = { - ['name'] = 'Baller LE (Armored)', - ['brand'] = 'Gallivanter', - ['model'] = 'baller5', - ['price'] = 78000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `baller5`, - ['shop'] = 'pdm', - }, - ['baller6'] = { - ['name'] = 'Baller LE LWB (Armored)', - ['brand'] = 'Gallivanter', - ['model'] = 'baller6', - ['price'] = 82000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `baller6`, - ['shop'] = 'pdm', - }, - ['bjxl'] = { - ['name'] = 'BeeJay XL', - ['brand'] = 'Karin', - ['model'] = 'bjxl', - ['price'] = 19000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `bjxl`, - ['shop'] = 'pdm', - }, - ['cavalcade'] = { - ['name'] = 'Cavalcade', - ['brand'] = 'Albany', - ['model'] = 'cavalcade', - ['price'] = 14000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `cavalcade`, - ['shop'] = 'pdm', - }, - ['cavalcade2'] = { - ['name'] = 'Cavalcade II', - ['brand'] = 'Albany', - ['model'] = 'cavalcade2', - ['price'] = 16500, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `cavalcade2`, - ['shop'] = 'pdm', - }, - ['contender'] = { - ['name'] = 'Contender', - ['brand'] = 'Vapid', - ['model'] = 'contender', - ['price'] = 35000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `contender`, - ['shop'] = 'pdm', - }, - ['dubsta'] = { - ['name'] = 'Dubsta', - ['brand'] = 'Benefactor', - ['model'] = 'dubsta', - ['price'] = 19000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `dubsta`, - ['shop'] = 'pdm', - }, - ['dubsta2'] = { - ['name'] = 'Dubsta Luxury', - ['brand'] = 'Benefactor', - ['model'] = 'dubsta2', - ['price'] = 19500, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `dubsta2`, - ['shop'] = 'pdm', - }, - ['fq2'] = { - ['name'] = 'FQ2', - ['brand'] = 'Fathom', - ['model'] = 'fq2', - ['price'] = 18500, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `fq2`, - ['shop'] = 'pdm', - }, - ['granger'] = { - ['name'] = 'Granger', - ['brand'] = 'Declasse', - ['model'] = 'granger', - ['price'] = 22000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `granger`, - ['shop'] = 'pdm', - }, - ['gresley'] = { - ['name'] = 'Gresley', - ['brand'] = 'Bravado', - ['model'] = 'gresley', - ['price'] = 25000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `gresley`, - ['shop'] = 'pdm', - }, - ['habanero'] = { - ['name'] = 'Habanero', - ['brand'] = 'Emperor', - ['model'] = 'habanero', - ['price'] = 20000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `habanero`, - ['shop'] = 'pdm', - }, - ['huntley'] = { - ['name'] = 'Huntley S', - ['brand'] = 'Enus', - ['model'] = 'huntley', - ['price'] = 24500, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `huntley`, - ['shop'] = 'pdm', - }, - ['landstalker'] = { - ['name'] = 'Landstalker', - ['brand'] = 'Dundreary', - ['model'] = 'landstalker', - ['price'] = 12000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `landstalker`, - ['shop'] = 'pdm', - }, - ['landstalker2'] = { - ['name'] = 'Landstalker XL', - ['brand'] = 'Dundreary', - ['model'] = 'landstalker2', - ['price'] = 26000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `landstalker2`, - ['shop'] = 'pdm', - }, - ['mesa'] = { - ['name'] = 'Mesa', - ['brand'] = 'Canis', - ['model'] = 'mesa', - ['price'] = 12000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `mesa`, - ['shop'] = 'pdm', - }, - ['novak'] = { --DLC - ['name'] = 'Novak', - ['brand'] = 'Lampadati', - ['model'] = 'novak', - ['price'] = 70000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `novak`, - ['shop'] = 'pdm', - }, - ['patriot'] = { - ['name'] = 'Patriot', - ['brand'] = 'Mammoth', - ['model'] = 'patriot', - ['price'] = 21000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `patriot`, - ['shop'] = 'pdm', - }, - ['patriot2'] = { - ['name'] = 'Patriot Stretch', - ['brand'] = 'Mammoth', - ['model'] = 'patriot2', - ['price'] = 21000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `patriot2`, - ['shop'] = 'pdm', - }, - ['radi'] = { - ['name'] = 'Radius', - ['brand'] = 'Vapid', - ['model'] = 'radi', - ['price'] = 18000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `radi`, - ['shop'] = 'pdm', - }, - ['rebla'] = { - ['name'] = 'Rebla GTS', - ['brand'] = 'Übermacht', - ['model'] = 'rebla', - ['price'] = 21000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `rebla`, - ['shop'] = 'pdm', - }, - ['rocoto'] = { - ['name'] = 'Rocoto', - ['brand'] = 'Obey', - ['model'] = 'rocoto', - ['price'] = 13000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `rocoto`, - ['shop'] = 'pdm', - }, - ['seminole'] = { - ['name'] = 'Seminole', - ['brand'] = 'Canis', - ['model'] = 'seminole', - ['price'] = 20000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `seminole`, - ['shop'] = 'pdm', - }, - ['seminole2'] = { - ['name'] = 'Seminole Frontier', - ['brand'] = 'Canis', - ['model'] = 'seminole2', - ['price'] = 13000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `seminole2`, - ['shop'] = 'pdm', - }, - ['serrano'] = { - ['name'] = 'Serrano', - ['brand'] = 'Benefactor', - ['model'] = 'serrano', - ['price'] = 48000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `serrano`, - ['shop'] = 'pdm', - }, - ['toros'] = { --DLC - ['name'] = 'Toros', - ['brand'] = 'Pegassi', - ['model'] = 'toros', - ['price'] = 65000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `toros`, - ['shop'] = 'pdm', - }, - ['xls'] = { - ['name'] = 'XLS', - ['brand'] = 'Benefactor', - ['model'] = 'xls', - ['price'] = 17000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `xls`, - ['shop'] = 'pdm', - }, - ['granger2'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Granger 3600LX', - ['brand'] = 'Declasse', - ['model'] = 'granger2', - ['price'] = 221000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `granger2`, - ['shop'] = 'pdm', - }, - --- Sedans - ['asea'] = { - ['name'] = 'Asea', - ['brand'] = 'Declasse', - ['model'] = 'asea', - ['price'] = 2500, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `asea`, - ['shop'] = 'pdm', - }, - ['asterope'] = { - ['name'] = 'Asterope', - ['brand'] = 'Karin', - ['model'] = 'asterope', - ['price'] = 11000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `asterope`, - ['shop'] = 'pdm', - }, - ['cog55'] = { - ['name'] = 'Cognoscenti 55', - ['brand'] = 'Enus', - ['model'] = 'cog55', - ['price'] = 22000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `cog55`, - ['shop'] = 'pdm', - }, - ['cognoscenti'] = { - ['name'] = 'Cognoscenti', - ['brand'] = 'Enus', - ['model'] = 'cognoscenti', - ['price'] = 22500, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `cognoscenti`, - ['shop'] = 'pdm', - }, - ['emperor'] = { - ['name'] = 'Emperor', - ['brand'] = 'Albany', - ['model'] = 'emperor', - ['price'] = 4250, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `emperor`, - ['shop'] = 'pdm', - }, - ['fugitive'] = { - ['name'] = 'Fugitive', - ['brand'] = 'Cheval', - ['model'] = 'fugitive', - ['price'] = 20000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `fugitive`, - ['shop'] = 'pdm', - }, - ['glendale'] = { - ['name'] = 'Glendale', - ['brand'] = 'Benefactor', - ['model'] = 'glendale', - ['price'] = 3400, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `glendale`, - ['shop'] = 'pdm', - }, - ['glendale2'] = { - ['name'] = 'Glendale Custom', - ['brand'] = 'Benefactor', - ['model'] = 'glendale2', - ['price'] = 12000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `glendale2`, - ['shop'] = 'pdm', - }, - ['ingot'] = { - ['name'] = 'Ingot', - ['brand'] = 'Vulcar', - ['model'] = 'ingot', - ['price'] = 4999, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `ingot`, - ['shop'] = 'pdm', - }, - ['intruder'] = { - ['name'] = 'Intruder', - ['brand'] = 'Karin', - ['model'] = 'intruder', - ['price'] = 11250, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `intruder`, - ['shop'] = 'pdm', - }, - ['premier'] = { - ['name'] = 'Premier', - ['brand'] = 'Declasse', - ['model'] = 'premier', - ['price'] = 12000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `premier`, - ['shop'] = 'pdm', - }, - ['primo'] = { - ['name'] = 'Primo', - ['brand'] = 'Albany', - ['model'] = 'primo', - ['price'] = 5000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `primo`, - ['shop'] = 'pdm', - }, - ['primo2'] = { - ['name'] = 'Primo Custom', - ['brand'] = 'Albany', - ['model'] = 'primo2', - ['price'] = 14500, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `primo2`, - ['shop'] = 'pdm', - }, - ['regina'] = { - ['name'] = 'Regina', - ['brand'] = 'Dundreary', - ['model'] = 'regina', - ['price'] = 7000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `regina`, - ['shop'] = 'pdm', - }, - ['stafford'] = { --DLC - ['name'] = 'Stafford', - ['brand'] = 'Enus', - ['model'] = 'stafford', - ['price'] = 30000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `stafford`, - ['shop'] = 'pdm', - }, - ['stanier'] = { - ['name'] = 'Stanier', - ['brand'] = 'Vapid', - ['model'] = 'stanier', - ['price'] = 19000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `stanier`, - ['shop'] = 'pdm', - }, - ['stratum'] = { - ['name'] = 'Stratum', - ['brand'] = 'Zirconium', - ['model'] = 'stratum', - ['price'] = 15000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `stratum`, - ['shop'] = 'pdm', - }, - ['stretch'] = { - ['name'] = 'Stretch', - ['brand'] = 'Dundreary', - ['model'] = 'stretch', - ['price'] = 19000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `stretch`, - ['shop'] = 'pdm', - }, - ['superd'] = { - ['name'] = 'Super Diamond', - ['brand'] = 'Enus', - ['model'] = 'superd', - ['price'] = 17000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `superd`, - ['shop'] = 'pdm', - }, - ['surge'] = { - ['name'] = 'Surge', - ['brand'] = 'Cheval', - ['model'] = 'surge', - ['price'] = 20000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `surge`, - ['shop'] = 'pdm', - }, - ['tailgater'] = { - ['name'] = 'Tailgater', - ['brand'] = 'Obey', - ['model'] = 'tailgater', - ['price'] = 22000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `tailgater`, - ['shop'] = 'pdm', - }, - ['warrener'] = { - ['name'] = 'Warrener', - ['brand'] = 'Vulcar', - ['model'] = 'warrener', - ['price'] = 4000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `warrener`, - ['shop'] = 'pdm', - }, - ['washington'] = { - ['name'] = 'Washington', - ['brand'] = 'Albany', - ['model'] = 'washington', - ['price'] = 7000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `washington`, - ['shop'] = 'pdm', - }, - ['tailgater2'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Tailgater S', - ['brand'] = 'Obey', - ['model'] = 'tailgater2', - ['price'] = 51000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `tailgater2`, - ['shop'] = 'pdm', - }, - ['cinquemila'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Lampadati', - ['brand'] = 'Cinquemila', - ['model'] = 'cinquemila', - ['price'] = 125000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `cinquemila`, - ['shop'] = 'pdm', - }, - ['iwagen'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Obey', - ['brand'] = 'I-Wagen', - ['model'] = 'iwagen', - ['price'] = 225000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `iwagen`, - ['shop'] = 'pdm', - }, - ['astron'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Astron', - ['brand'] = 'Pfister', - ['model'] = 'astron', - ['price'] = 150000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `astron`, - ['shop'] = 'pdm', - }, - ['baller7'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Baller ST', - ['brand'] = 'Gallivanter', - ['model'] = 'baller7', - ['price'] = 145000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `baller7`, - ['shop'] = 'pdm', - }, - ['comet7'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Comet', - ['brand'] = 'S2 Cabrio', - ['model'] = 'comet7', - ['price'] = 25000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `comet7`, - ['shop'] = 'pdm', - }, - ['deity'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Deity', - ['brand'] = 'Enus', - ['model'] = 'deity', - ['price'] = 505000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `deity`, - ['shop'] = 'pdm', - }, - ['jubilee'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Jubilee', - ['brand'] = 'Enus', - ['model'] = 'jubilee', - ['price'] = 485000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `jubilee`, - ['shop'] = 'pdm', - }, - ['patriot3'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Patriot Military', - ['brand'] = 'Mil-Spec', - ['model'] = 'patriot3', - ['price'] = 270000, - ['category'] = 'suvs', - ['categoryLabel'] = 'SUVs', - ['hash'] = `patriot3`, - ['shop'] = 'pdm', - }, - --- Sports - ['alpha'] = { - ['name'] = 'Alpha', - ['brand'] = 'Albany', - ['model'] = 'alpha', - ['price'] = 53000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `alpha`, - ['shop'] = 'luxury', - }, - ['banshee'] = { - ['name'] = 'Banshee', - ['brand'] = 'Bravado', - ['model'] = 'banshee', - ['price'] = 56000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `banshee`, - ['shop'] = 'luxury', - }, - ['bestiagts'] = { - ['name'] = 'Bestia GTS', - ['brand'] = 'Grotti', - ['model'] = 'bestiagts', - ['price'] = 37000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `bestiagts`, - ['shop'] = 'luxury', - }, - ['blista2'] = { - ['name'] = 'Blista Compact', - ['brand'] = 'Dinka', - ['model'] = 'blista2', - ['price'] = 18950, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `blista2`, - ['shop'] = 'pdm', - }, - ['blista3'] = { - ['name'] = 'Blista Go Go Monkey', - ['brand'] = 'Dinka', - ['model'] = 'blista3', - ['price'] = 15000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `blista3`, - ['shop'] = 'pdm', - }, - ['buffalo'] = { - ['name'] = 'Buffalo', - ['brand'] = 'Bravado', - ['model'] = 'buffalo', - ['price'] = 18750, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `buffalo`, - ['shop'] = 'luxury', - }, - ['buffalo2'] = { - ['name'] = 'Buffalo S', - ['brand'] = 'Bravado', - ['model'] = 'buffalo2', - ['price'] = 24500, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `buffalo2`, - ['shop'] = 'luxury', - }, - ['carbonizzare'] = { - ['name'] = 'Carbonizzare', - ['brand'] = 'Grotti', - ['model'] = 'carbonizzare', - ['price'] = 155000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `carbonizzare`, - ['shop'] = 'luxury', - }, - ['comet2'] = { - ['name'] = 'Comet', - ['brand'] = 'Pfister', - ['model'] = 'comet2', - ['price'] = 130000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `comet2`, - ['shop'] = 'luxury', - }, - ['comet3'] = { - ['name'] = 'Comet Retro Custom', - ['brand'] = 'Pfister', - ['model'] = 'comet3', - ['price'] = 175000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `comet3`, - ['shop'] = 'luxury', - }, - ['comet4'] = { - ['name'] = 'Comet Safari', - ['brand'] = 'Pfister', - ['model'] = 'comet4', - ['price'] = 110000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `comet4`, - ['shop'] = 'luxury', - }, - ['comet5'] = { - ['name'] = 'Comet SR', - ['brand'] = 'Pfister', - ['model'] = 'comet5', - ['price'] = 155000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `comet5`, - ['shop'] = 'luxury', - }, - ['coquette'] = { - ['name'] = 'Coquette', - ['brand'] = 'Invetero', - ['model'] = 'coquette', - ['price'] = 145000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `coquette`, - ['shop'] = 'luxury', - }, - ['coquette2'] = { - ['name'] = 'Coquette Classic', - ['brand'] = 'Invetero', - ['model'] = 'coquette2', - ['price'] = 165000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `coquette2`, - ['shop'] = 'pdm', - }, - ['coquette4'] = { - ['name'] = 'Coquette D10', - ['brand'] = 'Invetero', - ['model'] = 'coquette4', - ['price'] = 220000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `coquette4`, - ['shop'] = 'luxury', - }, - ['drafter'] = { --DLC - ['name'] = '8F Drafter', - ['brand'] = 'Obey', - ['model'] = 'drafter', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `drafter`, - ['shop'] = 'luxury', - }, - ['deveste'] = { --DLC - ['name'] = 'Deveste', - ['brand'] = 'Principe', - ['model'] = 'deveste', - ['price'] = 234000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `deveste`, - ['shop'] = 'luxury', - }, - ['elegy'] = { --DLC - ['name'] = 'Elegy Retro Custom', - ['brand'] = 'Annis', - ['model'] = 'elegy', - ['price'] = 145000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `elegy`, - ['shop'] = 'luxury', - }, - ['elegy2'] = { - ['name'] = 'Elegy RH8', - ['brand'] = 'Annis', - ['model'] = 'elegy2', - ['price'] = 150000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `elegy2`, - ['shop'] = 'luxury', - }, - ['feltzer2'] = { - ['name'] = 'Feltzer', - ['brand'] = 'Benefactor', - ['model'] = 'feltzer2', - ['price'] = 97000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `feltzer2`, - ['shop'] = 'luxury', - }, - ['flashgt'] = { - ['name'] = 'Flash GT', - ['brand'] = 'Vapid', - ['model'] = 'flashgt', - ['price'] = 48000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `flashgt`, - ['shop'] = 'luxury', - }, - ['furoregt'] = { - ['name'] = 'Furore GT', - ['brand'] = 'Lampadati', - ['model'] = 'furoregt', - ['price'] = 78000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `furoregt`, - ['shop'] = 'luxury', - }, - ['futo'] = { - ['name'] = 'Futo', - ['brand'] = 'Karin', - ['model'] = 'futo', - ['price'] = 17500, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `futo`, - ['shop'] = 'pdm', - }, - ['gb200'] = { - ['name'] = 'GB 200', - ['brand'] = 'Vapid', - ['model'] = 'gb200', - ['price'] = 140000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `gb200`, - ['shop'] = 'luxury', - }, - ['komoda'] = { - ['name'] = 'Komoda', - ['brand'] = 'Lampadati', - ['model'] = 'komoda', - ['price'] = 55000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `komoda`, - ['shop'] = 'luxury', - }, - ['imorgon'] = { - ['name'] = 'Imorgon', - ['brand'] = 'Överflöd', - ['model'] = 'imorgon', - ['price'] = 120000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `imorgon`, - ['shop'] = 'luxury', - }, - ['issi7'] = { --DLC - ['name'] = 'Issi Sport', - ['brand'] = 'Weeny', - ['model'] = 'issi7', - ['price'] = 100000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `issi7`, - ['shop'] = 'pdm', - }, - ['italigto'] = { --DLC - ['name'] = 'Itali GTO', - ['brand'] = 'Progen', - ['model'] = 'italigto', - ['price'] = 260000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `italigto`, - ['shop'] = 'luxury', - }, - ['jugular'] = { --DLC - ['name'] = 'Jugular', - ['brand'] = 'Ocelot', - ['model'] = 'jugular', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `jugular`, - ['shop'] = 'luxury', - }, - ['jester'] = { - ['name'] = 'Jester', - ['brand'] = 'Dinka', - ['model'] = 'jester', - ['price'] = 132250, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `jester`, - ['shop'] = 'luxury', - }, - ['jester2'] = { - ['name'] = 'Jester Racecar', - ['brand'] = 'Dinka', - ['model'] = 'jester2', - ['price'] = 210000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `jester2`, - ['shop'] = 'luxury', - }, - ['jester3'] = { - ['name'] = 'Jester Classic', - ['brand'] = 'Dinka', - ['model'] = 'jester3', - ['price'] = 85000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `jester3`, - ['shop'] = 'luxury', - }, - ['khamelion'] = { - ['name'] = 'Khamelion', - ['brand'] = 'Hijak', - ['model'] = 'khamelion', - ['price'] = 90000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `khamelion`, - ['shop'] = 'luxury', - }, - ['kuruma'] = { - ['name'] = 'Kuruma', - ['brand'] = 'Karin', - ['model'] = 'kuruma', - ['price'] = 72000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `kuruma`, - ['shop'] = 'luxury', - }, - ['kuruma2'] = { - ['name'] = 'kuruma2', - ['brand'] = 'Karin2', - ['model'] = 'kuruma2', - ['price'] = 72000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `kuruma2`, - ['shop'] = 'luxury', - }, - ['locust'] = { --DLC - ['name'] = 'Locust', - ['brand'] = 'Ocelot', - ['model'] = 'locust', - ['price'] = 200000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `locust`, - ['shop'] = 'luxury', - }, - ['lynx'] = { - ['name'] = 'Lynx', - ['brand'] = 'Ocelot', - ['model'] = 'lynx', - ['price'] = 150000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `lynx`, - ['shop'] = 'luxury', - }, - ['massacro'] = { - ['name'] = 'Massacro', - ['brand'] = 'Dewbauchee', - ['model'] = 'massacro', - ['price'] = 110000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `massacro`, - ['shop'] = 'luxury', - }, - ['massacro2'] = { - ['name'] = 'Massacro Racecar', - ['brand'] = 'Dewbauchee', - ['model'] = 'massacro2', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `massacro2`, - ['shop'] = 'luxury', - }, - ['neo'] = { --DLC - ['name'] = 'Neo', - ['brand'] = 'Vysser', - ['model'] = 'neo', - ['price'] = 230000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `neo`, - ['shop'] = 'luxury', - }, - ['neon'] = { --DLC - ['name'] = 'Neon', - ['brand'] = 'Pfister', - ['model'] = 'neon', - ['price'] = 220000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `neon`, - ['shop'] = 'luxury', - }, - ['ninef'] = { - ['name'] = '9F', - ['brand'] = 'Obey', - ['model'] = 'ninef', - ['price'] = 95000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `ninef`, - ['shop'] = 'luxury', - }, - ['ninef2'] = { - ['name'] = '9F Cabrio', - ['brand'] = 'Obey', - ['model'] = 'ninef2', - ['price'] = 105000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `ninef2`, - ['shop'] = 'luxury', - }, - ['omnis'] = { - ['name'] = 'Omnis', - ['brand'] = 'Wow', - ['model'] = 'omnis', - ['price'] = 90000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `omnis`, - ['shop'] = 'luxury', - }, - ['paragon'] = { --DLC - ['name'] = 'Paragon', - ['brand'] = 'Enus', - ['model'] = 'paragon', - ['price'] = 60000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `paragon`, - ['shop'] = 'luxury', - }, - ['pariah'] = { - ['name'] = 'Pariah', - ['brand'] = 'Ocelot', - ['model'] = 'pariah', - ['price'] = 90000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `pariah`, - ['shop'] = 'luxury', - }, - ['penumbra'] = { - ['name'] = 'Penumbra', - ['brand'] = 'Maibatsu', - ['model'] = 'penumbra', - ['price'] = 22000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `penumbra`, - ['shop'] = 'luxury', - }, - ['penumbra2'] = { - ['name'] = 'Penumbra FF', - ['brand'] = 'Maibatsu', - ['model'] = 'penumbra2', - ['price'] = 30000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `penumbra2`, - ['shop'] = 'luxury', - }, - ['rapidgt'] = { - ['name'] = 'Rapid GT', - ['brand'] = 'Dewbauchee', - ['model'] = 'rapidgt', - ['price'] = 86000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `rapidgt`, - ['shop'] = 'luxury', - }, - ['rapidgt2'] = { - ['name'] = 'Rapid GT Convertible', - ['brand'] = 'Dewbauchee', - ['model'] = 'rapidgt2', - ['price'] = 92000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `rapidgt2`, - ['shop'] = 'luxury', - }, - ['raptor'] = { - ['name'] = 'Raptor', - ['brand'] = 'BF', - ['model'] = 'raptor', - ['price'] = 90000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `raptor`, - ['shop'] = 'luxury', - }, - ['revolter'] = { - ['name'] = 'Revolter', - ['brand'] = 'Übermacht', - ['model'] = 'revolter', - ['price'] = 95000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `revolter`, - ['shop'] = 'luxury', - }, - ['ruston'] = { - ['name'] = 'Ruston', - ['brand'] = 'Hijak', - ['model'] = 'ruston', - ['price'] = 130000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `ruston`, - ['shop'] = 'luxury', - }, - ['schafter2'] = { - ['name'] = 'Schafter', - ['brand'] = 'Benefactor', - ['model'] = 'schafter2', - ['price'] = 16000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `schafter2`, - ['shop'] = 'pdm', - }, - ['schafter3'] = { - ['name'] = 'Schafter V12', - ['brand'] = 'Benefactor', - ['model'] = 'schafter3', - ['price'] = 35000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `schafter3`, - ['shop'] = 'luxury', - }, - ['schafter4'] = { - ['name'] = 'Schafter LWB', - ['brand'] = 'Benefactor', - ['model'] = 'schafter4', - ['price'] = 21000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `schafter4`, - ['shop'] = 'luxury', - }, - ['schlagen'] = { --DLC - ['name'] = 'Schlagen GT', - ['brand'] = 'Benefactor', - ['model'] = 'schlagen', - ['price'] = 160000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `schlagen`, - ['shop'] = 'luxury', - }, - ['schwarzer'] = { - ['name'] = 'Schwartzer', - ['brand'] = 'Benefactor', - ['model'] = 'schwarzer', - ['price'] = 47000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `schwarzer`, - ['shop'] = 'luxury', - }, - ['sentinel3'] = { - ['name'] = 'Sentinel Classic', - ['brand'] = 'Übermacht', - ['model'] = 'sentinel3', - ['price'] = 70000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `sentinel3`, - ['shop'] = 'pdm', - }, - ['seven70'] = { - ['name'] = 'Seven-70', - ['brand'] = 'Dewbauchee', - ['model'] = 'seven70', - ['price'] = 140000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `seven70`, - ['shop'] = 'luxury', - }, - ['specter'] = { - ['name'] = 'Specter', - ['brand'] = 'Dewbauchee', - ['model'] = 'specter', - ['price'] = 160000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `specter`, - ['shop'] = 'luxury', - }, - ['streiter'] = { - ['name'] = 'Streiter', - ['brand'] = 'Benefactor', - ['model'] = 'streiter', - ['price'] = 40000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `streiter`, - ['shop'] = 'luxury', - }, - ['sugoi'] = { - ['name'] = 'Sugoi', - ['brand'] = 'Dinka', - ['model'] = 'sugoi', - ['price'] = 85000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `sugoi`, - ['shop'] = 'luxury', - }, - ['sultan'] = { - ['name'] = 'Sultan', - ['brand'] = 'Karin', - ['model'] = 'sultan', - ['price'] = 50000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `sultan`, - ['shop'] = 'luxury', - }, - ['sultan2'] = { - ['name'] = 'Sultan Custom', - ['brand'] = 'Karin', - ['model'] = 'sultan2', - ['price'] = 55000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `sultan2`, - ['shop'] = 'luxury', - }, - ['surano'] = { - ['name'] = 'Surano', - ['brand'] = 'Benefactor', - ['model'] = 'surano', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `surano`, - ['shop'] = 'luxury', - }, - ['tampa2'] = { - ['name'] = 'Drift Tampa', - ['brand'] = 'Declasse', - ['model'] = 'tampa2', - ['price'] = 80000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `tampa2`, - ['shop'] = 'pdm', - }, - ['tropos'] = { - ['name'] = 'Tropos Rallye', - ['brand'] = 'Lampadati', - ['model'] = 'tropos', - ['price'] = 65000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `tropos`, - ['shop'] = 'luxury', - }, - ['verlierer2'] = { - ['name'] = 'Verlierer', - ['brand'] = 'Bravado', - ['model'] = 'verlierer2', - ['price'] = 90500, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `verlierer2`, - ['shop'] = 'luxury', - }, - ['vstr'] = { - ['name'] = 'V-STR', - ['brand'] = 'Albany', - ['model'] = 'vstr', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `vstr`, - ['shop'] = 'luxury', - }, - ['italirsx'] = { - ['name'] = 'Itali RSX', - ['brand'] = 'Progen', - ['model'] = 'italirsx', - ['price'] = 260000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `italirsx`, - ['shop'] = 'luxury', - }, - ['zr350'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'ZR350', - ['brand'] = 'Annis', - ['model'] = 'zr350', - ['price'] = 38000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `zr350`, - ['shop'] = 'luxury', - }, - ['calico'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Calico GTF', - ['brand'] = 'Karin', - ['model'] = 'calico', - ['price'] = 39000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `calico`, - ['shop'] = 'luxury', - }, - ['futo2'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Futo GTX', - ['brand'] = 'Karin', - ['model'] = 'futo2', - ['price'] = 39000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `futo2`, - ['shop'] = 'luxury', - }, - ['euros'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Euros', - ['brand'] = 'Annis', - ['model'] = 'euros', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `euros`, - ['shop'] = 'luxury', - }, - ['jester4'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Jester RR', - ['brand'] = 'Dinka', - ['model'] = 'jester4', - ['price'] = 240000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `jester4`, - ['shop'] = 'luxury', - }, - ['remus'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Remus', - ['brand'] = 'Annis', - ['model'] = 'remus', - ['price'] = 48000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `remus`, - ['shop'] = 'luxury', - }, - ['comet6'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Comet S2', - ['brand'] = 'Pfister', - ['model'] = 'comet6', - ['price'] = 230000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `comet6`, - ['shop'] = 'luxury', - }, - ['growler'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Growler', - ['brand'] = 'Pfister', - ['model'] = 'growler', - ['price'] = 205000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `growler`, - ['shop'] = 'luxury', - }, - ['vectre'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Vectre', - ['brand'] = 'Emperor', - ['model'] = 'vectre', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `vectre`, - ['shop'] = 'luxury', - }, - ['cypher'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Cypher', - ['brand'] = 'Übermacht', - ['model'] = 'cypher', - ['price'] = 155000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `cypher`, - ['shop'] = 'luxury', - }, - ['sultan3'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Sultan Classic Custom', - ['brand'] = 'Karin', - ['model'] = 'sultan3', - ['price'] = 56000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `sultan3`, - ['shop'] = 'luxury', - }, - ['rt3000'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'RT3000', - ['brand'] = 'Dinka', - ['model'] = 'rt3000', - ['price'] = 65000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `rt3000`, - ['shop'] = 'luxury', - }, - --- Sports Classic - ['ardent'] = { - ['name'] = 'Ardent', - ['brand'] = 'Ocelot', - ['model'] = 'ardent', - ['price'] = 30000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `ardent`, - ['shop'] = 'pdm', - }, - ['btype'] = { --meme car that goes pretty fast - ['name'] = 'Roosevelt', - ['brand'] = 'Albany', - ['model'] = 'btype', - ['price'] = 75000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `btype`, - ['shop'] = 'pdm', - }, - ['btype2'] = { - ['name'] = 'Franken Stange', - ['brand'] = 'Albany', - ['model'] = 'btype2', - ['price'] = 87000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `btype2`, - ['shop'] = 'pdm', - }, - ['btype3'] = { - ['name'] = 'Roosevelt Valor', - ['brand'] = 'Albany', - ['model'] = 'btype3', - ['price'] = 63000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `btype3`, - ['shop'] = 'pdm', - }, - ['casco'] = { - ['name'] = 'Casco', - ['brand'] = 'Lampadati', - ['model'] = 'casco', - ['price'] = 100000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `casco`, - ['shop'] = 'pdm', - }, - ['cheetah2'] = { - ['name'] = 'Cheetah Classic', - ['brand'] = 'Grotti', - ['model'] = 'cheetah2', - ['price'] = 195000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `cheetah2`, - ['shop'] = 'luxury', - }, - ['deluxo'] = { - ['name'] = 'Deluxo', - ['brand'] = 'Imponte', - ['model'] = 'deluxo', - ['price'] = 55000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `deluxo`, - ['shop'] = 'pdm', - }, - ['dynasty'] = { --DLC - ['name'] = 'Dynasty', - ['brand'] = 'Weeny', - ['model'] = 'dynasty', - ['price'] = 25000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `dynasty`, - ['shop'] = 'pdm', - }, - ['fagaloa'] = { - ['name'] = 'Fagaloa', - ['brand'] = 'Vulcar', - ['model'] = 'fagaloa', - ['price'] = 13000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `fagaloa`, - ['shop'] = 'pdm', - }, - ['feltzer3'] = { --DLC - ['name'] = 'Stirling GT', - ['brand'] = 'Benefactor', - ['model'] = 'feltzer3', - ['price'] = 115000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `feltzer3`, - ['shop'] = 'pdm', - }, - ['gt500'] = { - ['name'] = 'GT500', - ['brand'] = 'Grotti', - ['model'] = 'gt500', - ['price'] = 130000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `gt500`, - ['shop'] = 'pdm', - }, - ['infernus2'] = { - ['name'] = 'Infernus Classic', - ['brand'] = 'Pegassi', - ['model'] = 'infernus2', - ['price'] = 245000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `infernus2`, - ['shop'] = 'pdm', - }, - ['jb700'] = { - ['name'] = 'JB 700', - ['brand'] = 'Dewbauchee', - ['model'] = 'jb700', - ['price'] = 240000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `jb700`, - ['shop'] = 'pdm', - }, - ['jb7002'] = { - ['name'] = 'JB 700W', - ['brand'] = 'Dewbauchee', - ['model'] = 'jb7002', - ['price'] = 40000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `jb7002`, - ['shop'] = 'pdm', - }, - ['mamba'] = { - ['name'] = 'Mamba', - ['brand'] = 'Declasse', - ['model'] = 'mamba', - ['price'] = 140000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `mamba`, - ['shop'] = 'pdm', - }, - ['manana'] = { - ['name'] = 'Manana', - ['brand'] = 'Albany', - ['model'] = 'manana', - ['price'] = 12800, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `manana`, - ['shop'] = 'pdm', - }, - ['manana2'] = { - ['name'] = 'Manana Custom', - ['brand'] = 'Albany', - ['model'] = 'manana2', - ['price'] = 24000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `manana2`, - ['shop'] = 'pdm', - }, - ['michelli'] = { - ['name'] = 'Michelli GT', - ['brand'] = 'Lampadati', - ['model'] = 'michelli', - ['price'] = 30000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `michelli`, - ['shop'] = 'pdm', - }, - ['monroe'] = { - ['name'] = 'Monroe', - ['brand'] = 'Pegassi', - ['model'] = 'monroe', - ['price'] = 115000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `monroe`, - ['shop'] = 'pdm', - }, - ['nebula'] = { --DLC - ['name'] = 'Nebula', - ['brand'] = 'Vulcar', - ['model'] = 'nebula', - ['price'] = 22000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `nebula`, - ['shop'] = 'pdm', - }, - ['peyote'] = { - ['name'] = 'Peyote', - ['brand'] = 'Vapid', - ['model'] = 'peyote', - ['price'] = 23500, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `peyote`, - ['shop'] = 'pdm', - }, - ['peyote3'] = { - ['name'] = 'Peyote Custom', - ['brand'] = 'Vapid', - ['model'] = 'peyote3', - ['price'] = 48000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `peyote3`, - ['shop'] = 'pdm', - }, - ['pigalle'] = { - ['name'] = 'Pigalle', - ['brand'] = 'Lampadati', - ['model'] = 'pigalle', - ['price'] = 92000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `pigalle`, - ['shop'] = 'pdm', - }, - ['rapidgt3'] = { - ['name'] = 'Rapid GT Classic', - ['brand'] = 'Dewbauchee', - ['model'] = 'rapidgt3', - ['price'] = 90000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `rapidgt3`, - ['shop'] = 'pdm', - }, - ['retinue'] = { - ['name'] = 'Retinue', - ['brand'] = 'Vapid', - ['model'] = 'retinue', - ['price'] = 32000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `retinue`, - ['shop'] = 'pdm', - }, - ['retinue2'] = { - ['name'] = 'Retinue MKII', - ['brand'] = 'Vapid', - ['model'] = 'retinue2', - ['price'] = 38000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `retinue2`, - ['shop'] = 'pdm', - }, - ['savestra'] = { - ['name'] = 'Savestra', - ['brand'] = 'Annis', - ['model'] = 'savestra', - ['price'] = 67000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `savestra`, - ['shop'] = 'pdm', - }, - ['stinger'] = { - ['name'] = 'Stinger', - ['brand'] = 'Grotti', - ['model'] = 'stinger', - ['price'] = 39500, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `stinger`, - ['shop'] = 'pdm', - }, - ['stingergt'] = { - ['name'] = 'Stinger GT', - ['brand'] = 'Grotti', - ['model'] = 'stingergt', - ['price'] = 70000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `stingergt`, - ['shop'] = 'pdm', - }, - ['stromberg'] = { - ['name'] = 'Stromberg', - ['brand'] = 'Ocelot', - ['model'] = 'stromberg', - ['price'] = 80000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `stromberg`, - ['shop'] = 'pdm', - }, - ['swinger'] = { --DLC - ['name'] = 'Swinger', - ['brand'] = 'Ocelot', - ['model'] = 'swinger', - ['price'] = 221000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `swinger`, - ['shop'] = 'pdm', - }, - ['torero'] = { - ['name'] = 'Torero', - ['brand'] = 'Pegassi', - ['model'] = 'torero', - ['price'] = 84000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `torero`, - ['shop'] = 'pdm', - }, - ['tornado'] = { - ['name'] = 'Tornado', - ['brand'] = 'Declasse', - ['model'] = 'tornado', - ['price'] = 21000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `tornado`, - ['shop'] = 'pdm', - }, - ['tornado2'] = { - ['name'] = 'Tornado Convertible', - ['brand'] = 'Declasse', - ['model'] = 'tornado2', - ['price'] = 22000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `tornado2`, - ['shop'] = 'pdm', - }, - ['tornado5'] = { - ['name'] = 'Tornado Custom', - ['brand'] = 'Declasse', - ['model'] = 'tornado5', - ['price'] = 22000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `tornado5`, - ['shop'] = 'pdm', - }, - ['turismo2'] = { - ['name'] = 'Turismo Classic', - ['brand'] = 'Grotti', - ['model'] = 'turismo2', - ['price'] = 170000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `turismo2`, - ['shop'] = 'pdm', - }, - ['viseris'] = { - ['name'] = 'Viseris', - ['brand'] = 'Lampadati', - ['model'] = 'viseris', - ['price'] = 210000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `viseris`, - ['shop'] = 'pdm', - }, - ['z190'] = { - ['name'] = '190Z', - ['brand'] = 'Karin', - ['model'] = 'z190', - ['price'] = 78000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `z190`, - ['shop'] = 'pdm', - }, - ['ztype'] = { - ['name'] = 'Z-Type', - ['brand'] = 'Truffade', - ['model'] = 'ztype', - ['price'] = 270000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `ztype`, - ['shop'] = 'pdm', - }, - ['zion3'] = { --DLC - ['name'] = 'Zion Classic', - ['brand'] = 'Übermacht', - ['model'] = 'zion3', - ['price'] = 45000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `zion3`, - ['shop'] = 'pdm', - }, - ['cheburek'] = { - ['name'] = 'Cheburek', - ['brand'] = 'Rune', - ['model'] = 'cheburek', - ['price'] = 7000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `cheburek`, - ['shop'] = 'pdm', - }, - ['toreador'] = { - ['name'] = 'Toreador', - ['brand'] = 'Pegassi', - ['model'] = 'toreador', - ['price'] = 50000, - ['category'] = 'sportsclassics', - ['categoryLabel'] = 'Sports Classics', - ['hash'] = `toreador`, - ['shop'] = 'pdm', - }, - --- Super - ['adder'] = { - ['name'] = 'Adder', - ['brand'] = 'Truffade', - ['model'] = 'adder', - ['price'] = 280000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `adder`, - ['shop'] = 'luxury', - }, - ['autarch'] = { - ['name'] = 'Autarch', - ['brand'] = 'Överflöd', - ['model'] = 'autarch', - ['price'] = 224000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `autarch`, - ['shop'] = 'luxury', - }, - ['banshee2'] = { - ['name'] = 'Banshee 900R', - ['brand'] = 'Bravado', - ['model'] = 'banshee2', - ['price'] = 120000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `banshee2`, - ['shop'] = 'luxury', - }, - ['bullet'] = { - ['name'] = 'Bullet', - ['brand'] = 'Vapid', - ['model'] = 'bullet', - ['price'] = 120000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `bullet`, - ['shop'] = 'luxury', - }, - ['cheetah'] = { - ['name'] = 'Cheetah', - ['brand'] = 'Grotti', - ['model'] = 'cheetah', - ['price'] = 214000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `cheetah`, - ['shop'] = 'luxury', - }, - ['cyclone'] = { --might be too overpowered - ['name'] = 'Cyclone', - ['brand'] = 'Coil', - ['model'] = 'cyclone', - ['price'] = 300000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `cyclone`, - ['shop'] = 'luxury', - }, - ['entity2'] = { - ['name'] = 'Entity XXR', - ['brand'] = 'Överflöd', - ['model'] = 'entity2', - ['price'] = 164000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `entity2`, - ['shop'] = 'luxury', - }, - ['entityxf'] = { - ['name'] = 'Entity XF', - ['brand'] = 'Överflöd', - ['model'] = 'entityxf', - ['price'] = 180000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `entityxf`, - ['shop'] = 'luxury', - }, - ['emerus'] = { --DLC - ['name'] = 'Emerus', - ['brand'] = 'Progen', - ['model'] = 'emerus', - ['price'] = 220000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `emerus`, - ['shop'] = 'luxury', - }, - ['fmj'] = { - ['name'] = 'FMJ', - ['brand'] = 'Vapid', - ['model'] = 'fmj', - ['price'] = 125000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `fmj`, - ['shop'] = 'luxury', - }, - ['furia'] = { - ['name'] = 'Furia', - ['brand'] = 'Grotti', - ['model'] = 'furia', - ['price'] = 230000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `furia`, - ['shop'] = 'luxury', - }, - ['gp1'] = { - ['name'] = 'GP1', - ['brand'] = 'Progen', - ['model'] = 'gp1', - ['price'] = 110000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `gp1`, - ['shop'] = 'luxury', - }, - ['infernus'] = { - ['name'] = 'Infernus', - ['brand'] = 'Pegassi', - ['model'] = 'infernus', - ['price'] = 235000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `infernus`, - ['shop'] = 'luxury', - }, - ['italigtb'] = { - ['name'] = 'Itali GTB', - ['brand'] = 'Progen', - ['model'] = 'italigtb', - ['price'] = 170000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `italigtb`, - ['shop'] = 'luxury', - }, - ['italigtb2'] = { - ['name'] = 'Itali GTB Custom', - ['brand'] = 'Progen', - ['model'] = 'italigtb2', - ['price'] = 250000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `italigtb2`, - ['shop'] = 'luxury', - }, - ['krieger'] = { --DLC - ['name'] = 'Krieger', - ['brand'] = 'Benefactor', - ['model'] = 'krieger', - ['price'] = 222000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `krieger`, - ['shop'] = 'luxury', - }, - ['le7b'] = { - ['name'] = 'RE-7B', - ['brand'] = 'Annis', - ['model'] = 'le7b', - ['price'] = 260000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `le7b`, - ['shop'] = 'luxury', - }, - ['nero'] = { - ['name'] = 'Nero', - ['brand'] = 'Truffade', - ['model'] = 'nero', - ['price'] = 200000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `nero`, - ['shop'] = 'luxury', - }, - ['nero2'] = { - ['name'] = 'Nero Custom', - ['brand'] = 'Truffade', - ['model'] = 'nero2', - ['price'] = 260000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `nero2`, - ['shop'] = 'luxury', - }, - ['osiris'] = { - ['name'] = 'Osiris', - ['brand'] = 'Pegassi', - ['model'] = 'osiris', - ['price'] = 220000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `osiris`, - ['shop'] = 'luxury', - }, - ['penetrator'] = { - ['name'] = 'Penetrator', - ['brand'] = 'Ocelot', - ['model'] = 'penetrator', - ['price'] = 130000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `penetrator`, - ['shop'] = 'luxury', - }, - ['pfister811'] = { - ['name'] = '811', - ['brand'] = 'Pfister', - ['model'] = 'pfister811', - ['price'] = 220000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `pfister811`, - ['shop'] = 'luxury', - }, - ['prototipo'] = { - ['name'] = 'X80 Proto', - ['brand'] = 'Grotti', - ['model'] = 'prototipo', - ['price'] = 235000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `prototipo`, - ['shop'] = 'luxury', - }, - ['reaper'] = { - ['name'] = 'Reaper', - ['brand'] = 'Pegassi', - ['model'] = 'reaper', - ['price'] = 100000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `reaper`, - ['shop'] = 'luxury', - }, - ['s80'] = { --DLC - ['name'] = 'S80RR', - ['brand'] = 'Annis', - ['model'] = 's80', - ['price'] = 205000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `s80`, - ['shop'] = 'luxury', - }, - ['sc1'] = { - ['name'] = 'SC1', - ['brand'] = 'Übermacht', - ['model'] = 'sc1', - ['price'] = 90000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `sc1`, - ['shop'] = 'luxury', - }, - ['sheava'] = { --DLC - ['name'] = 'ETR1', - ['brand'] = 'Emperor', - ['model'] = 'sheava', - ['price'] = 220000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `sheava`, - ['shop'] = 'luxury', - }, - ['sultanrs'] = { - ['name'] = 'Sultan RS', - ['brand'] = 'Karin', - ['model'] = 'sultanrs', - ['price'] = 76500, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `sultanrs`, - ['shop'] = 'luxury', - }, - ['t20'] = { - ['name'] = 'T20', - ['brand'] = 'Progen', - ['model'] = 't20', - ['price'] = 1650000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `t20`, - ['shop'] = 'luxury', - }, - ['taipan'] = { - ['name'] = 'Taipan', - ['brand'] = 'Cheval', - ['model'] = 'taipan', - ['price'] = 1850000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `taipan`, - ['shop'] = 'luxury', - }, - ['tempesta'] = { - ['name'] = 'Tempesta', - ['brand'] = 'Pegassi', - ['model'] = 'tempesta', - ['price'] = 120000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `tempesta`, - ['shop'] = 'luxury', - }, - ['tezeract'] = { - ['name'] = 'Tezeract', - ['brand'] = 'Pegassi', - ['model'] = 'tezeract', - ['price'] = 220000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `tezeract`, - ['shop'] = 'luxury', - }, - ['thrax'] = { --DLC - ['name'] = 'Thrax', - ['brand'] = 'Truffade', - ['model'] = 'thrax', - ['price'] = 180000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `thrax`, - ['shop'] = 'luxury', - }, - ['tigon'] = { - ['name'] = 'Tigon', - ['brand'] = 'Lampadati', - ['model'] = 'tigon', - ['price'] = 240000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `tigon`, - ['shop'] = 'luxury', - }, - ['turismor'] = { - ['name'] = 'Turismo R', - ['brand'] = 'Grotti', - ['model'] = 'turismor', - ['price'] = 140000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `turismor`, - ['shop'] = 'luxury', - }, - ['tyrant'] = { - ['name'] = 'Tyrant', - ['brand'] = 'Överflöd', - ['model'] = 'tyrant', - ['price'] = 2100000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `tyrant`, - ['shop'] = 'luxury', - }, - ['tyrus'] = { - ['name'] = 'Tyrus', - ['brand'] = 'Progen', - ['model'] = 'tyrus', - ['price'] = 230000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `tyrus`, - ['shop'] = 'luxury', - }, - ['vacca'] = { - ['name'] = 'Vacca', - ['brand'] = 'Pegassi', - ['model'] = 'vacca', - ['price'] = 105000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `vacca`, - ['shop'] = 'luxury', - }, - ['vagner'] = { - ['name'] = 'Vagner', - ['brand'] = 'Dewbauchee', - ['model'] = 'vagner', - ['price'] = 1660000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `vagner`, - ['shop'] = 'luxury', - }, - ['visione'] = { - ['name'] = 'Visione', - ['brand'] = 'Grotti', - ['model'] = 'visione', - ['price'] = 750000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `visione`, - ['shop'] = 'luxury', - }, - ['voltic'] = { - ['name'] = 'Voltic', - ['brand'] = 'Coil', - ['model'] = 'voltic', - ['price'] = 120000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `voltic`, - ['shop'] = 'luxury', - }, - ['voltic2'] = { - ['name'] = 'Rocket Voltic', - ['brand'] = 'Coil', - ['model'] = 'voltic2', - ['price'] = 9830400, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `voltic2`, - ['shop'] = 'luxury', - }, - ['xa21'] = { - ['name'] = 'XA-21', - ['brand'] = 'Ocelot', - ['model'] = 'xa21', - ['price'] = 180000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `xa21`, - ['shop'] = 'luxury', - }, - ['zentorno'] = { - ['name'] = 'Zentorno', - ['brand'] = 'Pegassi', - ['model'] = 'zentorno', - ['price'] = 340000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `zentorno`, - ['shop'] = 'luxury', - }, - ['zorrusso'] = { --DLC - ['name'] = 'Zorrusso', - ['brand'] = 'Pegassi', - ['model'] = 'zorrusso', - ['price'] = 277000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `zorrusso`, - ['shop'] = 'luxury', - }, - -- Vans - ['bison'] = { - ['name'] = 'Bison', - ['brand'] = 'Bravado', - ['model'] = 'bison', - ['price'] = 18000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `bison`, - ['shop'] = 'pdm', - }, - ['bobcatxl'] = { - ['name'] = 'Bobcat XL Open', - ['brand'] = 'Vapid', - ['model'] = 'bobcatxl', - ['price'] = 13500, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `bobcatxl`, - ['shop'] = 'pdm', - }, - ['burrito3'] = { - ['name'] = 'Burrito', - ['brand'] = 'Declasse', - ['model'] = 'burrito3', - ['price'] = 4000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `burrito3`, - ['shop'] = 'pdm', - }, - ['gburrito2'] = { - ['name'] = 'Burrito Custom', - ['brand'] = 'Declasse', - ['model'] = 'gburrito2', - ['price'] = 11500, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `gburrito2`, - ['shop'] = 'pdm', - }, - ['rumpo'] = { - ['name'] = 'Rumpo', - ['brand'] = 'Bravado', - ['model'] = 'rumpo', - ['price'] = 9000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `rumpo`, - ['shop'] = 'pdm', - }, - ['journey'] = { - ['name'] = 'Journey', - ['brand'] = 'Zirconium', - ['model'] = 'journey', - ['price'] = 6500, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `journey`, - ['shop'] = 'pdm', - }, - ['minivan'] = { - ['name'] = 'Minivan', - ['brand'] = 'Vapid', - ['model'] = 'minivan', - ['price'] = 7000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `minivan`, - ['shop'] = 'pdm', - }, - ['minivan2'] = { - ['name'] = 'Minivan Custom', - ['brand'] = 'Vapid', - ['model'] = 'minivan2', - ['price'] = 10000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `minivan2`, - ['shop'] = 'pdm', - }, - ['paradise'] = { - ['name'] = 'Paradise', - ['brand'] = 'Bravado', - ['model'] = 'paradise', - ['price'] = 9000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `paradise`, - ['shop'] = 'pdm', - }, - ['rumpo3'] = { - ['name'] = 'Rumpo Custom', - ['brand'] = 'Bravado', - ['model'] = 'rumpo3', - ['price'] = 19500, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `rumpo3`, - ['shop'] = 'pdm', - }, - ['speedo'] = { - ['name'] = 'Speedo', - ['brand'] = 'Vapid', - ['model'] = 'speedo', - ['price'] = 10000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `speedo`, - ['shop'] = 'pdm', - }, - ['speedo4'] = { - ['name'] = 'Speedo Custom', - ['brand'] = 'Vapid', - ['model'] = 'speedo4', - ['price'] = 15000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `speedo4`, - ['shop'] = 'pdm', - }, - ['surfer'] = { - ['name'] = 'Surfer', - ['brand'] = 'BF', - ['model'] = 'surfer', - ['price'] = 9000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `surfer`, - ['shop'] = 'pdm', - }, - ['youga3'] = { - ['name'] = 'Youga Classic 4x4', - ['brand'] = 'Bravado', - ['model'] = 'youga3', - ['price'] = 15000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `youga3`, - ['shop'] = 'pdm', - }, - ['youga'] = { - ['name'] = 'Youga', - ['brand'] = 'Bravado', - ['model'] = 'youga', - ['price'] = 8000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `youga`, - ['shop'] = 'pdm', - }, - ['youga2'] = { - ['name'] = 'Youga Classic', - ['brand'] = 'Bravado', - ['model'] = 'youga2', - ['price'] = 14500, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `youga2`, - ['shop'] = 'pdm', - }, - ['youga4'] = { --DLC +set sv_enforceGameBuild 2545 - ['name'] = 'Youga Custom', - ['brand'] = 'Bravado', - ['model'] = 'youga4', - ['price'] = 85000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `youga4`, - ['shop'] = 'pdm', - }, - -- Utility - ['sadler'] = { - ['name'] = 'Sadler', - ['brand'] = 'Vapid', - ['model'] = 'sadler', - ['price'] = 20000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `sadler`, - ['shop'] = 'pdm', - }, - ['slamtruck'] = { - ['name'] = 'Slam Truck', - ['brand'] = 'Vapid', - ['model'] = 'slamtruck', - ['price'] = 100000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `slamtruck`, - ['shop'] = 'pdm', - }, - ['warrener2'] = { --DLC +set sv_enforceGameBuild 2372 - ['name'] = 'Warrener HKR', - ['brand'] = 'Vulcar', - ['model'] = 'warrener2', - ['price'] = 30000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `warrener2`, - ['shop'] = 'pdm', - }, - -- Boats - ['squalo'] = { - ['name'] = 'Squalo', - ['brand'] = 'Shitzu', - ['model'] = 'squalo', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `squalo`, - ['shop'] = 'boats', - }, - ['marquis'] = { - ['name'] = 'Marquis', - ['brand'] = 'Dinka', - ['model'] = 'marquis', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `marquis`, - ['shop'] = 'boats', - }, - ['seashark'] = { - ['name'] = 'Seashark', - ['brand'] = 'Speedophile', - ['model'] = 'seashark', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `seashark`, - ['shop'] = 'boats', - }, - ['seashark2'] = { - ['name'] = 'Seashark Lifeguard', - ['brand'] = 'Speedophile', - ['model'] = 'seashark2', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `seashark2`, - ['shop'] = 'boats', - }, - ['seashark3'] = { - ['name'] = 'Seashark Yacht', - ['brand'] = 'Speedophile', - ['model'] = 'seashark3', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `seashark3`, - ['shop'] = 'boats', - }, - ['jetmax'] = { - ['name'] = 'Jetmax', - ['brand'] = 'Shitzu', - ['model'] = 'jetmax', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `jetmax`, - ['shop'] = 'boats', - }, - ['tropic'] = { - ['name'] = 'Tropic', - ['brand'] = 'Shitzu', - ['model'] = 'tropic', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `tropic`, - ['shop'] = 'boats', - }, - ['tropic2'] = { - ['name'] = 'Tropic Yacht', - ['brand'] = 'Shitzu', - ['model'] = 'tropic2', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `tropic2`, - ['shop'] = 'boats', - }, - ['dinghy'] = { - ['name'] = 'Dinghy 2-Seater', - ['brand'] = 'Nagasaki', - ['model'] = 'dinghy', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `dinghy`, - ['shop'] = 'boats', - }, - ['dinghy2'] = { - ['name'] = 'Dinghy 4-Seater', - ['brand'] = 'Nagasaki', - ['model'] = 'dinghy2', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `dinghy2`, - ['shop'] = 'boats', - }, - ['dinghy3'] = { - ['name'] = 'Dinghy (Heist)', - ['brand'] = 'Nagasaki', - ['model'] = 'dinghy3', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `dinghy3`, - ['shop'] = 'boats', - }, - ['dinghy4'] = { - ['name'] = 'Dinghy Yacht', - ['brand'] = 'Nagasaki', - ['model'] = 'dinghy4', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `dinghy4`, - ['shop'] = 'boats', - }, - ['suntrap'] = { - ['name'] = 'Suntrap', - ['brand'] = 'Shitzu', - ['model'] = 'suntrap', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `suntrap`, - ['shop'] = 'boats', - }, - ['speeder'] = { - ['name'] = 'Speeder', - ['brand'] = 'Pegassi', - ['model'] = 'speeder', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `speeder`, - ['shop'] = 'boats', - }, - ['speeder2'] = { - ['name'] = 'Speeder Yacht', - ['brand'] = 'Pegassi', - ['model'] = 'speeder2', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `speeder2`, - ['shop'] = 'boats', - }, - ['longfin'] = { - ['name'] = 'Longfin', - ['brand'] = 'Shitzu', - ['model'] = 'longfin', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `longfin`, - ['shop'] = 'boats', - }, - ['toro'] = { - ['name'] = 'Toro', - ['brand'] = 'Lampadati', - ['model'] = 'toro', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `toro`, - ['shop'] = 'boats', - }, - ['toro2'] = { - ['name'] = 'Toro Yacht', - ['brand'] = 'Lampadati', - ['model'] = 'toro2', - ['price'] = 40000, - ['category'] = 'boats', - ['categoryLabel'] = 'Boats', - ['hash'] = `toro2`, - ['shop'] = 'boats', - }, - -- helicopters - ['buzzard2'] = { - ['name'] = 'Buzzard', - ['brand'] = 'Unknown', - ['model'] = 'buzzard2', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `buzzard2`, - ['shop'] = 'air', - }, - ['frogger'] = { - ['name'] = 'Frogger', - ['brand'] = 'Unknown', - ['model'] = 'frogger', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `frogger`, - ['shop'] = 'air', - }, - ['frogger2'] = { - ['name'] = 'Frogger (Trevor Philips Enterprises)', - ['brand'] = 'Unknown', - ['model'] = 'frogger2', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `frogger2`, - ['shop'] = 'air', - }, - ['maverick'] = { - ['name'] = 'Maverick', - ['brand'] = 'Unknown', - ['model'] = 'maverick', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `maverick`, - ['shop'] = 'air', - }, - ['swift'] = { - ['name'] = 'Swift', - ['brand'] = 'Buckingham', - ['model'] = 'swift', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `swift`, - ['shop'] = 'air', - }, - ['swift2'] = { - ['name'] = 'Swift Deluxe', - ['brand'] = 'Buckingham', - ['model'] = 'swift2', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `swift2`, - ['shop'] = 'air', - }, - ['seasparrow'] = { - ['name'] = 'Sea Sparrow', - ['brand'] = 'Unknown', - ['model'] = 'seasparrow', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `seasparrow`, - ['shop'] = 'air', - }, - ['seasparrow2'] = { - ['name'] = 'Sparrow', - ['brand'] = 'Unknown', - ['model'] = 'seasparrow2', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `seasparrow2`, - ['shop'] = 'air', - }, - ['seasparrow3'] = { - ['name'] = 'Sparrow (Prop)', - ['brand'] = 'Unknown', - ['model'] = 'seasparrow3', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `seasparrow3`, - ['shop'] = 'air', - }, - ['supervolito'] = { - ['name'] = 'SuperVolito', - ['brand'] = 'Buckingham', - ['model'] = 'supervolito', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `supervolito`, - ['shop'] = 'air', - }, - ['supervolito2'] = { - ['name'] = 'SuperVolito Carbon', - ['brand'] = 'Buckingham', - ['model'] = 'supervolito2', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `supervolito2`, - ['shop'] = 'air', - }, - ['volatus'] = { - ['name'] = 'Volatus', - ['brand'] = 'Buckingham', - ['model'] = 'volatus', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `volatus`, - ['shop'] = 'air', - }, - ['havok'] = { - ['name'] = 'Havok', - ['brand'] = 'Nagasaki', - ['model'] = 'havok', - ['price'] = 52000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `havok`, - ['shop'] = 'air', - }, - -- Planes - ['duster'] = { - ['name'] = 'Duster', - ['brand'] = 'Unknown', - ['model'] = 'duster', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `duster`, - ['shop'] = 'air', - }, - ['luxor'] = { - ['name'] = 'Luxor', - ['brand'] = 'Buckingham', - ['model'] = 'luxor', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `luxor`, - ['shop'] = 'air', - }, - ['luxor2'] = { - ['name'] = 'Luxor Deluxe', - ['brand'] = 'Buckingham', - ['model'] = 'luxor2', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `luxor2`, - ['shop'] = 'air', - }, - ['stunt'] = { - ['name'] = 'Mallard', - ['brand'] = 'Unknown', - ['model'] = 'stunt', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `stunt`, - ['shop'] = 'air', - }, - ['mammatus'] = { - ['name'] = 'Mammatus', - ['brand'] = 'Unknown', - ['model'] = 'mammatus', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `mammatus`, - ['shop'] = 'air', - }, - ['velum'] = { - ['name'] = 'Velum', - ['brand'] = 'Unknown', - ['model'] = 'velum', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `velum`, - ['shop'] = 'air', - }, - ['velum2'] = { - ['name'] = 'Velum 5-Seater', - ['brand'] = 'Unknown', - ['model'] = 'velum2', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `velum2`, - ['shop'] = 'air', - }, - ['shamal'] = { - ['name'] = 'Shamal', - ['brand'] = 'Buckingham', - ['model'] = 'shamal', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `shamal`, - ['shop'] = 'air', - }, - ['vestra'] = { - ['name'] = 'Vestra', - ['brand'] = 'Buckingham', - ['model'] = 'vestra', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `vestra`, - ['shop'] = 'air', - }, - ['dodo'] = { - ['name'] = 'Dodo', - ['brand'] = 'Mammoth', - ['model'] = 'dodo', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `dodo`, - ['shop'] = 'air', - }, - ['howard'] = { - ['name'] = 'Howard NX-25', - ['brand'] = 'Buckingham', - ['model'] = 'howard', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `howard`, - ['shop'] = 'air', - }, - ['alphaz1'] = { - ['name'] = 'Alpha-Z1', - ['brand'] = 'Buckingham', - ['model'] = 'alphaz1', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `alphaz1`, - ['shop'] = 'air', - }, - ['nimbus'] = { - ['name'] = 'Nimbus', - ['brand'] = 'Buckingham', - ['model'] = 'nimbus', - ['price'] = 45000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `nimbus`, - ['shop'] = 'air', - }, - ['brioso3'] = { --DLC +set sv_enforceGameBuild 2699 (and below) - ['name'] = 'Brioso 300 Widebody', - ['brand'] = 'Grotti', - ['model'] = 'brioso3', - ['price'] = 125000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `brioso3`, - ['shop'] = 'pdm', - }, - ['conada'] = { - ['name'] = 'Conada', - ['brand'] = 'Buckingham', - ['model'] = 'conada', - ['price'] = 115000, - ['category'] = 'helicopters', - ['categoryLabel'] = 'Helicopters', - ['hash'] = `conada`, - ['shop'] = 'air', - }, - ['corsita'] = { - ['name'] = 'Corsita', - ['brand'] = 'Lampadati', - ['model'] = 'corsita', - ['price'] = 90000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `corsita`, - ['shop'] = 'luxury', - }, - ['draugur'] = { - ['name'] = 'Draugur', - ['brand'] = 'Declasse', - ['model'] = 'draugur', - ['price'] = 99000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `draugur`, - ['shop'] = 'pdm', - }, - ['greenwood'] = { - ['name'] = 'Greenwood', - ['brand'] = 'Bravado', - ['model'] = 'greenwood', - ['price'] = 105000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `greenwood`, - ['shop'] = 'pdm', - }, - ['kanjosj'] = { - ['name'] = 'Kanjo SJ', - ['brand'] = 'Dinka', - ['model'] = 'kanjosj', - ['price'] = 143000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `kanjosj`, - ['shop'] = 'pdm', - }, - ['lm87'] = { - ['name'] = 'LM87', - ['brand'] = 'Benefactor', - ['model'] = 'lm87', - ['price'] = 155000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `lm87`, - ['shop'] = 'luxury', - }, - ['omnisegt'] = { - ['name'] = 'Omnis e-GT', - ['brand'] = 'Obey', - ['model'] = 'omnisegt', - ['price'] = 185000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `omnisegt`, - ['shop'] = 'luxury', - }, - ['postlude'] = { - ['name'] = 'Postlude', - ['brand'] = 'Dinka', - ['model'] = 'postlude', - ['price'] = 90000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `postlude`, - ['shop'] = 'pdm', - }, - ['rhinehart'] = { - ['name'] = 'Rhinehart', - ['brand'] = 'Übermacht', - ['model'] = 'rhinehart', - ['price'] = 105000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `rhinehart`, - ['shop'] = 'pdm', - }, - ['ruiner4'] = { - ['name'] = 'Ruiner ZZ-8', - ['brand'] = 'Imponte', - ['model'] = 'ruiner4', - ['price'] = 85000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `ruiner4`, - ['shop'] = 'pdm', - }, - ['sentinel4'] = { - ['name'] = 'Sentinel Classic Widebody', - ['brand'] = 'Übermacht', - ['model'] = 'sentinel4', - ['price'] = 140000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `sentinel4`, - ['shop'] = 'luxury', - }, - ['sm722'] = { - ['name'] = 'SM722', - ['brand'] = 'Benefactor', - ['model'] = 'sm722', - ['price'] = 125000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `sm722`, - ['shop'] = 'luxury', - }, - ['tenf'] = { - ['name'] = '10F', - ['brand'] = 'Obey', - ['model'] = 'tenf', - ['price'] = 185000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `tenf`, - ['shop'] = 'luxury', - }, - ['tenf2'] = { - ['name'] = '10F Widebody', - ['brand'] = 'Obey', - ['model'] = 'tenf2', - ['price'] = 215000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `tenf2`, - ['shop'] = 'luxury', - }, - ['torero2'] = { - ['name'] = 'Torero XO', - ['brand'] = 'Pegassi', - ['model'] = 'torero2', - ['price'] = 245000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `torero2`, - ['shop'] = 'luxury', - }, - ['vigero2'] = { - ['name'] = 'Vigero ZX', - ['brand'] = 'Declasse', - ['model'] = 'vigero2', - ['price'] = 105000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `vigero2`, - ['shop'] = 'pdm', - }, - ['weevil2'] = { - ['name'] = 'Weevil Custom', - ['brand'] = 'BF', - ['model'] = 'weevil2', - ['price'] = 95000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `weevil2`, - ['shop'] = 'pdm', - }, - ['hauler'] = { - ['name'] = 'Hauler', - ['brand'] = 'Jobuilt', - ['model'] = 'hauler', - ['price'] = 100000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `hauler`, - ['shop'] = 'truck', - }, - ['packer'] = { - ['name'] = 'Packer', - ['brand'] = 'MTL', - ['model'] = 'packer', - ['price'] = 100000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `packer`, - ['shop'] = 'truck', - }, - ['stockade'] = { - ['name'] = 'Stockade', - ['brand'] = 'Brute', - ['model'] = 'stockade', - ['price'] = 100000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `stockade`, - ['shop'] = 'truck', - }, - ['biff'] = { - ['name'] = 'Biff', - ['brand'] = 'Brute', - ['model'] = 'biff', - ['price'] = 100000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `biff`, - ['shop'] = 'truck', - }, - ['phantom'] = { - ['name'] = 'Phantom', - ['brand'] = 'Jobuilt', - ['model'] = 'phantom', - ['price'] = 100000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `phantom`, - ['shop'] = 'truck', - }, - ['phantom3'] = { - ['name'] = 'Phantom Custom', - ['brand'] = 'Jobuilt', - ['model'] = 'phantom3', - ['price'] = 110000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `phantom3`, - ['shop'] = 'truck', - }, - ['benson'] = { - ['name'] = 'Benson', - ['brand'] = 'Vapid', - ['model'] = 'benson', - ['price'] = 55000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `benson`, - ['shop'] = 'truck', - }, - ['mule'] = { - ['name'] = 'Mule', - ['brand'] = 'Maibatsu', - ['model'] = 'mule', - ['price'] = 40000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `mule`, - ['shop'] = 'truck', - }, - ['mule2'] = { - ['name'] = 'Mule with Drop Door', - ['brand'] = 'Maibatsu', - ['model'] = 'mule2', - ['price'] = 40000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `mule2`, - ['shop'] = 'truck', - }, - ['mule3'] = { - ['name'] = 'Mule with Swinging Doors', - ['brand'] = 'Maibatsu', - ['model'] = 'mule3', - ['price'] = 40000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `mule3`, - ['shop'] = 'truck', - }, - ['mule4'] = { - ['name'] = 'Mule with Swinging Doors & Side Step', - ['brand'] = 'Maibatsu', - ['model'] = 'mule4', - ['price'] = 40000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `mule4`, - ['shop'] = 'truck', - }, - ['mule5'] = { - ['name'] = 'Mule with Swinging Doors & Step Bumper', - ['brand'] = 'Maibatsu', - ['model'] = 'mule5', - ['price'] = 40000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `mule5`, - ['shop'] = 'truck', - }, - ['pounder'] = { - ['name'] = 'Pounder', - ['brand'] = 'MTL', - ['model'] = 'pounder', - ['price'] = 55000, - ['category'] = 'commercial', - ['categoryLabel'] = 'Commercial', - ['hash'] = `pounder`, - ['shop'] = 'truck', - }, - ['boxville'] = { - ['name'] = 'Boxville LSDWP', - ['brand'] = 'Brute', - ['model'] = 'boxville', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `boxville`, - ['shop'] = 'truck', - }, - ['boxville2'] = { - ['name'] = 'Boxville Go Postal', - ['brand'] = 'Brute', - ['model'] = 'boxville2', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `boxville2`, - ['shop'] = 'truck', - }, - ['boxville3'] = { - ['name'] = 'Boxville Humane Labs', - ['brand'] = 'Brute', - ['model'] = 'boxville3', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `boxville3`, - ['shop'] = 'truck', - }, - ['boxville4'] = { - ['name'] = 'Boxville Post OP', - ['brand'] = 'Brute', - ['model'] = 'boxville4', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `boxville4`, - ['shop'] = 'truck', - }, - ['boxville5'] = { - ['name'] = 'Armored Boxville', - ['brand'] = 'Brute', - ['model'] = 'boxville5', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `boxville5`, - ['shop'] = 'truck', - }, - ['pony'] = { - ['name'] = 'Pony', - ['brand'] = 'Brute', - ['model'] = 'pony', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `pony`, - ['shop'] = 'truck', - }, - ['pony2'] = { - ['name'] = 'Pony (Smoke on the water)', - ['brand'] = 'Brute', - ['model'] = 'pony2', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `pony2`, - ['shop'] = 'truck', - }, - ['taco'] = { - ['name'] = 'Taco Truck', - ['brand'] = 'Brute', - ['model'] = 'taco', - ['price'] = 45000, - ['category'] = 'vans', - ['categoryLabel'] = 'Food Truck', - ['hash'] = `taco`, - ['shop'] = 'truck', - }, - ['cutter'] = { - ['name'] = 'cutter', - ['brand'] = 'HVY', - ['model'] = 'cutter', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `cutter`, - ['shop'] = 'truck', - }, - ['handler'] = { - ['name'] = 'Dock Handler', - ['brand'] = 'HVY', - ['model'] = 'handler', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `handler`, - ['shop'] = 'truck', - }, - ['bulldozer'] = { - ['name'] = 'Bulldozer', - ['brand'] = 'HVY', - ['model'] = 'bulldozer', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `bulldozer`, - ['shop'] = 'truck', - }, - ['dump'] = { - ['name'] = 'Dump Truck (Off Road)', - ['brand'] = 'HVY', - ['model'] = 'dump', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `dump`, - ['shop'] = 'truck', - }, - ['flatbed'] = { - ['name'] = 'Flatbed Truck', - ['brand'] = 'MTL', - ['model'] = 'flatbed', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `flatbed`, - ['shop'] = 'truck', - }, - ['guardian'] = { - ['name'] = 'Guardian', - ['brand'] = 'Vapid', - ['model'] = 'guardian', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `guardian`, - ['shop'] = 'truck', - }, - ['mixer'] = { - ['name'] = 'Cement Mixer', - ['brand'] = 'HVY', - ['model'] = 'mixer', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `mixer`, - ['shop'] = 'truck', - }, - ['mixer2'] = { - ['name'] = 'Cement Mixer 2', - ['brand'] = 'HVY', - ['model'] = 'mixer2', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `mixer2`, - ['shop'] = 'truck', - }, - ['rubble'] = { - ['name'] = 'Dump Truck (Street Legal)', - ['brand'] = 'Jobuilt', - ['model'] = 'rubble', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `rubble`, - ['shop'] = 'truck', - }, - ['tiptruck'] = { - ['name'] = 'Dump Truck (Street Legal)', - ['brand'] = 'Brute', - ['model'] = 'tiptruck', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `tiptruck`, - ['shop'] = 'truck', - }, - ['tiptruck2'] = { - ['name'] = 'Dump Truck (Street Legal)', - ['brand'] = 'MTL', - ['model'] = 'tiptruck2', - ['price'] = 30000, - ['category'] = 'industrial', - ['categoryLabel'] = 'Industrial', - ['hash'] = `tiptruck2`, - ['shop'] = 'truck', - }, - ['entity3'] = { --DLC +set sv_enforceGameBuild 2802 - ['name'] = 'Entity MT', - ['brand'] = 'Overflod', - ['model'] = 'entity3', - ['price'] = 200000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `entity3`, - ['shop'] = 'luxury', - }, - ['everon2'] = { - ['name'] = 'Everon Hotring', - ['brand'] = 'Karin', - ['model'] = 'everon2', - ['price'] = 80000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `everon`, - ['shop'] = 'pdm', - }, - ['issi8'] = { - ['name'] = 'Issi Rally', - ['brand'] = 'Weeny', - ['model'] = 'issi8', - ['price'] = 10000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `issi8`, - ['shop'] = 'pdm', - }, - ['journey2'] = { - ['name'] = 'Journey II', - ['brand'] = 'Zirconium', - ['model'] = 'journey2', - ['price'] = 7000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `journey2`, - ['shop'] = 'pdm', - }, - ['manchez3'] = { - ['name'] = 'Manchez Scout Classic', - ['brand'] = 'Maibatsu', - ['model'] = 'manchez3', - ['price'] = 15000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `manchez3`, - ['shop'] = 'pdm', - }, - ['r300'] = { - ['name'] = '300R', - ['brand'] = 'Annis', - ['model'] = 'r300', - ['price'] = 56000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `r300`, - ['shop'] = 'pdm', - }, - ['surfer3'] = { - ['name'] = 'Surfer Custom', - ['brand'] = 'BF', - ['model'] = 'surfer3', - ['price'] = 15000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `surfer3`, - ['shop'] = 'pdm', - }, - ['tahoma'] = { - ['name'] = 'Tahoma Coupe', - ['brand'] = 'Declasse', - ['model'] = 'tahoma', - ['price'] = 12000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `tahoma`, - ['shop'] = 'pdm', - }, - ['tulip2'] = { - ['name'] = 'Tulip M-100', - ['brand'] = 'Declasse', - ['model'] = 'tulip2', - ['price'] = 80000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `tulip2`, - ['shop'] = 'pdm', - }, - ['powersurge'] = { - ['name'] = 'Powersurge', - ['brand'] = 'Western', - ['model'] = 'powersurge', - ['price'] = 7000, - ['category'] = 'motorcycles', - ['categoryLabel'] = 'Motorcycles', - ['hash'] = `powersurge`, - ['shop'] = 'pdm', - }, - ['broadway'] = { - ['name'] = 'Broadway', - ['brand'] = 'Classique', - ['model'] = 'broadway', - ['price'] = 20000, - ['category'] = 'coupes', - ['categoryLabel'] = 'Coupes', - ['hash'] = `broadway`, - ['shop'] = 'pdm', - }, - ['panthere'] = { - ['name'] = 'Panthere', - ['brand'] = 'Toundra', - ['model'] = 'panthere', - ['price'] = 55000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `panthere`, - ['shop'] = 'pdm', - }, - ['boor'] = { - ['name'] = 'Boor', - ['brand'] = 'Karin', - ['model'] = 'boor', - ['price'] = 23000, - ['category'] = 'compacts', - ['categoryLabel'] = 'Compacts', - ['hash'] = `boor`, - ['shop'] = 'pdm', - }, - ['eudora'] = { - ['name'] = 'Eudora', - ['brand'] = 'Willard', - ['model'] = 'eudora', - ['price'] = 17000, - ['category'] = 'sedans', - ['categoryLabel'] = 'Sedans', - ['hash'] = `eudora`, - ['shop'] = 'pdm', - }, - ['virtue'] = { - ['name'] = 'Virtue', - ['brand'] = 'Ocelot', - ['model'] = 'virtue', - ['price'] = 72000, - ['category'] = 'super', - ['categoryLabel'] = 'Super', - ['hash'] = `virtue`, - ['shop'] = 'luxury', - },--- Game build 2944 San Andreas Mercenaries - ['buffalo5'] = { - ['name'] = 'Buffalo EVX', - ['brand'] = 'Bravado', - ['model'] = 'buffalo5', - ['price'] = 214000, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `buffalo5`, - ['shop'] = 'pdm', - }, - ['gauntlet6'] = { - ['name'] = 'Hotring Hellfire', - ['brand'] = 'Bravado', - ['model'] = 'gauntlet6', - ['price'] = 181000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `gauntlet6`, - ['shop'] = 'pdm', - }, - ['coureur'] = { - ['name'] = 'La Coureuse', - ['brand'] = 'Penaud', - ['model'] = 'coureur', - ['price'] = 199000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `coureur`, - ['shop'] = 'pdm', - }, - ['ratel'] = { - ['name'] = 'Ratel', - ['brand'] = 'Vapid', - ['model'] = 'ratel', - ['price'] = 199000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `ratel`, - ['shop'] = 'pdm', - }, - ['l35'] = { - ['name'] = 'Walton L35', - ['brand'] = 'Declasse', - ['model'] = 'l35', - ['price'] = 167000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `l35`, - ['shop'] = 'pdm', - }, - ['monstrociti'] = { - ['name'] = 'MonstroCiti', - ['brand'] = 'Maibatsu', - ['model'] = 'monstrociti', - ['price'] = 48000, - ['category'] = 'offroad', - ['categoryLabel'] = 'Off Road', - ['hash'] = `monstrociti`, - ['shop'] = 'pdm', - }, - ['stingertt'] = { - ['name'] = 'Itali GTO Stinger TT', - ['brand'] = 'Maibatsu', - ['model'] = 'stingertt', - ['price'] = 238000, - ['category'] = 'sports', - ['categoryLabel'] = 'Sports', - ['hash'] = `stingertt`, - ['shop'] = 'pdm', - }, - ['speedo5'] = { - ['name'] = 'Speedo Custom', - ['brand'] = 'Vapid', - ['model'] = 'speedo5', - ['price'] = 238000, - ['category'] = 'vans', - ['categoryLabel'] = 'Vans', - ['hash'] = `speedo5`, - ['shop'] = 'pdm', - }, - ['clique2'] = { - ['name'] = 'Clique Wagon', - ['brand'] = 'Vapid', - ['model'] = 'clique2', - ['price'] = 102500, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `clique2`, - ['shop'] = 'pdm', - }, - ['brigham'] = { - ['name'] = 'Brigham', - ['brand'] = 'Albany', - ['model'] = 'brigham', - ['price'] = 149900, - ['category'] = 'muscle', - ['categoryLabel'] = 'Muscle', - ['hash'] = `brigham`, - ['shop'] = 'pdm', - }, - ['inductor'] = { - ['name'] = 'Inductor', - ['brand'] = 'Unknown', - ['model'] = 'inductor', - ['price'] = 5000, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `inductor`, - ['shop'] = 'pdm', - }, - ['inductor2'] = { - ['name'] = 'Junk Energy Inductor', - ['brand'] = 'Unknown', - ['model'] = 'inductor2', - ['price'] = 5000, - ['category'] = 'cycles', - ['categoryLabel'] = 'Cycles', - ['hash'] = `inductor2`, - ['shop'] = 'pdm', - }, - ['raiju'] = { - ['name'] = 'F-160 Raiju', - ['brand'] = 'Mammoth', - ['model'] = 'raiju', - ['price'] = 6855000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `raiju`, - ['shop'] = 'air', - }, - ['streamer216'] = { - ['name'] = 'Streamer216', - ['brand'] = 'Mammoth', - ['model'] = 'streamer216', - ['price'] = 2238000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `streamer216`, - ['shop'] = 'air', - }, - ['conada2'] = { - ['name'] = 'Weaponized Conada', - ['brand'] = 'Buckingham', - ['model'] = 'conada2', - ['price'] = 3385000, - ['category'] = 'planes', - ['categoryLabel'] = 'Planes', - ['hash'] = `conada2`, - ['shop'] = 'air', - }, + {['model'] = 'blista', ['name'] = 'Blista', ['brand'] = 'Dinka', ['price'] = 13000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'brioso', ['name'] = 'Brioso R/A', ['brand'] = 'Grotti', ['price'] = 20000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'club', ['name'] = 'Club', ['brand'] = 'BF', ['price'] = 8000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'dilettante', ['name'] = 'Dilettante', ['brand'] = 'Karin', ['price'] = 9000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'dilettante2', ['name'] = 'Dilettante Patrol', ['brand'] = 'Karin', ['price'] = 12000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'kanjo', ['name'] = 'Blista Kanjo', ['brand'] = 'Dinka', ['price'] = 12000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'issi2', ['name'] = 'Issi', ['brand'] = 'Weeny', ['price'] = 7000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'issi3', ['name'] = 'Issi Classic', ['brand'] = 'Weeny', ['price'] = 5000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'issi4', ['name'] = 'Issi Arena', ['brand'] = 'Weeny', ['price'] = 80000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'issi5', ['name'] = 'Issi Future Shock', ['brand'] = 'Weeny', ['price'] = 80000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'issi6', ['name'] = 'Issi Nightmare', ['brand'] = 'Weeny', ['price'] = 80000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'panto', ['name'] = 'Panto', ['brand'] = 'Benefactor', ['price'] = 3200, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'prairie', ['name'] = 'Prairie', ['brand'] = 'Bollokan', ['price'] = 30000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'rhapsody', ['name'] = 'Rhapsody', ['brand'] = 'Declasse', ['price'] = 10000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'brioso2', ['name'] = 'Brioso 300', ['brand'] = 'Grotti', ['price'] = 12000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'weevil', ['name'] = 'Weevil', ['brand'] = 'BF', ['price'] = 9000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'issi7', ['name'] = 'Issi Sport', ['brand'] = 'Weeny', ['price'] = 100000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'blista2', ['name'] = 'Blista Compact', ['brand'] = 'Dinka', ['price'] = 18950, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'blista3', ['name'] = 'Blista Go Go Monkey', ['brand'] = 'Dinka', ['price'] = 15000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'brioso3', ['name'] = 'Brioso 300 Widebody', ['brand'] = 'Grotti', ['price'] = 125000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + {['model'] = 'boor', ['name'] = 'Boor', ['brand'] = 'Karin', ['price'] = 23000, ['categoryLabel'] = 'Compacts', ['shop'] = 'pdm'}, + --- Sedans (1) + {['model'] = 'asea', ['name'] = 'Asea', ['brand'] = 'Declasse', ['price'] = 2500, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'asterope', ['name'] = 'Asterope', ['brand'] = 'Karin', ['price'] = 11000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'cog55', ['name'] = 'Cognoscenti 55', ['brand'] = 'Enus', ['price'] = 22000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'cognoscenti', ['name'] = 'Cognoscenti', ['brand'] = 'Enus', ['price'] = 22500, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'emperor', ['name'] = 'Emperor', ['brand'] = 'Albany', ['price'] = 4250, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'fugitive', ['name'] = 'Fugitive', ['brand'] = 'Cheval', ['price'] = 20000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'glendale', ['name'] = 'Glendale', ['brand'] = 'Benefactor', ['price'] = 3400, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'glendale2', ['name'] = 'Glendale Custom', ['brand'] = 'Benefactor', ['price'] = 12000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'ingot', ['name'] = 'Ingot', ['brand'] = 'Vulcar', ['price'] = 4999, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'intruder', ['name'] = 'Intruder', ['brand'] = 'Karin', ['price'] = 11250, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'premier', ['name'] = 'Premier', ['brand'] = 'Declasse', ['price'] = 12000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'primo', ['name'] = 'Primo', ['brand'] = 'Albany', ['price'] = 5000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'primo2', ['name'] = 'Primo Custom', ['brand'] = 'Albany', ['price'] = 14500, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'regina', ['name'] = 'Regina', ['brand'] = 'Dundreary', ['price'] = 7000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'stafford', ['name'] = 'Stafford', ['brand'] = 'Enus', ['price'] = 30000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'stanier', ['name'] = 'Stanier', ['brand'] = 'Vapid', ['price'] = 19000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'stratum', ['name'] = 'Stratum', ['brand'] = 'Zirconium', ['price'] = 15000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'stretch', ['name'] = 'Stretch', ['brand'] = 'Dundreary', ['price'] = 19000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'superd', ['name'] = 'Super Diamond', ['brand'] = 'Enus', ['price'] = 17000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'surge', ['name'] = 'Surge', ['brand'] = 'Cheval', ['price'] = 20000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'tailgater', ['name'] = 'Tailgater', ['brand'] = 'Obey', ['price'] = 22000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'warrener', ['name'] = 'Warrener', ['brand'] = 'Vulcar', ['price'] = 4000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'washington', ['name'] = 'Washington', ['brand'] = 'Albany', ['price'] = 7000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'tailgater2', ['name'] = 'Tailgater S', ['brand'] = 'Obey', ['price'] = 51000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'cinquemila', ['name'] = 'Lampadati', ['brand'] = 'Cinquemila', ['price'] = 125000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'iwagen', ['name'] = 'Obey', ['brand'] = 'I-Wagen', ['price'] = 225000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'astron', ['name'] = 'Astron', ['brand'] = 'Pfister', ['price'] = 150000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'baller7', ['name'] = 'Baller ST', ['brand'] = 'Gallivanter', ['price'] = 145000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'comet7', ['name'] = 'Comet', ['brand'] = 'S2 Cabrio', ['price'] = 25000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'deity', ['name'] = 'Deity', ['brand'] = 'Enus', ['price'] = 505000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'jubilee', ['name'] = 'Jubilee', ['brand'] = 'Enus', ['price'] = 485000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'oracle', ['name'] = 'Oracle', ['brand'] = 'Übermacht', ['price'] = 22000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'schafter2', ['name'] = 'Schafter', ['brand'] = 'Benefactor', ['price'] = 16000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'warrener2', ['name'] = 'Warrener HKR', ['brand'] = 'Vulcar', ['price'] = 30000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'rhinehart', ['name'] = 'Rhinehart', ['brand'] = 'Übermacht', ['price'] = 105000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + {['model'] = 'eudora', ['name'] = 'Eudora', ['brand'] = 'Willard', ['price'] = 17000, ['categoryLabel'] = 'Sedans', ['shop'] = 'pdm'}, + --- SUVs (2) + {['model'] = 'baller', ['name'] = 'Baller', ['brand'] = 'Gallivanter', ['price'] = 22000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'baller2', ['name'] = 'Baller II', ['brand'] = 'Gallivanter', ['price'] = 15000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'baller3', ['name'] = 'Baller LE', ['brand'] = 'Gallivanter', ['price'] = 15000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'baller4', ['name'] = 'Baller LE LWB', ['brand'] = 'Gallivanter', ['price'] = 29000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'baller5', ['name'] = 'Baller LE (Armored)', ['brand'] = 'Gallivanter', ['price'] = 78000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'baller6', ['name'] = 'Baller LE LWB (Armored)', ['brand'] = 'Gallivanter', ['price'] = 82000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'bjxl', ['name'] = 'BeeJay XL', ['brand'] = 'Karin', ['price'] = 19000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'cavalcade', ['name'] = 'Cavalcade', ['brand'] = 'Albany', ['price'] = 14000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'cavalcade2', ['name'] = 'Cavalcade II', ['brand'] = 'Albany', ['price'] = 16500, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'contender', ['name'] = 'Contender', ['brand'] = 'Vapid', ['price'] = 35000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'dubsta', ['name'] = 'Dubsta', ['brand'] = 'Benefactor', ['price'] = 19000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'dubsta2', ['name'] = 'Dubsta Luxury', ['brand'] = 'Benefactor', ['price'] = 19500, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'fq2', ['name'] = 'FQ2', ['brand'] = 'Fathom', ['price'] = 18500, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'granger', ['name'] = 'Granger', ['brand'] = 'Declasse', ['price'] = 22000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'gresley', ['name'] = 'Gresley', ['brand'] = 'Bravado', ['price'] = 25000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'habanero', ['name'] = 'Habanero', ['brand'] = 'Emperor', ['price'] = 20000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'huntley', ['name'] = 'Huntley S', ['brand'] = 'Enus', ['price'] = 24500, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'landstalker', ['name'] = 'Landstalker', ['brand'] = 'Dundreary', ['price'] = 12000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'landstalker2', ['name'] = 'Landstalker XL', ['brand'] = 'Dundreary', ['price'] = 26000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'novak', ['name'] = 'Novak', ['brand'] = 'Lampadati', ['price'] = 70000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'patriot', ['name'] = 'Patriot', ['brand'] = 'Mammoth', ['price'] = 21000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'patriot2', ['name'] = 'Patriot Stretch', ['brand'] = 'Mammoth', ['price'] = 21000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'radi', ['name'] = 'Radius', ['brand'] = 'Vapid', ['price'] = 18000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'rebla', ['name'] = 'Rebla GTS', ['brand'] = 'Übermacht', ['price'] = 21000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'rocoto', ['name'] = 'Rocoto', ['brand'] = 'Obey', ['price'] = 13000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'seminole', ['name'] = 'Seminole', ['brand'] = 'Canis', ['price'] = 20000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'seminole2', ['name'] = 'Seminole Frontier', ['brand'] = 'Canis', ['price'] = 13000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'serrano', ['name'] = 'Serrano', ['brand'] = 'Benefactor', ['price'] = 48000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'toros', ['name'] = 'Toros', ['brand'] = 'Pegassi', ['price'] = 65000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'xls', ['name'] = 'XLS', ['brand'] = 'Benefactor', ['price'] = 17000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'granger2', ['name'] = 'Granger 3600LX', ['brand'] = 'Declasse', ['price'] = 221000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + {['model'] = 'patriot3', ['name'] = 'Patriot Military', ['brand'] = 'Mil-Spec', ['price'] = 270000, ['categoryLabel'] = 'SUVs', ['shop'] = 'pdm'}, + --- Coupes (3) + {['model'] = 'cogcabrio', ['name'] = 'Cognoscenti Cabrio', ['brand'] = 'Enus', ['price'] = 30000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'exemplar', ['name'] = 'Exemplar', ['brand'] = 'Dewbauchee', ['price'] = 40000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'f620', ['name'] = 'F620', ['brand'] = 'Ocelot', ['price'] = 32500, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'felon', ['name'] = 'Felon', ['brand'] = 'Lampadati', ['price'] = 31000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'felon2', ['name'] = 'Felon GT', ['brand'] = 'Lampadati', ['price'] = 37000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'jackal', ['name'] = 'Jackal', ['brand'] = 'Ocelot', ['price'] = 19000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'oracle2', ['name'] = 'Oracle XS', ['brand'] = 'Übermacht', ['price'] = 28000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'sentinel', ['name'] = 'Sentinel', ['brand'] = 'Übermacht', ['price'] = 30000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'sentinel2', ['name'] = 'Sentinel XS', ['brand'] = 'Übermacht', ['price'] = 33000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'windsor', ['name'] = 'Windsor', ['brand'] = 'Enus', ['price'] = 27000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'windsor2', ['name'] = 'Windsor Drop', ['brand'] = 'Enus', ['price'] = 34000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'zion', ['name'] = 'Zion', ['brand'] = 'Übermacht', ['price'] = 22000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'zion2', ['name'] = 'Zion Cabrio', ['brand'] = 'Übermacht', ['price'] = 28000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'previon', ['name'] = 'Previon', ['brand'] = 'Karin', ['price'] = 149000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'champion', ['name'] = 'Champion', ['brand'] = 'Dewbauchee', ['price'] = 205000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'futo', ['name'] = 'Futo', ['brand'] = 'Karin', ['price'] = 17500, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'sentinel3', ['name'] = 'Sentinel Classic', ['brand'] = 'Übermacht', ['price'] = 70000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'kanjosj', ['name'] = 'Kanjo SJ', ['brand'] = 'Dinka', ['price'] = 143000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'postlude', ['name'] = 'Postlude', ['brand'] = 'Dinka', ['price'] = 90000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'tahoma', ['name'] = 'Tahoma Coupe', ['brand'] = 'Declasse', ['price'] = 12000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + {['model'] = 'broadway', ['name'] = 'Broadway', ['brand'] = 'Classique', ['price'] = 20000, ['categoryLabel'] = 'Coupes', ['shop'] = 'pdm'}, + --- Muscle (4) + {['model'] = 'blade', ['name'] = 'Blade', ['brand'] = 'Vapid', ['price'] = 23500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'buccaneer', ['name'] = 'Buccaneer', ['brand'] = 'Albany', ['price'] = 22500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'buccaneer2', ['name'] = 'Buccaneer Rider', ['brand'] = 'Albany', ['price'] = 24500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'chino', ['name'] = 'Chino', ['brand'] = 'Vapid', ['price'] = 5000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'chino2', ['name'] = 'Chino Luxe', ['brand'] = 'Vapid', ['price'] = 8000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'clique', ['name'] = 'Clique', ['brand'] = 'Vapid', ['price'] = 20000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'coquette3', ['name'] = 'Coquette BlackFin', ['brand'] = 'Invetero', ['price'] = 180000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'deviant', ['name'] = 'Deviant', ['brand'] = 'Schyster', ['price'] = 70000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dominator', ['name'] = 'Dominator', ['brand'] = 'Vapid', ['price'] = 62500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dominator2', ['name'] = 'Pißwasser Dominator', ['brand'] = 'Vapid', ['price'] = 50000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dominator3', ['name'] = 'Dominator GTX', ['brand'] = 'Vapid', ['price'] = 70000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dominator4', ['name'] = 'Dominator Arena', ['brand'] = 'Vapid', ['price'] = 200000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dominator7', ['name'] = 'Dominator ASP', ['brand'] = 'Vapid', ['price'] = 110000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dominator8', ['name'] = 'Dominator GTT', ['brand'] = 'Vapid', ['price'] = 80000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dukes', ['name'] = 'Dukes', ['brand'] = 'Imponte', ['price'] = 23500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dukes2', ['name'] = 'Duke O\'Death', ['brand'] = 'Imponte', ['price'] = 60000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'dukes3', ['name'] = 'Beater Dukes', ['brand'] = 'Imponte', ['price'] = 45000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'faction', ['name'] = 'Faction', ['brand'] = 'Willard', ['price'] = 17000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'faction2', ['name'] = 'Faction Rider', ['brand'] = 'Willard', ['price'] = 19000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'faction3', ['name'] = 'Faction Custom Donk', ['brand'] = 'Willard', ['price'] = 35000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'ellie', ['name'] = 'Ellie', ['brand'] = 'Vapid', ['price'] = 42250, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'gauntlet', ['name'] = 'Gauntlet', ['brand'] = 'Bravado', ['price'] = 28500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'gauntlet2', ['name'] = 'Redwood Gauntlet', ['brand'] = 'Bravado', ['price'] = 70000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'gauntlet3', ['name'] = 'Classic Gauntlet', ['brand'] = 'Bravado', ['price'] = 75000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'gauntlet4', ['name'] = 'Gauntlet Hellfire', ['brand'] = 'Bravado', ['price'] = 80000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'gauntlet5', ['name'] = 'Gauntlet Classic Custom', ['brand'] = 'Bravado', ['price'] = 120000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'hermes', ['name'] = 'Hermes', ['brand'] = 'Albany', ['price'] = 535000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'hotknife', ['name'] = 'Hotknife', ['brand'] = 'Vapid', ['price'] = 90000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'hustler', ['name'] = 'Hustler', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'impaler', ['name'] = 'Impaler', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'impaler2', ['name'] = 'Impaler Arena', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'impaler3', ['name'] = 'Impaler Future Shock', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'impaler4', ['name'] = 'Impaler Nightmare', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'imperator', ['name'] = 'Imperator Arena', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'imperator2', ['name'] = 'imperator Future Shock', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'imperator3', ['name'] = 'Imperator Nightmare', ['brand'] = 'Vapid', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'lurcher', ['name'] = 'Lurcher', ['brand'] = 'Bravado', ['price'] = 21000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'nightshade', ['name'] = 'Nightshade', ['brand'] = 'Imponte', ['price'] = 70000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'phoenix', ['name'] = 'Phoenix', ['brand'] = 'Imponte', ['price'] = 65000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'picador', ['name'] = 'Picador', ['brand'] = 'Cheval', ['price'] = 20000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'ratloader2', ['name'] = 'Ratloader', ['brand'] = 'Ratloader2', ['price'] = 20000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'ruiner', ['name'] = 'Ruiner', ['brand'] = 'Imponte', ['price'] = 29000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'ruiner2', ['name'] = 'Ruiner 2000', ['brand'] = 'Imponte', ['price'] = 50000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'sabregt', ['name'] = 'Sabre GT Turbo', ['brand'] = 'Declasse', ['price'] = 23000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'sabregt2', ['name'] = 'Sabre GT Turbo Custom', ['brand'] = 'Declasse', ['price'] = 26500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'slamvan', ['name'] = 'Slam Van', ['brand'] = 'Vapid', ['price'] = 30000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'slamvan2', ['name'] = 'Lost Slam Van', ['brand'] = 'Vapid', ['price'] = 90000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'slamvan3', ['name'] = 'Slam Van Custom', ['brand'] = 'Vapid', ['price'] = 17000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'stalion', ['name'] = 'Stallion', ['brand'] = 'Declasse', ['price'] = 33000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'stalion2', ['name'] = 'Stallion Burgershot', ['brand'] = 'Declasse', ['price'] = 40000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'tampa', ['name'] = 'Tampa', ['brand'] = 'Declasse', ['price'] = 24500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'tulip', ['name'] = 'Tulip', ['brand'] = 'Declasse', ['price'] = 80000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'vamos', ['name'] = 'Vamos', ['brand'] = 'Declasse', ['price'] = 30000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'vigero', ['name'] = 'Vigero', ['brand'] = 'Declasse', ['price'] = 39500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'virgo', ['name'] = 'Virgo', ['brand'] = 'Albany', ['price'] = 22000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'virgo2', ['name'] = 'Virgo Custom Classic', ['brand'] = 'Dundreary', ['price'] = 21000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'virgo3', ['name'] = 'Virgo Classic', ['brand'] = 'Dundreary', ['price'] = 21000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'voodoo', ['name'] = 'Voodoo', ['brand'] = 'Declasse', ['price'] = 13000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'yosemite', ['name'] = 'Yosemite', ['brand'] = 'Declasse', ['price'] = 19500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'yosemite2', ['name'] = 'Yosemite Drift', ['brand'] = 'Declasse', ['price'] = 55000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'buffalo4', ['name'] = 'Buffalo STX', ['brand'] = 'Bravado', ['price'] = 345000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'manana', ['name'] = 'Manana', ['brand'] = 'Albany', ['price'] = 12800, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'manana2', ['name'] = 'Manana Custom', ['brand'] = 'Albany', ['price'] = 24000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'tampa2', ['name'] = 'Drift Tampa', ['brand'] = 'Declasse', ['price'] = 80000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'ruiner4', ['name'] = 'Ruiner ZZ-8', ['brand'] = 'Imponte', ['price'] = 85000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'vigero2', ['name'] = 'Vigero ZX', ['brand'] = 'Declasse', ['price'] = 105000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'weevil2', ['name'] = 'Weevil Custom', ['brand'] = 'BF', ['price'] = 95000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'buffalo5', ['name'] = 'Buffalo EVX', ['brand'] = 'Bravado', ['price'] = 214000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'tulip2', ['name'] = 'Tulip M-100', ['brand'] = 'Declasse', ['price'] = 80000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'clique2', ['name'] = 'Clique Wagon', ['brand'] = 'Vapid', ['price'] = 102500, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'brigham', ['name'] = 'Brigham', ['brand'] = 'Albany', ['price'] = 149900, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + {['model'] = 'greenwood', ['name'] = 'Greenwood', ['brand'] = 'Bravado', ['price'] = 105000, ['categoryLabel'] = 'Muscle', ['shop'] = 'pdm'}, + --- Sports Classic (5) + {['model'] = 'ardent', ['name'] = 'Ardent', ['brand'] = 'Ocelot', ['price'] = 30000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'btype', ['name'] = 'Roosevelt', ['brand'] = 'Albany', ['price'] = 75000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'btype2', ['name'] = 'Franken Stange', ['brand'] = 'Albany', ['price'] = 87000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'btype3', ['name'] = 'Roosevelt Valor', ['brand'] = 'Albany', ['price'] = 63000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'casco', ['name'] = 'Casco', ['brand'] = 'Lampadati', ['price'] = 100000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'deluxo', ['name'] = 'Deluxo', ['brand'] = 'Imponte', ['price'] = 55000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'dynasty', ['name'] = 'Dynasty', ['brand'] = 'Weeny', ['price'] = 25000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'fagaloa', ['name'] = 'Fagaloa', ['brand'] = 'Vulcar', ['price'] = 13000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'feltzer3', ['name'] = 'Stirling GT', ['brand'] = 'Benefactor', ['price'] = 115000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'gt500', ['name'] = 'GT500', ['brand'] = 'Grotti', ['price'] = 130000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'infernus2', ['name'] = 'Infernus Classic', ['brand'] = 'Pegassi', ['price'] = 245000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'jb700', ['name'] = 'JB 700', ['brand'] = 'Dewbauchee', ['price'] = 240000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'jb7002', ['name'] = 'JB 700W', ['brand'] = 'Dewbauchee', ['price'] = 40000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'mamba', ['name'] = 'Mamba', ['brand'] = 'Declasse', ['price'] = 140000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'michelli', ['name'] = 'Michelli GT', ['brand'] = 'Lampadati', ['price'] = 30000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'monroe', ['name'] = 'Monroe', ['brand'] = 'Pegassi', ['price'] = 115000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'nebula', ['name'] = 'Nebula', ['brand'] = 'Vulcar', ['price'] = 22000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'peyote', ['name'] = 'Peyote', ['brand'] = 'Vapid', ['price'] = 23500, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'peyote3', ['name'] = 'Peyote Custom', ['brand'] = 'Vapid', ['price'] = 48000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'pigalle', ['name'] = 'Pigalle', ['brand'] = 'Lampadati', ['price'] = 92000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'rapidgt3', ['name'] = 'Rapid GT Classic', ['brand'] = 'Dewbauchee', ['price'] = 90000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'retinue', ['name'] = 'Retinue', ['brand'] = 'Vapid', ['price'] = 32000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'retinue2', ['name'] = 'Retinue MKII', ['brand'] = 'Vapid', ['price'] = 38000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'savestra', ['name'] = 'Savestra', ['brand'] = 'Annis', ['price'] = 67000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'stinger', ['name'] = 'Stinger', ['brand'] = 'Grotti', ['price'] = 39500, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'stingergt', ['name'] = 'Stinger GT', ['brand'] = 'Grotti', ['price'] = 70000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'stromberg', ['name'] = 'Stromberg', ['brand'] = 'Ocelot', ['price'] = 80000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'swinger', ['name'] = 'Swinger', ['brand'] = 'Ocelot', ['price'] = 221000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'torero', ['name'] = 'Torero', ['brand'] = 'Pegassi', ['price'] = 84000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'tornado', ['name'] = 'Tornado', ['brand'] = 'Declasse', ['price'] = 21000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'tornado2', ['name'] = 'Tornado Convertible', ['brand'] = 'Declasse', ['price'] = 22000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'tornado5', ['name'] = 'Tornado Custom', ['brand'] = 'Declasse', ['price'] = 22000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'turismo2', ['name'] = 'Turismo Classic', ['brand'] = 'Grotti', ['price'] = 170000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'viseris', ['name'] = 'Viseris', ['brand'] = 'Lampadati', ['price'] = 210000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'z190', ['name'] = '190Z', ['brand'] = 'Karin', ['price'] = 78000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'ztype', ['name'] = 'Z-Type', ['brand'] = 'Truffade', ['price'] = 270000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'zion3', ['name'] = 'Zion Classic', ['brand'] = 'Übermacht', ['price'] = 45000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'cheburek', ['name'] = 'Cheburek', ['brand'] = 'Rune', ['price'] = 7000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'toreador', ['name'] = 'Toreador', ['brand'] = 'Pegassi', ['price'] = 50000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'peyote2', ['name'] = 'Peyote Gasser', ['brand'] = 'Vapid', ['price'] = 40000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + {['model'] = 'coquette2', ['name'] = 'Coquette Classic', ['brand'] = 'Invetero', ['price'] = 165000, ['categoryLabel'] = 'Sports Classics', ['shop'] = 'pdm'}, + --- Sports (6) + {['model'] = 'alpha', ['name'] = 'Alpha', ['brand'] = 'Albany', ['price'] = 53000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'banshee', ['name'] = 'Banshee', ['brand'] = 'Bravado', ['price'] = 56000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'bestiagts', ['name'] = 'Bestia GTS', ['brand'] = 'Grotti', ['price'] = 37000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'buffalo', ['name'] = 'Buffalo', ['brand'] = 'Bravado', ['price'] = 18750, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'buffalo2', ['name'] = 'Buffalo S', ['brand'] = 'Bravado', ['price'] = 24500, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'carbonizzare', ['name'] = 'Carbonizzare', ['brand'] = 'Grotti', ['price'] = 155000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'comet2', ['name'] = 'Comet', ['brand'] = 'Pfister', ['price'] = 130000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'comet3', ['name'] = 'Comet Retro Custom', ['brand'] = 'Pfister', ['price'] = 175000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'comet4', ['name'] = 'Comet Safari', ['brand'] = 'Pfister', ['price'] = 110000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'comet5', ['name'] = 'Comet SR', ['brand'] = 'Pfister', ['price'] = 155000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'coquette', ['name'] = 'Coquette', ['brand'] = 'Invetero', ['price'] = 145000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'coquette4', ['name'] = 'Coquette D10', ['brand'] = 'Invetero', ['price'] = 220000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'drafter', ['name'] = '8F Drafter', ['brand'] = 'Obey', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'elegy', ['name'] = 'Elegy Retro Custom', ['brand'] = 'Annis', ['price'] = 145000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'elegy2', ['name'] = 'Elegy RH8', ['brand'] = 'Annis', ['price'] = 150000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'feltzer2', ['name'] = 'Feltzer', ['brand'] = 'Benefactor', ['price'] = 97000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'flashgt', ['name'] = 'Flash GT', ['brand'] = 'Vapid', ['price'] = 48000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'furoregt', ['name'] = 'Furore GT', ['brand'] = 'Lampadati', ['price'] = 78000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'gb200', ['name'] = 'GB 200', ['brand'] = 'Vapid', ['price'] = 140000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'komoda', ['name'] = 'Komoda', ['brand'] = 'Lampadati', ['price'] = 55000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'imorgon', ['name'] = 'Imorgon', ['brand'] = 'Överflöd', ['price'] = 120000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'italigto', ['name'] = 'Itali GTO', ['brand'] = 'Progen', ['price'] = 260000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'jugular', ['name'] = 'Jugular', ['brand'] = 'Ocelot', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'jester', ['name'] = 'Jester', ['brand'] = 'Dinka', ['price'] = 132250, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'jester2', ['name'] = 'Jester Racecar', ['brand'] = 'Dinka', ['price'] = 210000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'jester3', ['name'] = 'Jester Classic', ['brand'] = 'Dinka', ['price'] = 85000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'khamelion', ['name'] = 'Khamelion', ['brand'] = 'Hijak', ['price'] = 90000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'kuruma', ['name'] = 'Kuruma', ['brand'] = 'Karin', ['price'] = 72000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'kuruma2', ['name'] = 'kuruma2', ['brand'] = 'Karin2', ['price'] = 72000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'locust', ['name'] = 'Locust', ['brand'] = 'Ocelot', ['price'] = 200000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'lynx', ['name'] = 'Lynx', ['brand'] = 'Ocelot', ['price'] = 150000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'massacro', ['name'] = 'Massacro', ['brand'] = 'Dewbauchee', ['price'] = 110000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'massacro2', ['name'] = 'Massacro Racecar', ['brand'] = 'Dewbauchee', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'neo', ['name'] = 'Neo', ['brand'] = 'Vysser', ['price'] = 230000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'neon', ['name'] = 'Neon', ['brand'] = 'Pfister', ['price'] = 220000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'ninef', ['name'] = '9F', ['brand'] = 'Obey', ['price'] = 95000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'ninef2', ['name'] = '9F Cabrio', ['brand'] = 'Obey', ['price'] = 105000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'omnis', ['name'] = 'Omnis', ['brand'] = 'Wow', ['price'] = 90000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'paragon', ['name'] = 'Paragon', ['brand'] = 'Enus', ['price'] = 60000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'pariah', ['name'] = 'Pariah', ['brand'] = 'Ocelot', ['price'] = 90000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'penumbra', ['name'] = 'Penumbra', ['brand'] = 'Maibatsu', ['price'] = 22000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'penumbra2', ['name'] = 'Penumbra FF', ['brand'] = 'Maibatsu', ['price'] = 30000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'rapidgt', ['name'] = 'Rapid GT', ['brand'] = 'Dewbauchee', ['price'] = 86000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'rapidgt2', ['name'] = 'Rapid GT Convertible', ['brand'] = 'Dewbauchee', ['price'] = 92000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'raptor', ['name'] = 'Raptor', ['brand'] = 'BF', ['price'] = 90000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'revolter', ['name'] = 'Revolter', ['brand'] = 'Übermacht', ['price'] = 95000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'ruston', ['name'] = 'Ruston', ['brand'] = 'Hijak', ['price'] = 130000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'schafter3', ['name'] = 'Schafter V12', ['brand'] = 'Benefactor', ['price'] = 35000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'schafter4', ['name'] = 'Schafter LWB', ['brand'] = 'Benefactor', ['price'] = 21000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'schlagen', ['name'] = 'Schlagen GT', ['brand'] = 'Benefactor', ['price'] = 160000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'schwarzer', ['name'] = 'Schwartzer', ['brand'] = 'Benefactor', ['price'] = 47000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'seven70', ['name'] = 'Seven-70', ['brand'] = 'Dewbauchee', ['price'] = 140000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'specter', ['name'] = 'Specter', ['brand'] = 'Dewbauchee', ['price'] = 160000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'streiter', ['name'] = 'Streiter', ['brand'] = 'Benefactor', ['price'] = 40000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'sugoi', ['name'] = 'Sugoi', ['brand'] = 'Dinka', ['price'] = 85000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'sultan', ['name'] = 'Sultan', ['brand'] = 'Karin', ['price'] = 50000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'sultan2', ['name'] = 'Sultan Custom', ['brand'] = 'Karin', ['price'] = 55000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'surano', ['name'] = 'Surano', ['brand'] = 'Benefactor', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'tropos', ['name'] = 'Tropos Rallye', ['brand'] = 'Lampadati', ['price'] = 65000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'verlierer2', ['name'] = 'Verlierer', ['brand'] = 'Bravado', ['price'] = 90500, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'vstr', ['name'] = 'V-STR', ['brand'] = 'Albany', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'italirsx', ['name'] = 'Itali RSX', ['brand'] = 'Progen', ['price'] = 260000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'zr350', ['name'] = 'ZR350', ['brand'] = 'Annis', ['price'] = 38000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'calico', ['name'] = 'Calico GTF', ['brand'] = 'Karin', ['price'] = 39000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'futo2', ['name'] = 'Futo GTX', ['brand'] = 'Karin', ['price'] = 39000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'euros', ['name'] = 'Euros', ['brand'] = 'Annis', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'jester4', ['name'] = 'Jester RR', ['brand'] = 'Dinka', ['price'] = 240000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'remus', ['name'] = 'Remus', ['brand'] = 'Annis', ['price'] = 48000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'comet6', ['name'] = 'Comet S2', ['brand'] = 'Pfister', ['price'] = 230000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'growler', ['name'] = 'Growler', ['brand'] = 'Pfister', ['price'] = 205000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'vectre', ['name'] = 'Vectre', ['brand'] = 'Emperor', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'cypher', ['name'] = 'Cypher', ['brand'] = 'Übermacht', ['price'] = 155000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'sultan3', ['name'] = 'Sultan Classic Custom', ['brand'] = 'Karin', ['price'] = 56000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'rt3000', ['name'] = 'RT3000', ['brand'] = 'Dinka', ['price'] = 65000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'sultanrs', ['name'] = 'Sultan RS', ['brand'] = 'Karin', ['price'] = 76500, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'visione', ['name'] = 'Visione', ['brand'] = 'Grotti', ['price'] = 750000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'cheetah2', ['name'] = 'Cheetah Classic', ['brand'] = 'Grotti', ['price'] = 195000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'stingertt', ['name'] = 'Itali GTO Stinger TT', ['brand'] = 'Maibatsu', ['price'] = 238000, ['categoryLabel'] = 'Sports', ['shop'] = 'pdm'}, + {['model'] = 'omnisegt', ['name'] = 'Omnis e-GT', ['brand'] = 'Obey', ['price'] = 185000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'sentinel4', ['name'] = 'Sentinel Classic Widebody', ['brand'] = 'Übermacht', ['price'] = 140000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'sm722', ['name'] = 'SM722', ['brand'] = 'Benefactor', ['price'] = 125000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'tenf', ['name'] = '10F', ['brand'] = 'Obey', ['price'] = 185000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'tenf2', ['name'] = '10F Widebody', ['brand'] = 'Obey', ['price'] = 215000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'everon2', ['name'] = 'Everon Hotring', ['brand'] = 'Karin', ['price'] = 80000, ['categoryLabel'] = 'Sports', ['shop'] = 'pdm'}, + {['model'] = 'issi8', ['name'] = 'Issi Rally', ['brand'] = 'Weeny', ['price'] = 10000, ['categoryLabel'] = 'Sports', ['shop'] = 'pdm'}, + {['model'] = 'corsita', ['name'] = 'Corsita', ['brand'] = 'Lampadati', ['price'] = 90000, ['categoryLabel'] = 'Sports', ['shop'] = 'luxury'}, + {['model'] = 'gauntlet6', ['name'] = 'Hotring Hellfire', ['brand'] = 'Bravado', ['price'] = 181000, ['categoryLabel'] = 'Sports', ['shop'] = 'pdm'}, + {['model'] = 'coureur', ['name'] = 'La Coureuse', ['brand'] = 'Penaud', ['price'] = 199000, ['categoryLabel'] = 'Sports', ['shop'] = 'pdm'}, + {['model'] = 'r300', ['name'] = '300R', ['brand'] = 'Annis', ['price'] = 56000, ['categoryLabel'] = 'Sports', ['shop'] = 'pdm'}, + {['model'] = 'panthere', ['name'] = 'Panthere', ['brand'] = 'Toundra', ['price'] = 55000, ['categoryLabel'] = 'Sports', ['shop'] = 'pdm'}, + --- Super (7) + {['model'] = 'adder', ['name'] = 'Adder', ['brand'] = 'Truffade', ['price'] = 280000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'autarch', ['name'] = 'Autarch', ['brand'] = 'Överflöd', ['price'] = 224000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'banshee2', ['name'] = 'Banshee 900R', ['brand'] = 'Bravado', ['price'] = 120000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'bullet', ['name'] = 'Bullet', ['brand'] = 'Vapid', ['price'] = 120000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'cheetah', ['name'] = 'Cheetah', ['brand'] = 'Grotti', ['price'] = 214000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'cyclone', ['name'] = 'Cyclone', ['brand'] = 'Coil', ['price'] = 300000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'entity2', ['name'] = 'Entity XXR', ['brand'] = 'Överflöd', ['price'] = 164000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'entityxf', ['name'] = 'Entity XF', ['brand'] = 'Överflöd', ['price'] = 180000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'emerus', ['name'] = 'Emerus', ['brand'] = 'Progen', ['price'] = 220000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'fmj', ['name'] = 'FMJ', ['brand'] = 'Vapid', ['price'] = 125000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'furia', ['name'] = 'Furia', ['brand'] = 'Grotti', ['price'] = 230000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'gp1', ['name'] = 'GP1', ['brand'] = 'Progen', ['price'] = 110000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'infernus', ['name'] = 'Infernus', ['brand'] = 'Pegassi', ['price'] = 235000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'italigtb', ['name'] = 'Itali GTB', ['brand'] = 'Progen', ['price'] = 170000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'italigtb2', ['name'] = 'Itali GTB Custom', ['brand'] = 'Progen', ['price'] = 250000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'krieger', ['name'] = 'Krieger', ['brand'] = 'Benefactor', ['price'] = 222000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'le7b', ['name'] = 'RE-7B', ['brand'] = 'Annis', ['price'] = 260000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'nero', ['name'] = 'Nero', ['brand'] = 'Truffade', ['price'] = 200000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'nero2', ['name'] = 'Nero Custom', ['brand'] = 'Truffade', ['price'] = 260000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'osiris', ['name'] = 'Osiris', ['brand'] = 'Pegassi', ['price'] = 220000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'penetrator', ['name'] = 'Penetrator', ['brand'] = 'Ocelot', ['price'] = 130000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'pfister811', ['name'] = '811', ['brand'] = 'Pfister', ['price'] = 220000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'prototipo', ['name'] = 'X80 Proto', ['brand'] = 'Grotti', ['price'] = 235000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'reaper', ['name'] = 'Reaper', ['brand'] = 'Pegassi', ['price'] = 100000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 's80', ['name'] = 'S80RR', ['brand'] = 'Annis', ['price'] = 205000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'sc1', ['name'] = 'SC1', ['brand'] = 'Übermacht', ['price'] = 90000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'sheava', ['name'] = 'ETR1', ['brand'] = 'Emperor', ['price'] = 220000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 't20', ['name'] = 'T20', ['brand'] = 'Progen', ['price'] = 1650000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'taipan', ['name'] = 'Taipan', ['brand'] = 'Cheval', ['price'] = 1850000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'tempesta', ['name'] = 'Tempesta', ['brand'] = 'Pegassi', ['price'] = 120000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'tezeract', ['name'] = 'Tezeract', ['brand'] = 'Pegassi', ['price'] = 220000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'thrax', ['name'] = 'Thrax', ['brand'] = 'Truffade', ['price'] = 180000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'tigon', ['name'] = 'Tigon', ['brand'] = 'Lampadati', ['price'] = 240000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'turismor', ['name'] = 'Turismo R', ['brand'] = 'Grotti', ['price'] = 140000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'tyrant', ['name'] = 'Tyrant', ['brand'] = 'Överflöd', ['price'] = 2100000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'tyrus', ['name'] = 'Tyrus', ['brand'] = 'Progen', ['price'] = 230000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'vacca', ['name'] = 'Vacca', ['brand'] = 'Pegassi', ['price'] = 105000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'vagner', ['name'] = 'Vagner', ['brand'] = 'Dewbauchee', ['price'] = 1660000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'voltic', ['name'] = 'Voltic', ['brand'] = 'Coil', ['price'] = 120000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'voltic2', ['name'] = 'Rocket Voltic', ['brand'] = 'Coil', ['price'] = 9830400, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'xa21', ['name'] = 'XA-21', ['brand'] = 'Ocelot', ['price'] = 180000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'zentorno', ['name'] = 'Zentorno', ['brand'] = 'Pegassi', ['price'] = 340000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'zorrusso', ['name'] = 'Zorrusso', ['brand'] = 'Pegassi', ['price'] = 277000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'ignus', ['name'] = 'Ignus', ['brand'] = 'Pegassi', ['price'] = 1120000, ['categoryLabel'] = 'Super', ['shop'] = 'pdm'}, + {['model'] = 'zeno', ['name'] = 'Zeno', ['brand'] = 'Överflöd', ['price'] = 1350000, ['categoryLabel'] = 'Super', ['shop'] = 'pdm'}, + {['model'] = 'deveste', ['name'] = 'Deveste', ['brand'] = 'Principe', ['price'] = 234000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'lm87', ['name'] = 'LM87', ['brand'] = 'Benefactor', ['price'] = 155000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'torero2', ['name'] = 'Torero XO', ['brand'] = 'Pegassi', ['price'] = 245000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'entity3', ['name'] = 'Entity MT', ['brand'] = 'Overflod', ['price'] = 200000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + {['model'] = 'virtue', ['name'] = 'Virtue', ['brand'] = 'Ocelot', ['price'] = 72000, ['categoryLabel'] = 'Super', ['shop'] = 'luxury'}, + --- Motorcycles (8) + {['model'] = 'akuma', ['name'] = 'Akuma', ['brand'] = 'Dinka', ['price'] = 55000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'avarus', ['name'] = 'Avarus', ['brand'] = 'LCC', ['price'] = 20000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'bagger', ['name'] = 'Bagger', ['brand'] = 'WMC', ['price'] = 13500, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'bati', ['name'] = 'Bati 801', ['brand'] = 'Pegassi', ['price'] = 24000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'bati2', ['name'] = 'Bati 801RR', ['brand'] = 'Pegassi', ['price'] = 19000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'bf400', ['name'] = 'BF400', ['brand'] = 'Nagasaki', ['price'] = 22000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'carbonrs', ['name'] = 'Carbon RS', ['brand'] = 'Nagasaki', ['price'] = 22000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'chimera', ['name'] = 'Chimera', ['brand'] = 'Nagasaki', ['price'] = 21000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'cliffhanger', ['name'] = 'Cliffhanger', ['brand'] = 'Western', ['price'] = 28500, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'daemon', ['name'] = 'Daemon', ['brand'] = 'WMC', ['price'] = 14000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'daemon2', ['name'] = 'Daemon Custom', ['brand'] = 'Western', ['price'] = 23000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'defiler', ['name'] = 'Defiler', ['brand'] = 'Shitzu', ['price'] = 30000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'deathbike', ['name'] = 'Deathbike Apocalypse', ['brand'] = 'Deathbike', ['price'] = 30000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'deathbike2', ['name'] = 'Deathbike Future Shock', ['brand'] = 'Deathbike', ['price'] = 30000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'deathbike3', ['name'] = 'Deathbike Nightmare', ['brand'] = 'Deathbike', ['price'] = 30000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'diablous', ['name'] = 'Diablous', ['brand'] = 'Principe', ['price'] = 30000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'diablous2', ['name'] = 'Diablous Custom', ['brand'] = 'Principe', ['price'] = 38000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'double', ['name'] = 'Double-T', ['brand'] = 'Dinka', ['price'] = 28000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'enduro', ['name'] = 'Enduro', ['brand'] = 'Dinka', ['price'] = 5500, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'esskey', ['name'] = 'Esskey', ['brand'] = 'Pegassi', ['price'] = 12000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'faggio', ['name'] = 'Faggio Sport', ['brand'] = 'Pegassi', ['price'] = 2000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'faggio2', ['name'] = 'Faggio', ['brand'] = 'Pegassi', ['price'] = 1900, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'faggio3', ['name'] = 'Faggio Mod', ['brand'] = 'Pegassi', ['price'] = 2500, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'fcr', ['name'] = 'FCR 1000', ['brand'] = 'Pegassi', ['price'] = 5000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'fcr2', ['name'] = 'FCR 1000 Custom', ['brand'] = 'Pegassi', ['price'] = 19000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'gargoyle', ['name'] = 'Gargoyle', ['brand'] = 'Western', ['price'] = 32000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'hakuchou', ['name'] = 'Hakuchou', ['brand'] = 'Shitzu', ['price'] = 17000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'hakuchou2', ['name'] = 'Hakuchou Drag', ['brand'] = 'Shitzu', ['price'] = 45000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'hexer', ['name'] = 'Hexer', ['brand'] = 'LCC', ['price'] = 16000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'innovation', ['name'] = 'Innovation', ['brand'] = 'LLC', ['price'] = 33500, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'lectro', ['name'] = 'Lectro', ['brand'] = 'Principe', ['price'] = 28000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'manchez', ['name'] = 'Manchez', ['brand'] = 'Maibatsu', ['price'] = 8300, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'nemesis', ['name'] = 'Nemesis', ['brand'] = 'Principe', ['price'] = 20000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'nightblade', ['name'] = 'Nightblade', ['brand'] = 'WMC', ['price'] = 23000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'oppressor', ['name'] = 'Oppressor', ['brand'] = 'Pegassi', ['price'] = 9999999, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'luxury'}, + {['model'] = 'pcj', ['name'] = 'PCJ-600', ['brand'] = 'Shitzu', ['price'] = 15000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'ratbike', ['name'] = 'Rat Bike', ['brand'] = 'Western', ['price'] = 3000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'ruffian', ['name'] = 'Ruffian', ['brand'] = 'Pegassi', ['price'] = 25000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'sanchez', ['name'] = 'Sanchez Livery', ['brand'] = 'Maibatsu', ['price'] = 5300, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'sanchez2', ['name'] = 'Sanchez', ['brand'] = 'Maibatsu', ['price'] = 5300, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'sanctus', ['name'] = 'Sanctus', ['brand'] = 'LCC', ['price'] = 35000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'shotaro', ['name'] = 'Shotaro', ['brand'] = 'Nagasaki', ['price'] = 320000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'sovereign', ['name'] = 'Sovereign', ['brand'] = 'WMC', ['price'] = 8000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'stryder', ['name'] = 'Stryder', ['brand'] = 'Nagasaki', ['price'] = 50000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'thrust', ['name'] = 'Thrust', ['brand'] = 'Dinka', ['price'] = 22000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'vader', ['name'] = 'Vader', ['brand'] = 'Shitzu', ['price'] = 7200, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'vindicator', ['name'] = 'Vindicator', ['brand'] = 'Dinka', ['price'] = 19000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'vortex', ['name'] = 'Vortex', ['brand'] = 'Pegassi', ['price'] = 31000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'wolfsbane', ['name'] = 'Wolfsbane', ['brand'] = 'Western', ['price'] = 14000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'zombiea', ['name'] = 'Zombie Bobber', ['brand'] = 'Western', ['price'] = 28000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'zombieb', ['name'] = 'Zombie Chopper', ['brand'] = 'Western', ['price'] = 27000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'manchez2', ['name'] = 'Manchez Scout', ['brand'] = 'Maibatsu', ['price'] = 14000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'shinobi', ['name'] = 'Shinobi', ['brand'] = 'Nagasaki', ['price'] = 25000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'reever', ['name'] = 'Reever', ['brand'] = 'Western', ['price'] = 25000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'manchez3', ['name'] = 'Manchez Scout Classic', ['brand'] = 'Maibatsu', ['price'] = 15000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + {['model'] = 'powersurge', ['name'] = 'Powersurge', ['brand'] = 'Western', ['price'] = 7000, ['categoryLabel'] = 'Motorcycles', ['shop'] = 'pdm'}, + --- Off-Road (9) + {['model'] = 'bfinjection', ['name'] = 'Bf Injection', ['brand'] = 'Annis', ['price'] = 9000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'bifta', ['name'] = 'Bifta', ['brand'] = 'Annis', ['price'] = 15500, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'blazer', ['name'] = 'Blazer', ['brand'] = 'Annis', ['price'] = 7500, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'blazer2', ['name'] = 'Blazer Lifeguard', ['brand'] = 'Nagasaki', ['price'] = 7000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'blazer3', ['name'] = 'Blazer Hot Rod', ['brand'] = 'Nagasaki', ['price'] = 7000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'blazer4', ['name'] = 'Blazer Sport', ['brand'] = 'Annis', ['price'] = 9250, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'blazer5', ['name'] = 'Blazer Aqua', ['brand'] = 'Nagasaki', ['price'] = 40000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'brawler', ['name'] = 'Brawler', ['brand'] = 'Annis', ['price'] = 40000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'caracara', ['name'] = 'Caracara', ['brand'] = 'Vapid', ['price'] = 60000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'caracara2', ['name'] = 'Caracara 4x4', ['brand'] = 'Vapid', ['price'] = 80000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'dubsta3', ['name'] = 'Dubsta 6x6', ['brand'] = 'Annis', ['price'] = 34000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'dune', ['name'] = 'Dune Buggy', ['brand'] = 'Annis', ['price'] = 14000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'everon', ['name'] = 'Everon', ['brand'] = 'Karin', ['price'] = 60000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'freecrawler', ['name'] = 'Freecrawler', ['brand'] = 'Canis', ['price'] = 24000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'hellion', ['name'] = 'Hellion', ['brand'] = 'Annis', ['price'] = 38000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'kalahari', ['name'] = 'Kalahari', ['brand'] = 'Canis', ['price'] = 14000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'kamacho', ['name'] = 'Kamacho', ['brand'] = 'Canis', ['price'] = 50000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'mesa3', ['name'] = 'Mesa Merryweather', ['brand'] = 'Canis', ['price'] = 400000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'outlaw', ['name'] = 'Outlaw', ['brand'] = 'Nagasaki', ['price'] = 15000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'rancherxl', ['name'] = 'Rancher XL', ['brand'] = 'Declasse', ['price'] = 24000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'rebel2', ['name'] = 'Rebel', ['brand'] = 'Vapid', ['price'] = 20000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'riata', ['name'] = 'Riata', ['brand'] = 'Vapid', ['price'] = 380000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'sandking', ['name'] = 'Sandking XL', ['brand'] = 'Vapid', ['price'] = 25000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'sandking2', ['name'] = 'Sandking SWB', ['brand'] = 'Vapid', ['price'] = 38000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'trophytruck', ['name'] = 'Trophy Truck', ['brand'] = 'Vapid', ['price'] = 60000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'trophytruck2', ['name'] = 'Desert Raid', ['brand'] = 'Vapid', ['price'] = 80000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'vagrant', ['name'] = 'Vagrant', ['brand'] = 'Maxwell', ['price'] = 50000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'verus', ['name'] = 'Verus', ['brand'] = 'Dinka', ['price'] = 20000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'winky', ['name'] = 'Winky', ['brand'] = 'Vapid', ['price'] = 10000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'yosemite3', ['name'] = 'Yosemite Rancher', ['brand'] = 'Declasse', ['price'] = 425000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'mesa', ['name'] = 'Mesa', ['brand'] = 'Canis', ['price'] = 12000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'ratel', ['name'] = 'Ratel', ['brand'] = 'Vapid', ['price'] = 199000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'l35', ['name'] = 'Walton L35', ['brand'] = 'Declasse', ['price'] = 167000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'monstrociti', ['name'] = 'MonstroCiti', ['brand'] = 'Maibatsu', ['price'] = 48000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + {['model'] = 'draugur', ['name'] = 'Draugur', ['brand'] = 'Declasse', ['price'] = 99000, ['categoryLabel'] = 'Off Road', ['shop'] = 'pdm'}, + --- Industrial (10) + {['model'] = 'guardian', ['name'] = 'Guardian', ['brand'] = 'Vapid', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'mixer2', ['name'] = 'Mixer II', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'tiptruck2', ['name'] = 'Tipper II', ['brand'] = 'Brute', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'tiptruck', ['name'] = 'Tipper', ['brand'] = 'Brute', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'rubble', ['name'] = 'Rubble', ['brand'] = 'Jobuilt', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'mixer', ['name'] = 'Mixer', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'flatbed', ['name'] = 'Flatbed Truck', ['brand'] = 'MTL', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'dump', ['name'] = 'Dump Truck', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'bulldozer', ['name'] = 'Dozer', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'handler', ['name'] = 'Dock Handler', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + {['model'] = 'cutter', ['name'] = 'Cutter', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Industrial', ['shop'] = 'truck'}, + --- Utility (11) + {['model'] = 'slamtruck', ['name'] = 'Slam Truck', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'caddy3', ['name'] = 'Caddy (Bunker)', ['brand'] = 'Nagasaki', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'caddy2', ['name'] = 'Caddy (Civilian)', ['brand'] = 'Nagasaki', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'caddy3', ['name'] = 'Caddy (Golf)', ['brand'] = 'Nagasaki', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'utillitruck', ['name'] = 'Utility Truck (Cherry Picker)', ['brand'] = 'Brute', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'utillitruck2', ['name'] = 'Utility Truck (Van)', ['brand'] = 'Brute', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'utillitruck3', ['name'] = 'Utility Truck (Contender)', ['brand'] = 'Vapid', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'tractor', ['name'] = 'Tractor', ['brand'] = 'Stanley', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'tractor2', ['name'] = 'Fieldmaster', ['brand'] = 'Stanley', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'tractor3', ['name'] = 'Fieldmaster', ['brand'] = 'Stanley', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'towtruck', ['name'] = 'Tow Truck (Large)', ['brand'] = 'Vapid', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'towtruck2', ['name'] = 'Tow Truck (Small)', ['brand'] = 'Vapid', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'scrap', ['name'] = 'Scrap Truck', ['brand'] = 'Vapid', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'sadler', ['name'] = 'Sadler', ['brand'] = 'Vapid', ['price'] = 20000, ['categoryLabel'] = 'Utility', ['shop'] = 'pdm'}, + {['model'] = 'ripley', ['name'] = 'Ripley', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'mower', ['name'] = 'Lawn Mower', ['brand'] = 'Jacksheepe', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'forklift', ['name'] = 'Forklift', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'docktug', ['name'] = 'Docktug', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + {['model'] = 'airtug', ['name'] = 'Airtug', ['brand'] = 'HVY', ['price'] = 30000, ['categoryLabel'] = 'Utility', ['shop'] = 'truck'}, + --- Vans (12) + {['model'] = 'bison', ['name'] = 'Bison', ['brand'] = 'Bravado', ['price'] = 18000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'bobcatxl', ['name'] = 'Bobcat XL Open', ['brand'] = 'Vapid', ['price'] = 13500, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'burrito3', ['name'] = 'Burrito', ['brand'] = 'Declasse', ['price'] = 4000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'gburrito2', ['name'] = 'Burrito Custom', ['brand'] = 'Declasse', ['price'] = 11500, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'rumpo', ['name'] = 'Rumpo', ['brand'] = 'Bravado', ['price'] = 9000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'journey', ['name'] = 'Journey', ['brand'] = 'Zirconium', ['price'] = 6500, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'minivan', ['name'] = 'Minivan', ['brand'] = 'Vapid', ['price'] = 7000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'minivan2', ['name'] = 'Minivan Custom', ['brand'] = 'Vapid', ['price'] = 10000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'paradise', ['name'] = 'Paradise', ['brand'] = 'Bravado', ['price'] = 9000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'rumpo3', ['name'] = 'Rumpo Custom', ['brand'] = 'Bravado', ['price'] = 19500, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'speedo', ['name'] = 'Speedo', ['brand'] = 'Vapid', ['price'] = 10000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'speedo4', ['name'] = 'Speedo Custom', ['brand'] = 'Vapid', ['price'] = 15000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'surfer', ['name'] = 'Surfer', ['brand'] = 'BF', ['price'] = 9000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'youga3', ['name'] = 'Youga Classic 4x4', ['brand'] = 'Bravado', ['price'] = 15000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'youga', ['name'] = 'Youga', ['brand'] = 'Bravado', ['price'] = 8000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'youga2', ['name'] = 'Youga Classic', ['brand'] = 'Bravado', ['price'] = 14500, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'youga4', ['name'] = 'Youga Custom', ['brand'] = 'Bravado', ['price'] = 85000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'moonbeam', ['name'] = 'Moonbeam', ['brand'] = 'Declasse', ['price'] = 13000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'moonbeam2', ['name'] = 'Moonbeam Custom', ['brand'] = 'Declasse', ['price'] = 15000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'boxville', ['name'] = 'Boxville LSDWP', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'truck'}, + {['model'] = 'boxville2', ['name'] = 'Boxville Go Postal', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'truck'}, + {['model'] = 'boxville3', ['name'] = 'Boxville Humane Labs', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'truck'}, + {['model'] = 'boxville4', ['name'] = 'Boxville Post OP', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'truck'}, + {['model'] = 'boxville5', ['name'] = 'Armored Boxville', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'none'}, + {['model'] = 'pony', ['name'] = 'Pony', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'truck'}, + {['model'] = 'pony2', ['name'] = 'Pony (Smoke on the water)', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'truck'}, + {['model'] = 'journey2', ['name'] = 'Journey II', ['brand'] = 'Zirconium', ['price'] = 7000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'surfer3', ['name'] = 'Surfer Custom', ['brand'] = 'BF', ['price'] = 15000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'speedo5', ['name'] = 'Speedo Custom', ['brand'] = 'Vapid', ['price'] = 238000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'mule2', ['name'] = 'Mule', ['brand'] = 'Maibatsu', ['price'] = 40000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'mule3', ['name'] = 'Mule', ['brand'] = 'Maibatsu', ['price'] = 40000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + {['model'] = 'taco', ['name'] = 'Taco Truck', ['brand'] = 'Brute', ['price'] = 45000, ['categoryLabel'] = 'Vans', ['shop'] = 'pdm'}, + --- Cycles (13) + {['model'] = 'bmx', ['name'] = 'BMX', ['brand'] = 'Bike', ['price'] = 160, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'cruiser', ['name'] = 'Cruiser', ['brand'] = 'Bike', ['price'] = 510, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'fixter', ['name'] = 'Fixter', ['brand'] = 'Bike', ['price'] = 225, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'scorcher', ['name'] = 'Scorcher', ['brand'] = 'Bike', ['price'] = 280, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'tribike', ['name'] = 'Whippet Race Bike', ['brand'] = 'Bike', ['price'] = 500, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'tribike2', ['name'] = 'Endurex Race Bike', ['brand'] = 'Bike', ['price'] = 700, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'tribike3', ['name'] = 'Tri-Cycles Race Bike', ['brand'] = 'Bike', ['price'] = 520, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'inductor', ['name'] = 'Inductor', ['brand'] = 'Coil', ['price'] = 5000, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + {['model'] = 'inductor2', ['name'] = 'Junk Energy Inductor', ['brand'] = 'Coil', ['price'] = 5000, ['categoryLabel'] = 'Cycles', ['shop'] = 'pdm'}, + --- Boats (14) + {['model'] = 'dinghy4', ['name'] = 'Weaponized Dinghy', ['brand'] = 'Nagasaki', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'none'}, + {['model'] = 'avisa', ['name'] = 'Avisa', ['brand'] = 'Kraken Subs', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'none'}, + {['model'] = 'patrolboat', ['name'] = 'Kurtz 31 Patrol Boat', ['brand'] = 'Unknown', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'none'}, + {['model'] = 'longfin', ['name'] = 'Longfin', ['brand'] = 'Shitzu', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'tug', ['name'] = 'Tug', ['brand'] = 'Buckingham', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'none'}, + {['model'] = 'toro', ['name'] = 'Toro', ['brand'] = 'Lampadati', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'toro2', ['name'] = 'Toro Yacht', ['brand'] = 'Lampadati', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'submersible2', ['name'] = 'Kraken', ['brand'] = 'Kraken Subs', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'none'}, + {['model'] = 'speeder', ['name'] = 'Speeder', ['brand'] = 'Pegassi', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'speeder2', ['name'] = 'Speeder Yacht', ['brand'] = 'Pegassi', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'tropic', ['name'] = 'Tropic', ['brand'] = 'Shitzu', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'tropic2', ['name'] = 'Tropic Yacht', ['brand'] = 'Shitzu', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'suntrap', ['name'] = 'Suntrap', ['brand'] = 'Shitzu', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'submersible', ['name'] = 'Submersible', ['brand'] = 'Kraken Subs', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'none'}, + {['model'] = 'squalo', ['name'] = 'Squalo', ['brand'] = 'Shitzu', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'seashark', ['name'] = 'Seashark', ['brand'] = 'Speedophile', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'seashark3', ['name'] = 'Seashark Yacht', ['brand'] = 'Speedophile', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'marquis', ['name'] = 'Marquis', ['brand'] = 'Dinka', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'jetmax', ['name'] = 'Jetmax', ['brand'] = 'Shitzu', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'dinghy', ['name'] = 'Dinghy 2-Seater', ['brand'] = 'Nagasaki', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'dinghy2', ['name'] = 'Dinghy 4-Seater', ['brand'] = 'Nagasaki', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'dinghy3', ['name'] = 'Dinghy (Heist)', ['brand'] = 'Nagasaki', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + {['model'] = 'dinghy4', ['name'] = 'Dinghy Yacht', ['brand'] = 'Nagasaki', ['price'] = 40000, ['categoryLabel'] = 'Boats', ['shop'] = 'boats'}, + --- Helicopters (15) + {['model'] = 'conada2', ['name'] = 'Weaponized Conada', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'conada', ['name'] = 'Conada', ['brand'] = 'Buckingham', ['price'] = 115000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'seasparrow2', ['name'] = 'Sparrow', ['brand'] = 'Unknown', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'annihilator2', ['name'] = 'Annihilator Stealth', ['brand'] = 'Western Company', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'seasparrow', ['name'] = 'Sea Sparrow', ['brand'] = 'Unknown', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'akula', ['name'] = 'Akula', ['brand'] = 'Unknown', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'hunter', ['name'] = 'FH-1 Hunter', ['brand'] = 'Unknown', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'havok', ['name'] = 'Havok', ['brand'] = 'Nagasaki', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'volatus', ['name'] = 'Volatus', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'supervolito2', ['name'] = 'SuperVolito Carbon', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'supervolito', ['name'] = 'SuperVolito', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'swift2', ['name'] = 'Swift Deluxe', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'valkyrie', ['name'] = 'Valkyrie', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'savage', ['name'] = 'Savage', ['brand'] = 'Unknown', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'swift', ['name'] = 'Swift', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'annihilator', ['name'] = 'Annihilator', ['brand'] = 'Western Company', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'cargobob2', ['name'] = 'Cargobob Jetsam', ['brand'] = 'Western Company', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'skylift', ['name'] = 'Skylift', ['brand'] = 'HVY', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'maverick', ['name'] = 'Maverick', ['brand'] = 'Buckingham', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'frogger', ['name'] = 'Frogger', ['brand'] = 'Maibatsu', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'frogger2', ['name'] = 'Frogger', ['brand'] = 'Maibatsu', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'air'}, + {['model'] = 'cargobob', ['name'] = 'Cargobob', ['brand'] = 'Western Company', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'cargobob3', ['name'] = 'Cargobob', ['brand'] = 'Western Company', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'seasparrow3', ['name'] = 'Sparrow (Prop)', ['brand'] = 'Unknown', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'buzzard', ['name'] = 'Buzzard Attack Chopper', ['brand'] = 'Nagasaki', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + {['model'] = 'buzzard2', ['name'] = 'Buzzard', ['brand'] = 'Nagasaki', ['price'] = 52000, ['categoryLabel'] = 'Helicopters', ['shop'] = 'none'}, + --- Planes (16) + {['model'] = 'streamer216', ['name'] = 'Streamer216', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'raiju', ['name'] = 'F-160 Raiju', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'alkonost', ['name'] = 'RO-86 Alkonost', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'strikeforce', ['name'] = 'B-11 Strikeforce', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'blimp3', ['name'] = 'Blimp', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'avenger', ['name'] = 'Avenger', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'avenger2', ['name'] = 'Avenger', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'volatol', ['name'] = 'Volatol', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'nokota', ['name'] = 'P-45 Nokota', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'seabreeze', ['name'] = 'Seabreeze', ['brand'] = 'Western Company', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'pyro', ['name'] = 'Pyro', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'mogul', ['name'] = 'Mogul', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'howard', ['name'] = 'Howard NX-25', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'bombushka', ['name'] = 'RM-10 Bombushka', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'molotok', ['name'] = 'V-65 Molotok', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'microlight', ['name'] = 'Ultralight', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'tula', ['name'] = 'Tula', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'rogue', ['name'] = 'Rogue', ['brand'] = 'Western Company', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'starling', ['name'] = 'LF-22 Starling', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'alphaz1', ['name'] = 'Alpha-Z1', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'nimbus', ['name'] = 'Nimbus', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'luxor2', ['name'] = 'Luxor Deluxe', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'velum2', ['name'] = 'Velum 5-seater', ['brand'] = 'JoBuilt', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'hydra', ['name'] = 'Hydra', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'blimp2', ['name'] = 'Xero Blimp', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'dodo', ['name'] = 'Dodo', ['brand'] = 'Mammoth', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'miljet', ['name'] = 'Miljet', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'besra', ['name'] = 'Besra', ['brand'] = 'Western Company', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'vestra', ['name'] = 'Vestra', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'cargoplane', ['name'] = 'Cargo Plane', ['brand'] = 'JoBuilt', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'velum', ['name'] = 'Velum', ['brand'] = 'JoBuilt', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'titan', ['name'] = 'Titan', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'shamal', ['name'] = 'Shamal', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'lazer', ['name'] = 'P-996 Lazer', ['brand'] = 'JoBuilt', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'mammatus', ['name'] = 'Mammatus', ['brand'] = 'JoBuilt', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'stunt', ['name'] = 'Mallard', ['brand'] = 'Western Company', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'luxor', ['name'] = 'Luxor', ['brand'] = 'Buckingham', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'jet', ['name'] = 'Jet', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + {['model'] = 'duster', ['name'] = 'Duster', ['brand'] = 'Western Company', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'cuban800', ['name'] = 'Cuban 800', ['brand'] = 'Western Company', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'air'}, + {['model'] = 'blimp', ['name'] = 'Atomic Blimp', ['brand'] = 'Unknown', ['price'] = 45000, ['categoryLabel'] = 'Planes', ['shop'] = 'none'}, + --- Service (17) + {['model'] = 'brickade', ['name'] = 'Brickade', ['brand'] = 'MTL', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'brickade2', ['name'] = 'Brickade 6x6', ['brand'] = 'MTL', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'pbus2', ['name'] = 'Festival Bus', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'wastelander', ['name'] = 'Wastelander', ['brand'] = 'MTL', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'rallytruck', ['name'] = 'Dune', ['brand'] = 'MTL', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'metrotrain', ['name'] = 'Metro Train', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'freight', ['name'] = 'Freight Train', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'cablecar', ['name'] = 'Cable Car', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'trash', ['name'] = 'Trashmaster', ['brand'] = 'JoBuilt', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'trash2', ['name'] = 'Trashmaster', ['brand'] = 'JoBuilt', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'tourbus', ['name'] = 'Tour Bus', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'taxi', ['name'] = 'Taxi', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'rentalbus', ['name'] = 'Rental Shuttle Bus', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'coach', ['name'] = 'Dashound', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'bus', ['name'] = 'Bus', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + {['model'] = 'airbus', ['name'] = 'Airport Bus', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Service', ['shop'] = 'none'}, + --- Emergency (18) + {['model'] = 'riot', ['name'] = 'Police Riot', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'riot2', ['name'] = 'RCV', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'pbus', ['name'] = 'Police Prison Bus', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'police', ['name'] = 'Police Cruiser', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'police2', ['name'] = 'Police Buffalo', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'police3', ['name'] = 'Police Interceptor', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'police4', ['name'] = 'Unmarked Cruiser', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'sheriff', ['name'] = 'Sheriff SUV', ['brand'] = 'Declasse', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'sheriff2', ['name'] = 'Sheriff Cruiser', ['brand'] = 'Vapid', ['price'] = 100000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'policeold1', ['name'] = 'Police Rancher', ['brand'] = 'Declasse', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'policeold2', ['name'] = 'Police Roadcruiser', ['brand'] = 'Albany', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'policet', ['name'] = 'Police Transporter', ['brand'] = 'Vapid', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'policeb', ['name'] = 'Police Bike', ['brand'] = 'Vapid', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'polmav', ['name'] = 'Police Maverick', ['brand'] = 'Buckingham', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'ambulance', ['name'] = 'Ambulance', ['brand'] = 'Brute', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'firetruk', ['name'] = 'Fire Truck', ['brand'] = 'MTL', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'lguard', ['name'] = 'Lifeguard', ['brand'] = 'Declasse', ['price'] = 110000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'seashark2', ['name'] = 'Seashark Lifeguard', ['brand'] = 'Speedophile', ['price'] = 40000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'pranger', ['name'] = 'Park Ranger', ['brand'] = 'Declasse', ['price'] = 40000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'fbi', ['name'] = 'FIB Buffalo', ['brand'] = 'Bravado', ['price'] = 40000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'fbi2', ['name'] = 'FIB Granger', ['brand'] = 'Declasse', ['price'] = 40000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + {['model'] = 'predator', ['name'] = 'Police Predator', ['brand'] = 'Unknown', ['price'] = 40000, ['categoryLabel'] = 'Emergency', ['shop'] = 'none'}, + --- Military (19) + {['model'] = 'vetir', ['name'] = 'Vetir', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'kosatka', ['name'] = 'Kosatka', ['brand'] = 'Rune', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'minitank', ['name'] = 'RC Tank', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'scarab', ['name'] = 'Scarab', ['brand'] = 'HVY', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'terbyte', ['name'] = 'Terrorbyte', ['brand'] = 'Benefactor', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'thruster', ['name'] = 'Thruster', ['brand'] = 'Mammoth', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'khanjali', ['name'] = 'TM-02 Khanjali Tank', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'chernobog', ['name'] = 'Chernobog', ['brand'] = 'HVY', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'barrage', ['name'] = 'Barrage', ['brand'] = 'HVY', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'trailerlarge', ['name'] = 'Mobile Operations Center', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'halftrack', ['name'] = 'Half-track', ['brand'] = 'Bravado', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'apc', ['name'] = 'APC Tank', ['brand'] = 'HVY', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'trailersmall2', ['name'] = 'Anti-Aircraft Trailer', ['brand'] = 'Vom Feuer', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'rhino', ['name'] = 'Rhino Tank', ['brand'] = 'Unknown', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'crusader', ['name'] = 'Crusader', ['brand'] = 'Canis', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'barracks', ['name'] = 'Barracks', ['brand'] = 'HVY', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'barracks2', ['name'] = 'Barracks Semi', ['brand'] = 'HVY', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + {['model'] = 'barracks3', ['name'] = 'Barracks', ['brand'] = 'HVY', ['price'] = 100000, ['categoryLabel'] = 'Military', ['shop'] = 'none'}, + --- Commercial (20) + {['model'] = 'cerberus', ['name'] = 'Apocalypse Cerberus', ['brand'] = 'MTL', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'none'}, + {['model'] = 'pounder2', ['name'] = 'Pounder Custom', ['brand'] = 'MTL', ['price'] = 55000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'mule4', ['name'] = 'Mule Custom', ['brand'] = 'Maibatsu', ['price'] = 40000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'phantom3', ['name'] = 'Phantom Custom', ['brand'] = 'Jobuilt', ['price'] = 110000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'hauler2', ['name'] = 'Hauler Custom', ['brand'] = 'Jobuilt', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'phantom2', ['name'] = 'Phantom Wedge', ['brand'] = 'Jobuilt', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'none'}, + {['model'] = 'mule5', ['name'] = 'Mule (Heist)', ['brand'] = 'Maibatsu', ['price'] = 40000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'stockade', ['name'] = 'Stockade', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'pounder', ['name'] = 'Pounder', ['brand'] = 'MTL', ['price'] = 55000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'phantom', ['name'] = 'Phantom', ['brand'] = 'Jobuilt', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'packer', ['name'] = 'Packer', ['brand'] = 'MTL', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'mule', ['name'] = 'Mule', ['brand'] = 'Maibatsu', ['price'] = 40000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'hauler', ['name'] = 'Hauler', ['brand'] = 'Jobuilt', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'biff', ['name'] = 'Biff', ['brand'] = 'Brute', ['price'] = 100000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + {['model'] = 'benson', ['name'] = 'Benson', ['brand'] = 'Vapid', ['price'] = 55000, ['categoryLabel'] = 'Commercial', ['shop'] = 'truck'}, + --- Trains (21) + --- Open Wheel (22) + {['model'] = 'openwheel2', ['name'] = 'DR1', ['brand'] = 'Declasse', ['price'] = 100000, ['categoryLabel'] = 'Open Wheel', ['shop'] = 'none'}, + {['model'] = 'openwheel1', ['name'] = 'BR8', ['brand'] = 'Benefactor', ['price'] = 100000, ['categoryLabel'] = 'Open Wheel', ['shop'] = 'none'}, + {['model'] = 'formula2', ['name'] = 'R88', ['brand'] = 'Ocelot', ['price'] = 100000, ['categoryLabel'] = 'Open Wheel', ['shop'] = 'none'}, + {['model'] = 'formula', ['name'] = 'PR4', ['brand'] = 'Progen', ['price'] = 100000, ['categoryLabel'] = 'Open Wheel', ['shop'] = 'none'}, } + +for i=1, #Vehicles do + 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].categoryLabel:gsub("%s+", ""):lower(), + categoryLabel = Vehicles[i].categoryLabel, + hash = joaat(Vehicles[i].model), + shop = Vehicles[i].shop + } +end \ No newline at end of file