You are on page 1of 79

---@class Vehicle

---@field name string


---@field brand string
---@field model string
---@field price number
---@field category string
---@field hash string | integer actually just an integer but string is required for
types to align when using `asbo` for example

---@type table<string, Vehicle>


return {
--- Compacts
asbo = {
name = 'Asbo',
brand = 'Maxwell',
model = 'asbo',
price = 4000,
category = 'compacts',
hash = `asbo`,
},
blista = {
name = 'Blista',
brand = 'Dinka',
model = 'blista',
price = 13000,
category = 'compacts',
hash = `blista`,
},
brioso = {
name = 'Brioso R/A',
brand = 'Grotti',
model = 'brioso',
price = 20000,
category = 'compacts',
hash = `brioso`,
},
club = {
name = 'Club',
brand = 'BF',
model = 'club',
price = 8000,
category = 'compacts',
hash = `club`,
},
dilettante = {
name = 'Dilettante',
brand = 'Karin',
model = 'dilettante',
price = 9000,
category = 'compacts',
hash = `dilettante`,
},
dilettante2 = {
name = 'Dilettante Patrol',
brand = 'Karin',
model = 'dilettante2',
price = 12000,
category = 'compacts',
hash = `dilettante2`,
},
kanjo = {
name = 'Blista Kanjo',
brand = 'Dinka',
model = 'kanjo',
price = 12000,
category = 'compacts',
hash = `kanjo`,
},
issi2 = {
name = 'Issi',
brand = 'Weeny',
model = 'issi2',
price = 7000,
category = 'compacts',
hash = `issi2`,
},
issi3 = {
name = 'Issi Classic',
brand = 'Weeny',
model = 'issi3',
price = 5000,
category = 'compacts',
hash = `issi3`,
},
issi4 = { --DLC
name = 'Issi Arena',
brand = 'Weeny',
model = 'issi4',
price = 80000,
category = 'compacts',
hash = `issi4`,
},
issi5 = { --DLC
name = 'Issi Arena',
brand = 'Weeny',
model = 'issi5',
price = 80000,
category = 'compacts',
hash = `issi5`,
},
issi6 = { --DLC
name = 'Issi Arena',
brand = 'Weeny',
model = 'issi6',
price = 80000,
category = 'compacts',
hash = `issi6`,
},
panto = {
name = 'Panto',
brand = 'Benefactor',
model = 'panto',
price = 3200,
category = 'compacts',
hash = `panto`,
},
prairie = {
name = 'Prairie',
brand = 'Bollokan',
model = 'prairie',
price = 30000,
category = 'compacts',
hash = `prairie`,
},
rhapsody = {
name = 'Rhapsody',
brand = 'Declasse',
model = 'rhapsody',
price = 10000,
category = 'compacts',
hash = `rhapsody`,
},
brioso2 = {
name = 'Brioso 300',
brand = 'Grotti',
model = 'brioso2',
price = 12000,
category = 'compacts',
hash = `brioso2`,
},
weevil = {
name = 'Weevil',
brand = 'BF',
model = 'weevil',
price = 9000,
category = 'compacts',
hash = `weevil`,
},
--- Coupes
cogcabrio = {
name = 'Cognoscenti Cabrio',
brand = 'Enus',
model = 'cogcabrio',
price = 30000,
category = 'coupes',
hash = `cogcabrio`,
},
exemplar = {
name = 'Exemplar',
brand = 'Dewbauchee',
model = 'exemplar',
price = 40000,
category = 'coupes',
hash = `exemplar`,
},
f620 = {
name = 'F620',
brand = 'Ocelot',
model = 'f620',
price = 32500,
category = 'coupes',
hash = `f620`,
},
felon = {
name = 'Felon',
brand = 'Lampadati',
model = 'felon',
price = 31000,
category = 'coupes',
hash = `felon`,
},
felon2 = {
name = 'Felon GT',
brand = 'Lampadati',
model = 'felon2',
price = 37000,
category = 'coupes',
hash = `felon2`,
},
jackal = {
name = 'Jackal',
brand = 'Ocelot',
model = 'jackal',
price = 19000,
category = 'coupes',
hash = `jackal`,
},
oracle = {
name = 'Oracle',
brand = 'Ubermacht',
model = 'oracle',
price = 22000,
category = 'sedans',
hash = `oracle`,
},
oracle2 = {
name = 'Oracle XS',
brand = 'Übermacht',
model = 'oracle2',
price = 28000,
category = 'coupes',
hash = `oracle2`,
},
sentinel = {
name = 'Sentinel',
brand = 'Übermacht',
model = 'sentinel',
price = 30000,
category = 'coupes',
hash = `sentinel`,
},
sentinel2 = {
name = 'Sentinel XS',
brand = ' Übermacht',
model = 'sentinel2',
price = 33000,
category = 'coupes',
hash = `sentinel2`,
},
windsor = {
name = 'Windsor',
brand = 'Enus',
model = 'windsor',
price = 27000,
category = 'coupes',
hash = `windsor`,
},
windsor2 = {
name = 'Windsor Drop',
brand = 'Enus',
model = 'windsor2',
price = 34000,
category = 'coupes',
hash = `windsor2`,
},
zion = {
name = 'Zion',
brand = 'Übermacht',
model = 'zion',
price = 22000,
category = 'coupes',
hash = `zion`,
},
zion2 = {
name = 'Zion Cabrio',
brand = 'Übermacht',
model = 'zion2',
price = 28000,
category = 'coupes',
hash = `zion2`,
},
previon = { --DLC +set sv_enforceGameBuild 2372
name = 'Previon',
brand = 'Karin',
model = 'previon',
price = 149000,
category = 'coupes',
hash = `previon`,
},
champion = { --DLC +set sv_enforceGameBuild 2545
name = 'Champion',
brand = 'Dewbauchee',
model = 'champion',
price = 205000,
category = 'coupes',
hash = `champion`,
},
ignus = { --DLC +set sv_enforceGameBuild 2545
name = 'Ignus',
brand = 'Pegassi',
model = 'ignus',
price = 1120000,
category = 'coupes',
hash = `ignus`,
},
zeno = { --DLC +set sv_enforceGameBuild 2545
name = 'Zeno',
brand = 'Overflod',
model = 'zeno',
price = 1350000,
category = 'coupes',
hash = `zeno`,
},
--- Cycles
bmx = {
name = 'BMX',
brand = 'Bike',
model = 'bmx',
price = 160,
category = 'cycles',
hash = `bmx`,
},
cruiser = {
name = 'Cruiser',
brand = 'Bike',
model = 'cruiser',
price = 510,
category = 'cycles',
hash = `cruiser`,
},
fixter = {
name = 'Fixter',
brand = 'Bike',
model = 'fixter',
price = 225,
category = 'cycles',
hash = `fixter`,
},
scorcher = {
name = 'Scorcher',
brand = 'Bike',
model = 'scorcher',
price = 280,
category = 'cycles',
hash = `scorcher`,
},
tribike = {
name = 'Tri Bike',
brand = 'Bike',
model = 'tribike',
price = 500,
category = 'cycles',
hash = `tribike`,
},
tribike2 = {
name = 'Tri Bike 2',
brand = 'Bike',
model = 'tribike2',
price = 700,
category = 'cycles',
hash = `tribike2`,
},
tribike3 = {
name = 'Tri Bike 3',
brand = 'Bike',
model = 'tribike3',
price = 520,
category = 'cycles',
hash = `tribike3`,
},
--- Motorcycles
akuma = {
name = 'Akuma',
brand = 'Dinka',
model = 'akuma',
price = 55000,
category = 'motorcycles',
hash = `akuma`,
},
avarus = {
name = 'Avarus',
brand = 'LCC',
model = 'avarus',
price = 20000,
category = 'motorcycles',
hash = `avarus`,
},
bagger = {
name = 'Bagger',
brand = 'WMC',
model = 'bagger',
price = 13500,
category = 'motorcycles',
hash = `bagger`,
},
bati = {
name = 'Bati 801',
brand = 'Pegassi',
model = 'bati',
price = 24000,
category = 'motorcycles',
hash = `bati`,
},
bati2 = {
name = 'Bati 801RR',
brand = 'Pegassi',
model = 'bati2',
price = 19000,
category = 'motorcycles',
hash = `bati2`,
},
bf400 = {
name = 'BF400',
brand = 'Nagasaki',
model = 'bf400',
price = 22000,
category = 'motorcycles',
hash = `bf400`,
},
carbonrs = {
name = 'Carbon RS',
brand = 'Nagasaki',
model = 'carbonrs',
price = 22000,
category = 'motorcycles',
hash = `carbonrs`,
},
chimera = {
name = 'Chimera',
brand = 'Nagasaki',
model = 'chimera',
price = 21000,
category = 'motorcycles',
hash = `chimera`,
},
cliffhanger = {
name = 'Cliffhanger',
brand = 'Western',
model = 'cliffhanger',
price = 28500,
category = 'motorcycles',
hash = `cliffhanger`,
},
daemon = {
name = 'Daemon',
brand = 'WMC',
model = 'daemon',
price = 14000,
category = 'motorcycles',
hash = `daemon`,
},
daemon2 = {
name = 'Daemon Custom',
brand = 'Western',
model = 'daemon2',
price = 23000,
category = 'motorcycles',
hash = `daemon2`,
},
defiler = {
name = 'Defiler',
brand = 'Shitzu',
model = 'defiler',
price = 30000,
category = 'motorcycles',
hash = `defiler`,
},
deathbike = { --DLC
name = 'deathbike',
brand = 'deathbike',
model = 'deathbike',
price = 30000,
category = 'motorcycles',
hash = `deathbike`,
},
deathbike2 = { --DLC
name = 'deathbike2',
brand = 'deathbike',
model = 'deathbike2',
price = 30000,
category = 'motorcycles',
hash = `deathbike2`,
},
deathbike3 = { --DLC
name = 'deathbike3',
brand = 'deathbike',
model = 'deathbike3',
price = 30000,
category = 'motorcycles',
hash = `deathbike3`,
},
diablous = {
name = 'Diablous',
brand = 'Principe',
model = 'diablous',
price = 30000,
category = 'motorcycles',
hash = `diablous`,
},
diablous2 = {
name = 'Diablous Custom',
brand = 'Principe',
model = 'diablous2',
price = 38000,
category = 'motorcycles',
hash = `diablous2`,
},
double = {
name = 'Double-T',
brand = 'Dinka',
model = 'double',
price = 28000,
category = 'motorcycles',
hash = `double`,
},
enduro = {
name = 'Enduro',
brand = 'Dinka',
model = 'enduro',
price = 5500,
category = 'motorcycles',
hash = `enduro`,
},
esskey = {
name = 'Esskey',
brand = 'Pegassi',
model = 'esskey',
price = 12000,
category = 'motorcycles',
hash = `esskey`,
},
faggio = {
name = 'Faggio Sport',
brand = 'Pegassi',
model = 'faggio',
price = 2000,
category = 'motorcycles',
hash = `faggio`,
},
faggio2 = {
name = 'Faggio',
brand = 'Pegassi',
model = 'faggio2',
price = 1900,
category = 'motorcycles',
hash = `faggio2`,
},
faggio3 = {
name = 'Faggio Mod',
brand = 'Pegassi',
model = 'faggio3',
price = 2500,
category = 'motorcycles',
hash = `faggio3`,
},
fcr = {
name = 'FCR 1000',
brand = 'Pegassi',
model = 'fcr',
price = 5000,
category = 'motorcycles',
hash = `fcr`,
},
fcr2 = {
name = 'FCR 1000 Custom',
brand = 'Pegassi',
model = 'fcr2',
price = 19000,
category = 'motorcycles',
hash = `fcr2`,
},
gargoyle = {
name = 'Gargoyle',
brand = 'Western',
model = 'gargoyle',
price = 32000,
category = 'motorcycles',
hash = `gargoyle`,
},
hakuchou = {
name = 'Hakuchou',
brand = 'Shitzu',
model = 'hakuchou',
price = 17000,
category = 'motorcycles',
hash = `hakuchou`,
},
hakuchou2 = {
name = 'Hakuchou Drag',
brand = 'Shitzu',
model = 'hakuchou2',
price = 45000,
category = 'motorcycles',
hash = `hakuchou2`,
},
hexer = {
name = 'Hexer',
brand = 'LCC',
model = 'hexer',
price = 16000,
category = 'motorcycles',
hash = `hexer`,
},
innovation = {
name = 'Innovation',
brand = 'LLC',
model = 'innovation',
price = 33500,
category = 'motorcycles',
hash = `innovation`,
},
lectro = {
name = 'Lectro',
brand = 'Principe',
model = 'lectro',
price = 28000,
category = 'motorcycles',
hash = `lectro`,
},
manchez = {
name = 'Manchez',
brand = 'Maibatsu',
model = 'manchez',
price = 8300,
category = 'motorcycles',
hash = `manchez`,
},
nemesis = {
name = 'Nemesis',
brand = 'Principe',
model = 'nemesis',
price = 20000,
category = 'motorcycles',
hash = `nemesis`,
},
nightblade = {
name = 'Nightblade',
brand = 'WMC',
model = 'nightblade',
price = 23000,
category = 'motorcycles',
hash = `nightblade`,
},
oppressor = {
name = 'Oppressor',
brand = 'Pegassi',
model = 'oppressor',
price = 9999999,
category = 'super',
hash = `oppressor`,
},
pcj = {
name = 'PCJ-600',
brand = 'Shitzu',
model = 'pcj',
price = 15000,
category = 'motorcycles',
hash = `pcj`,
},
ratbike = {
name = 'Rat Bike',
brand = 'Western',
model = 'ratbike',
price = 3000,
category = 'motorcycles',
hash = `ratbike`,
},
ruffian = {
name = 'Ruffian',
brand = 'Pegassi',
model = 'ruffian',
price = 25000,
category = 'motorcycles',
hash = `ruffian`,
},
sanchez = {
name = 'Sanchez Livery',
brand = 'Maibatsu',
model = 'sanchez',
price = 5300,
category = 'motorcycles',
hash = `sanchez`,
},
sanchez2 = {
name = 'Sanchez',
brand = 'Maibatsu',
model = 'sanchez2',
price = 5300,
category = 'motorcycles',
hash = `sanchez2`,
},
sanctus = {
name = 'Sanctus',
brand = 'LCC',
model = 'sanctus',
price = 35000,
category = 'motorcycles',
hash = `sanctus`,
},
shotaro = {
name = 'Shotaro Concept',
brand = 'Nagasaki',
model = 'shotaro',
price = 320000,
category = 'motorcycles',
hash = `shotaro`,
},
sovereign = {
name = 'Sovereign',
brand = 'WMC',
model = 'sovereign',
price = 8000,
category = 'motorcycles',
hash = `sovereign`,
},
stryder = {
name = 'Stryder',
brand = 'Nagasaki',
model = 'stryder',
price = 50000,
category = 'motorcycles',
hash = `stryder`,
},
thrust = {
name = 'Thrust',
brand = 'Dinka',
model = 'thrust',
price = 22000,
category = 'motorcycles',
hash = `thrust`,
},
vader = {
name = 'Vader',
brand = 'Shitzu',
model = 'vader',
price = 7200,
category = 'motorcycles',
hash = `vader`,
},
vindicator = {
name = 'Vindicator',
brand = 'Dinka',
model = 'vindicator',
price = 19000,
category = 'motorcycles',
hash = `vindicator`,
},
vortex = {
name = 'Vortex',
brand = 'Pegassi',
model = 'vortex',
price = 31000,
category = 'motorcycles',
hash = `vortex`,
},
wolfsbane = {
name = 'Wolfsbane',
brand = 'Western',
model = 'wolfsbane',
price = 14000,
category = 'motorcycles',
hash = `wolfsbane`,
},
zombiea = {
name = 'Zombie Bobber',
brand = 'Western',
model = 'zombiea',
price = 28000,
category = 'motorcycles',
hash = `zombiea`,
},
zombieb = {
name = 'Zombie Chopper',
brand = 'Western',
model = 'zombieb',
price = 27000,
category = 'motorcycles',
hash = `zombieb`,
},
manchez2 = {
name = 'Manchez',
brand = 'Maibatsu',
model = 'manchez2',
price = 14000,
category = 'motorcycles',
hash = `manchez2`,
},
shinobi = { --DLC +set sv_enforceGameBuild 2545
name = 'Shinobi',
brand = 'Nagasaki',
model = 'shinobi',
price = 25000,
category = 'motorcycles',
hash = `shinobi`,
},
reever = { --DLC +set sv_enforceGameBuild 2545
name = 'Reever',
brand = 'Western',
model = 'reever',
price = 25000,
category = 'motorcycles',
hash = `reever`,
},
--- Muscle
blade = {
name = 'Blade',
brand = 'Vapid',
model = 'blade',
price = 23500,
category = 'muscle',
hash = `blade`,
},
buccaneer = {
name = 'Buccaneer',
brand = 'Albany',
model = 'buccaneer',
price = 22500,
category = 'muscle',
hash = `buccaneer`,
},
buccaneer2 = {
name = 'Buccaneer Rider',
brand = 'Albany',
model = 'buccaneer2',
price = 24500,
category = 'muscle',
hash = `buccaneer2`,
},
chino = {
name = 'Chino',
brand = 'Vapid',
model = 'chino',
price = 5000,
category = 'muscle',
hash = `chino`,
},
chino2 = {
name = 'Chino Luxe',
brand = 'Vapid',
model = 'chino2',
price = 8000,
category = 'muscle',
hash = `chino2`,
},
clique = { --DLC
name = 'Clique',
brand = 'Vapid',
model = 'clique',
price = 20000,
category = 'muscle',
hash = `clique`,
},
coquette3 = {
name = 'Coquette BlackFin',
brand = 'Invetero',
model = 'coquette3',
price = 180000,
category = 'muscle',
hash = `coquette3`,
},
deviant = { --DLC
name = 'Deviant',
brand = 'Schyster',
model = 'deviant',
price = 70000,
category = 'muscle',
hash = `deviant`,
},
dominator = {
name = 'Dominator',
brand = 'Vapid',
model = 'dominator',
price = 62500,
category = 'muscle',
hash = `dominator`,
},
dominator2 = {
name = 'Pißwasser Dominator',
brand = 'Vapid',
model = 'dominator2',
price = 50000,
category = 'muscle',
hash = `dominator2`,
},
dominator3 = {
name = 'Dominator GTX',
brand = 'Vapid',
model = 'dominator3',
price = 70000,
category = 'muscle',
hash = `dominator3`,
},
dominator4 = { --DLC
name = 'Dominator Arena',
brand = 'Vapid',
model = 'dominator4',
price = 200000,
category = 'muscle',
hash = `dominator4`,
},
dominator7 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Dominator ASP',
brand = 'Vapid',
model = 'dominator7',
price = 110000,
category = 'muscle',
hash = `dominator7`,
},
dominator8 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Dominator GTT',
brand = 'Vapid',
model = 'dominator8',
price = 80000,
category = 'muscle',
hash = `dominator8`,
},
dukes = {
name = 'Dukes',
brand = 'Imponte',
model = 'dukes',
price = 23500,
category = 'muscle',
hash = `dukes`,
},
dukes2 = {
name = 'Dukes Nightrider',
brand = 'Imponte',
model = 'dukes2',
price = 60000,
category = 'muscle',
hash = `dukes2`,
},
dukes3 = {
name = 'Beater Dukes',
brand = 'Imponte',
model = 'dukes3',
price = 45000,
category = 'muscle',
hash = `dukes3`,
},
faction = {
name = 'Faction',
brand = 'Willard',
model = 'faction',
price = 17000,
category = 'muscle',
hash = `faction`,
},
faction2 = {
name = 'Faction Rider',
brand = 'Willard',
model = 'faction2',
price = 19000,
category = 'muscle',
hash = `faction2`,
},
faction3 = {
name = 'Faction Custom Donk',
brand = 'Willard',
model = 'faction3',
price = 35000,
category = 'muscle',
hash = `faction3`,
},
ellie = {
name = 'Ellie',
brand = 'Vapid',
model = 'ellie',
price = 42250,
category = 'muscle',
hash = `ellie`,
},
gauntlet = {
name = 'Gauntlet',
brand = 'Bravado',
model = 'gauntlet',
price = 28500,
category = 'muscle',
hash = `gauntlet`,
},
gauntlet2 = {
name = 'Redwood Gauntlet',
brand = 'Bravado',
model = 'gauntlet2',
price = 70000,
category = 'muscle',
hash = `gauntlet2`,
},
gauntlet3 = { --DLC
name = 'Classic Gauntlet',
brand = 'Bravado',
model = 'gauntlet3',
price = 75000,
category = 'muscle',
hash = `gauntlet3`,
},
gauntlet4 = { --DLC
name = 'Gauntlet Hellfire',
brand = 'Bravado',
model = 'gauntlet4',
price = 80000,
category = 'muscle',
hash = `gauntlet4`,
},
gauntlet5 = {
name = 'Gauntlet Classic Custom',
brand = 'Bravado',
model = 'gauntlet5',
price = 120000,
category = 'muscle',
hash = `gauntlet5`,
},
hermes = {
name = 'Hermes',
brand = 'Albany',
model = 'hermes',
price = 535000,
category = 'muscle',
hash = `hermes`,
},
hotknife = {
name = 'Hotknife',
brand = 'Vapid',
model = 'hotknife',
price = 90000,
category = 'muscle',
hash = `hotknife`,
},
hustler = {
name = 'Hustler',
brand = 'Vapid',
model = 'hustler',
price = 95000,
category = 'muscle',
hash = `hustler`,
},
impaler = { --DLC
name = 'impaler',
brand = 'Vapid',
model = 'impaler',
price = 95000,
category = 'muscle',
hash = `impaler`,
},
impaler2 = { --DLC
name = 'impaler2',
brand = 'Vapid',
model = 'impaler2',
price = 95000,
category = 'muscle',
hash = `impaler2`,
},
impaler3 = { --DLC
name = 'impaler3',
brand = 'Vapid',
model = 'impaler3',
price = 95000,
category = 'muscle',
hash = `impaler3`,
},
impaler4 = { --DLC
name = 'impaler4',
brand = 'Vapid',
model = 'impaler4',
price = 95000,
category = 'muscle',
hash = `impaler4`,
},
imperator = { --DLC
name = 'imperator',
brand = 'Vapid',
model = 'imperator',
price = 95000,
category = 'muscle',
hash = `imperator`,
},
imperator2 = { --DLC
name = 'imperator2',
brand = 'Vapid',
model = 'imperator2',
price = 95000,
category = 'muscle',
hash = `imperator2`,
},
imperator3 = { --DLC
name = 'imperator3',
brand = 'Vapid',
model = 'imperator3',
price = 95000,
category = 'muscle',
hash = `imperator3`,
},
lurcher = {
name = 'Gauntlet Classic Custom',
brand = 'Bravado',
model = 'lurcher',
price = 21000,
category = 'muscle',
hash = `lurcher`,
},
moonbeam = {
name = 'Moonbeam',
brand = 'Declasse',
model = 'moonbeam',
price = 13000,
category = 'vans',
hash = `moonbeam`,
},
moonbeam2 = {
name = 'Moonbeam Custom',
brand = 'Declasse',
model = 'moonbeam2',
price = 15000,
category = 'vans',
hash = `moonbeam2`,
},
nightshade = {
name = 'Nightshade',
brand = 'Imponte',
model = 'nightshade',
price = 70000,
category = 'muscle',
hash = `nightshade`,
},
peyote2 = { --DLC
name = 'Peyote Gasser',
brand = 'Vapid',
model = 'peyote2',
price = 40000,
category = 'sportsclassics',
hash = `peyote2`,
},
phoenix = {
name = 'Phoenix',
brand = 'Imponte',
model = 'phoenix',
price = 65000,
category = 'muscle',
hash = `phoenix`,
},
picador = {
name = 'Picador',
brand = 'Cheval',
model = 'picador',
price = 20000,
category = 'muscle',
hash = `picador`,
},
ratloader2 = {
name = 'ratloader2',
brand = 'Ratloader2',
model = 'ratloader2',
price = 20000,
category = 'muscle',
hash = `ratloader2`,
},
ruiner = {
name = 'Ruiner',
brand = 'Imponte',
model = 'ruiner',
price = 29000,
category = 'muscle',
hash = `ruiner`,
},
ruiner2 = {
name = 'Ruiner 2000',
brand = 'Imponte',
model = 'ruiner2',
price = 50000,
category = 'muscle',
hash = `ruiner2`,
},
sabregt = {
name = 'Sabre Turbo',
brand = 'Declasse',
model = 'sabregt',
price = 23000,
category = 'muscle',
hash = `sabregt`,
},
sabregt2 = {
name = 'Sabre GT',
brand = 'Declasse',
model = 'sabregt2',
price = 26500,
category = 'muscle',
hash = `sabregt2`,
},
slamvan = {
name = 'Slam Van',
brand = 'Vapid',
model = 'slamvan',
price = 30000,
category = 'muscle',
hash = `slamvan`,
},
slamvan2 = {
name = 'Lost Slam Van',
brand = 'Vapid',
model = 'slamvan2',
price = 90000,
category = 'muscle',
hash = `slamvan2`,
},
slamvan3 = {
name = 'Slam Van Custom',
brand = 'Vapid',
model = 'slamvan3',
price = 17000,
category = 'muscle',
hash = `slamvan3`,
},
stalion = {
name = 'Stallion',
brand = 'Declasse',
model = 'stalion',
price = 33000,
category = 'muscle',
hash = `stalion`,
},
stalion2 = {
name = 'Stallion Burgershot',
brand = 'Declasse',
model = 'stalion2',
price = 40000,
category = 'muscle',
hash = `stalion2`,
},
tampa = {
name = 'Tampa',
brand = 'Declasse',
model = 'tampa',
price = 24500,
category = 'muscle',
hash = `tampa`,
},
tulip = { --DLC
name = 'Tulip',
brand = 'Declasse',
model = 'tulip',
price = 80000,
category = 'muscle',
hash = `tulip`,
},
vamos = { --DLC
name = 'Vamos',
brand = 'Declasse',
model = 'vamos',
price = 30000,
category = 'muscle',
hash = `vamos`,
},
vigero = {
name = 'Vigero',
brand = 'Declasse',
model = 'vigero',
price = 39500,
category = 'muscle',
hash = `vigero`,
},
virgo = {
name = 'Virgo',
brand = 'Albany',
model = 'virgo',
price = 22000,
category = 'muscle',
hash = `virgo`,
},
virgo2 = {
name = 'Virgo Custom Classic',
brand = 'Dundreary',
model = 'virgo2',
price = 21000,
category = 'muscle',
hash = `virgo2`,
},
virgo3 = {
name = 'Virgo Custom Classic',
brand = 'Dundreary',
model = 'virgo3',
price = 21000,
category = 'muscle',
hash = `virgo3`,
},
voodoo = {
name = 'Voodoo',
brand = 'Declasse',
model = 'voodoo',
price = 13000,
category = 'muscle',
hash = `voodoo`,
},
yosemite = {
name = 'Yosemite',
brand = 'Declasse',
model = 'yosemite',
price = 19500,
category = 'muscle',
hash = `yosemite`,
},
yosemite2 = {
name = 'Yosemite Drift',
brand = 'Declasse',
model = 'yosemite2',
price = 55000,
category = 'muscle',
hash = `yosemite2`,
},
yosemite3 = {
name = 'Yosemite Rancher',
brand = 'Declasse',
price = 425000,
category = 'offroad',
model = 'yosemite3',
hash = `yosemite3`,
},
buffalo4 = { --DLC +set sv_enforceGameBuild 2545
name = 'Buffalo STX',
brand = 'Bravado',
model = 'buffalo4',
price = 345000,
category = 'muscle',
hash = `buffalo4`,
},
--- Off-Road
bfinjection = {
name = 'Bf Injection',
brand = 'Annis',
price = 9000,
category = 'offroad',
model = 'bfinjection',
hash = `bfinjection`,
},
bifta = {
name = 'Bifta',
brand = 'Annis',
price = 15500,
category = 'offroad',
model = 'bifta',
hash = `bifta`,
},
blazer = {
name = 'Blazer',
brand = 'Annis',
price = 7500,
category = 'offroad',
model = 'blazer',
hash = `blazer`,
},
blazer2 = {
name = 'Blazer Lifeguard',
brand = 'Nagasaki',
model = 'blazer2',
price = 7000,
category = 'offroad',
hash = `blazer2`,
},
blazer3 = {
name = 'Blazer Hot Rod',
brand = 'Nagasaki',
model = 'blazer3',
price = 7000,
category = 'offroad',
hash = `blazer3`,
},
blazer4 = {
name = 'Blazer Sport',
brand = 'Annis',
price = 9250,
category = 'offroad',
model = 'blazer4',
hash = `blazer4`,
},
blazer5 = {
name = 'Blazer Aqua',
brand = 'Nagasaki',
model = 'blazer5',
price = 40000,
category = 'offroad',
hash = `blazer5`,
},
brawler = {
name = 'Brawler',
brand = 'Annis',
price = 40000,
category = 'offroad',
model = 'brawler',
hash = `brawler`,
},
caracara = {
name = 'Caracara',
brand = 'Vapid',
model = 'caracara',
price = 60000,
category = 'offroad',
hash = `caracara`,
},
caracara2 = { --DLC
name = 'Caracara 4x4',
brand = 'Vapid',
model = 'caracara2',
price = 80000,
category = 'offroad',
hash = `caracara2`,
},
dubsta3 = {
name = 'Dubsta 6x6',
brand = 'Annis',
price = 34000,
category = 'offroad',
model = 'dubsta3',
hash = `dubsta3`,
},
dune = {
name = 'Dune Buggy',
brand = 'Annis',
price = 14000,
category = 'offroad',
model = 'dune',
hash = `dune`,
},
everon = {
name = 'Everon',
brand = 'Karin',
model = 'everon',
price = 60000,
category = 'offroad',
hash = `everon`,
},
freecrawler = { --DLC
name = 'Freecrawler',
brand = 'Canis',
model = 'freecrawler',
price = 24000,
category = 'offroad',
hash = `freecrawler`,
},
hellion = { --DLC
name = 'Hellion',
brand = 'Annis',
model = 'hellion',
price = 38000,
category = 'offroad',
hash = `hellion`,
},
kalahari = {
name = 'Kalahari',
brand = 'Canis',
model = 'kalahari',
price = 14000,
category = 'offroad',
hash = `kalahari`,
},
kamacho = {
name = 'Kamacho',
brand = 'Canis',
model = 'kamacho',
price = 50000,
category = 'offroad',
hash = `kamacho`,
},
mesa3 = {
name = 'Mesa Merryweather',
brand = 'Canis',
model = 'mesa3',
price = 400000,
category = 'offroad',
hash = `mesa3`,
},
outlaw = {
name = 'Outlaw',
brand = 'Nagasaki',
model = 'outlaw',
price = 15000,
category = 'offroad',
hash = `outlaw`,
},
rancherxl = {
name = 'Rancher XL',
brand = 'Declasse',
model = 'rancherxl',
price = 24000,
category = 'offroad',
hash = `rancherxl`,
},
rebel2 = {
name = 'Rebel',
brand = 'Annis',
model = 'rebel2',
price = 20000,
category = 'offroad',
hash = `rebel2`,
},
riata = {
name = 'Riata',
brand = 'Vapid',
model = 'riata',
price = 380000,
category = 'offroad',
hash = `riata`,
},
sandking = {
name = 'Sandking',
brand = 'Annis',
price = 25000,
category = 'offroad',
model = 'sandking',
hash = `sandking`,
},
sandking2 = {
name = 'Sandking SWB',
brand = 'Annis',
price = 38000,
category = 'offroad',
model = 'sandking2',
hash = `sandking2`,
},
trophytruck = {
name = 'Trophy Truck',
brand = 'Annis',
price = 60000,
category = 'offroad',
model = 'trophytruck',
hash = `trophytruck`,
},
trophytruck2 = {
name = 'Trophy Truck Limited',
brand = 'Annis',
price = 80000,
category = 'offroad',
model = 'trophytruck2',
hash = `trophytruck2`,
},
vagrant = {
name = 'Vagrant',
brand = 'Maxwell',
price = 50000,
category = 'offroad',
model = 'vagrant',
hash = `vagrant`,
},
verus = {
name = 'Verus',
brand = 'Dinka',
price = 20000,
category = 'offroad',
model = 'verus',
hash = `verus`,
},
winky = {
name = 'Winky',
brand = 'Vapid',
price = 10000,
category = 'offroad',
model = 'winky',
hash = `winky`,
},
--- SUVs
baller = {
name = 'Baller',
brand = 'Gallivanter',
model = 'baller',
price = 22000,
category = 'suvs',
hash = `baller`,
},
baller2 = {
name = 'Baller',
brand = 'Gallivanter',
model = 'baller2',
price = 15000,
category = 'suvs',
hash = `baller2`,
},
baller3 = {
name = 'Baller LE',
brand = 'Gallivanter',
model = 'baller3',
price = 15000,
category = 'suvs',
hash = `baller3`,
},
baller4 = {
name = 'Baller LE LWB',
brand = 'Gallivanter',
model = 'baller4',
price = 29000,
category = 'suvs',
hash = `baller4`,
},
baller5 = {
name = 'Baller LE (Armored)',
brand = 'Gallivanter',
model = 'baller5',
price = 78000,
category = 'suvs',
hash = `baller5`,
},
baller6 = {
name = 'Baller LE LWB (Armored)',
brand = 'Gallivanter',
model = 'baller6',
price = 82000,
category = 'suvs',
hash = `baller6`,
},
bjxl = {
name = 'BeeJay XL',
brand = 'Karin',
model = 'bjxl',
price = 19000,
category = 'suvs',
hash = `bjxl`,
},
cavalcade = {
name = 'Cavalcade',
brand = 'Albany',
model = 'cavalcade',
price = 14000,
category = 'suvs',
hash = `cavalcade`,
},
cavalcade2 = {
name = 'Cavalcade',
brand = 'Albany',
model = 'cavalcade2',
price = 16500,
category = 'suvs',
hash = `cavalcade2`,
},
contender = {
name = 'Contender',
brand = 'Vapid',
model = 'contender',
price = 35000,
category = 'suvs',
hash = `contender`,
},
dubsta = {
name = 'Dubsta',
brand = 'Benefactor',
model = 'dubsta',
price = 19000,
category = 'suvs',
hash = `dubsta`,
},
dubsta2 = {
name = 'Dubsta Luxuary',
brand = 'Benefactor',
model = 'dubsta2',
price = 19500,
category = 'suvs',
hash = `dubsta2`,
},
fq2 = {
name = 'FQ2',
brand = 'Fathom',
model = 'fq2',
price = 18500,
category = 'suvs',
hash = `fq2`,
},
granger = {
name = 'Granger',
brand = 'Declasse',
model = 'granger',
price = 22000,
category = 'suvs',
hash = `granger`,
},
gresley = {
name = 'Gresley',
brand = 'Bravado',
model = 'gresley',
price = 25000,
category = 'suvs',
hash = `gresley`,
},
habanero = {
name = 'Habanero',
brand = 'Emperor',
model = 'habanero',
price = 20000,
category = 'suvs',
hash = `habanero`,
},
huntley = {
name = 'Huntley S',
brand = 'Enus',
model = 'huntley',
price = 24500,
category = 'suvs',
hash = `huntley`,
},
landstalker = {
name = 'Landstalker',
brand = 'Dundreary',
model = 'landstalker',
price = 12000,
category = 'suvs',
hash = `landstalker`,
},
landstalker2 = {
name = 'Landstalker XL',
brand = 'Dundreary',
model = 'landstalker2',
price = 26000,
category = 'suvs',
hash = `landstalker2`,
},
mesa = {
name = 'Mesa',
brand = 'Canis',
model = 'mesa',
price = 12000,
category = 'offroad',
hash = `mesa`,
},
novak = { --DLC
name = 'Novak',
brand = 'Lampadati',
model = 'novak',
price = 70000,
category = 'suvs',
hash = `novak`,
},
patriot = {
name = 'Patriot',
brand = 'Mammoth',
model = 'patriot',
price = 21000,
category = 'suvs',
hash = `patriot`,
},
radi = {
name = 'Radius',
brand = 'Vapid',
model = 'radi',
price = 18000,
category = 'suvs',
hash = `radi`,
},
rebla = {
name = 'Rebla GTS',
brand = 'Übermacht',
model = 'rebla',
price = 21000,
category = 'suvs',
hash = `rebla`,
},
rocoto = {
name = 'Rocoto',
brand = 'Obey',
model = 'rocoto',
price = 13000,
category = 'suvs',
hash = `rocoto`,
},
seminole = {
name = 'Seminole',
brand = 'Canis',
model = 'seminole',
price = 20000,
category = 'suvs',
hash = `seminole`,
},
seminole2 = {
name = 'Seminole Frontier',
brand = 'Canis',
model = 'seminole2',
price = 13000,
category = 'suvs',
hash = `seminole2`,
},
serrano = {
name = 'Serrano',
brand = 'Benefactor',
model = 'serrano',
price = 48000,
category = 'suvs',
hash = `serrano`,
},
toros = { --DLC
name = 'Toros',
brand = 'Pegassi',
model = 'toros',
price = 65000,
category = 'suvs',
hash = `toros`,
},
xls = {
name = 'XLS',
brand = 'Benefactor',
model = 'xls',
price = 17000,
category = 'suvs',
hash = `xls`,
},
granger2 = { --DLC +set sv_enforceGameBuild 2545
name = 'Granger 3600LX',
brand = 'Declasse',
model = 'granger2',
price = 221000,
category = 'suvs',
hash = `granger2`,
},
--- Sedans
asea = {
name = 'Asea',
brand = 'Declasse',
model = 'asea',
price = 2500,
category = 'sedans',
hash = `asea`,
},
asterope = {
name = 'Asterope',
brand = 'Karin',
model = 'asterope',
price = 11000,
category = 'sedans',
hash = `asterope`,
},
cog55 = {
name = 'Cognoscenti 55',
brand = 'Enus',
model = 'cog55',
price = 22000,
category = 'sedans',
hash = `cog55`,
},
cognoscenti = {
name = 'Cognoscenti',
brand = 'Enus',
model = 'cognoscenti',
price = 22500,
category = 'sedans',
hash = `cognoscenti`,
},
emperor = {
name = 'Emperor',
brand = 'Albany',
model = 'emperor',
price = 4250,
category = 'sedans',
hash = `emperor`,
},
fugitive = {
name = 'Fugitive',
brand = 'Cheval',
model = 'fugitive',
price = 20000,
category = 'sedans',
hash = `fugitive`,
},
glendale = {
name = 'Glendale',
brand = 'Benefactor',
model = 'glendale',
price = 3400,
category = 'sedans',
hash = `glendale`,
},
glendale2 = {
name = 'Glendale',
brand = 'Benefactor',
model = 'glendale2',
price = 12000,
category = 'sedans',
hash = `glendale2`,
},
ingot = {
name = 'Ingot',
brand = 'Vulcar',
model = 'ingot',
price = 4999,
category = 'sedans',
hash = `ingot`,
},
intruder = {
name = 'Intruder',
brand = 'Karin',
model = 'intruder',
price = 11250,
category = 'sedans',
hash = `intruder`,
},
premier = {
name = 'Premier',
brand = 'Declasse',
model = 'premier',
price = 12000,
category = 'sedans',
hash = `premier`,
},
primo = {
name = 'Primo',
brand = 'Albany',
model = 'primo',
price = 5000,
category = 'sedans',
hash = `primo`,
},
primo2 = {
name = 'Primo Custom',
brand = 'Albany',
model = 'primo2',
price = 14500,
category = 'sedans',
hash = `primo2`,
},
regina = {
name = 'Regina',
brand = 'Dundreary',
model = 'regina',
price = 7000,
category = 'sedans',
hash = `regina`,
},
stafford = { --DLC
name = 'Stafford',
brand = 'Enus',
model = 'stafford',
price = 30000,
category = 'sedans',
hash = `stafford`,
},
stanier = {
name = 'Stanier',
brand = 'Vapid',
model = 'stanier',
price = 19000,
category = 'sedans',
hash = `stanier`,
},
stratum = {
name = 'Stratum',
brand = 'Zirconium',
model = 'stratum',
price = 15000,
category = 'sedans',
hash = `stratum`,
},
stretch = {
name = 'Stretch',
brand = 'Dundreary',
model = 'stretch',
price = 19000,
category = 'sedans',
hash = `stretch`,
},
superd = {
name = 'Super Diamond',
brand = 'Enus',
model = 'superd',
price = 17000,
category = 'sedans',
hash = `superd`,
},
surge = {
name = 'Surge',
brand = 'Cheval',
model = 'surge',
price = 20000,
category = 'sedans',
hash = `surge`,
},
tailgater = {
name = 'Tailgater',
brand = 'Obey',
model = 'tailgater',
price = 22000,
category = 'sedans',
hash = `tailgater`,
},
warrener = {
name = 'Warrener',
brand = 'Vulcar',
model = 'warrener',
price = 4000,
category = 'sedans',
hash = `warrener`,
},
washington = {
name = 'Washington',
brand = 'Albany',
model = 'washington',
price = 7000,
category = 'sedans',
hash = `washington`,
},
tailgater2 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Tailgater S',
brand = 'Obey',
model = 'tailgater2',
price = 51000,
category = 'sedans',
hash = `tailgater2`,
},
cinquemila = { --DLC +set sv_enforceGameBuild 2545
name = 'Lampadati',
brand = 'Cinquemila',
model = 'cinquemila',
price = 125000,
category = 'sedans',
hash = `cinquemila`,
},
iwagen = { --DLC +set sv_enforceGameBuild 2545
name = 'Obey',
brand = 'I-Wagen',
model = 'iwagen',
price = 225000,
category = 'sedans',
hash = `iwagen`,
},
astron = { --DLC +set sv_enforceGameBuild 2545
name = 'Pfister',
brand = 'Astron',
model = 'astron',
price = 150000,
category = 'sedans',
hash = `astron`,
},
baller7 = { --DLC +set sv_enforceGameBuild 2545
name = 'Baller ST',
brand = 'Gallivanter',
model = 'baller7',
price = 145000,
category = 'sedans',
hash = `baller7`,
},
comet7 = { --DLC +set sv_enforceGameBuild 2545
name = 'Comet',
brand = 'S2 Cabrio',
model = 'comet7',
price = 25000,
category = 'sedans',
hash = `comet7`,
},
deity = { --DLC +set sv_enforceGameBuild 2545
name = 'Deity',
brand = 'Enus',
model = 'deity',
price = 505000,
category = 'sedans',
hash = `deity`,
},
jubilee = { --DLC +set sv_enforceGameBuild 2545
name = 'Jubilee',
brand = 'Enus',
model = 'jubilee',
price = 485000,
category = 'sedans',
hash = `jubilee`,
},
patriot3 = { --DLC +set sv_enforceGameBuild 2545
name = 'Patriot',
brand = 'Mil-Spec',
model = 'patriot3',
price = 270000,
category = 'sedans',
hash = `patriot3`,
},
--- Sports
alpha = {
name = 'Alpha',
brand = 'Albany',
model = 'alpha',
price = 53000,
category = 'sports',
hash = `alpha`,
},
banshee = {
name = 'Banshee',
brand = 'Bravado',
model = 'banshee',
price = 56000,
category = 'sports',
hash = `banshee`,
},
bestiagts = {
name = 'Bestia GTS',
brand = 'Grotti',
model = 'bestiagts',
price = 37000,
category = 'sports',
hash = `bestiagts`,
},
blista2 = {
name = 'Blista Compact',
brand = 'Dinka',
model = 'blista2',
price = 18950,
category = 'compacts',
hash = `blista2`,
},
blista3 = {
name = 'Blista Go Go Monkey',
brand = 'Dinka',
model = 'blista3',
price = 15000,
category = 'compacts',
hash = `blista3`,
},
buffalo = {
name = 'Buffalo',
brand = 'Bravado',
model = 'buffalo',
price = 18750,
category = 'sports',
hash = `buffalo`,
},
buffalo2 = {
name = 'Buffalo S',
brand = 'Bravado',
model = 'buffalo2',
price = 24500,
category = 'sports',
hash = `buffalo2`,
},
carbonizzare = {
name = 'Carbonizzare',
brand = 'Grotti',
model = 'carbonizzare',
price = 155000,
category = 'sports',
hash = `carbonizzare`,
},
comet2 = {
name = 'Comet',
brand = 'Pfister',
model = 'comet2',
price = 130000,
category = 'sports',
hash = `comet2`,
},
comet3 = {
name = 'Comet Retro Custom',
brand = 'Pfister',
model = 'comet3',
price = 175000,
category = 'sports',
hash = `comet3`,
},
comet4 = {
name = 'Comet Safari',
brand = 'Pfister',
model = 'comet4',
price = 110000,
category = 'sports',
hash = `comet4`,
},
comet5 = {
name = 'Comet SR',
brand = 'Pfister',
model = 'comet5',
price = 155000,
category = 'sports',
hash = `comet5`,
},
coquette = {
name = 'Coquette',
brand = 'Invetero',
model = 'coquette',
price = 145000,
category = 'sports',
hash = `coquette`,
},
coquette2 = {
name = 'Coquette Classic',
brand = 'Invetero',
model = 'coquette2',
price = 165000,
category = 'sportsclassics',
hash = `coquette2`,
},
coquette4 = {
name = 'Coquette D10',
brand = 'Invetero',
model = 'coquette4',
price = 220000,
category = 'sports',
hash = `coquette4`,
},
drafter = { --DLC
name = '8F Drafter',
brand = 'Obey',
model = 'drafter',
price = 80000,
category = 'sports',
hash = `drafter`,
},
deveste = { --DLC
name = 'Deveste',
brand = 'Principe',
model = 'deveste',
price = 234000,
category = 'super',
hash = `deveste`,
},
elegy = { --DLC
name = 'Elegy Retro Custom',
brand = 'Annis',
model = 'elegy',
price = 145000,
category = 'sports',
hash = `elegy`,
},
elegy2 = {
name = 'Elegy RH8',
brand = 'Annis',
model = 'elegy2',
price = 150000,
category = 'sports',
hash = `elegy2`,
},
feltzer2 = {
name = 'Feltzer',
brand = 'Benefactor',
model = 'feltzer2',
price = 97000,
category = 'sports',
hash = `feltzer2`,
},
flashgt = {
name = 'Flash GT',
brand = 'Vapid',
model = 'flashgt',
price = 48000,
category = 'sports',
hash = `flashgt`,
},
furoregt = {
name = 'Furore GT',
brand = 'Lampadati',
model = 'furoregt',
price = 78000,
category = 'sports',
hash = `furoregt`,
},
futo = {
name = 'Futo',
brand = 'Karin',
model = 'futo',
price = 17500,
category = 'coupes',
hash = `futo`,
},
gb200 = {
name = 'GB 200',
brand = 'Vapid',
model = 'gb200',
price = 140000,
category = 'sports',
hash = `gb200`,
},
komoda = {
name = 'Komoda',
brand = 'Lampadati',
model = 'komoda',
price = 55000,
category = 'sports',
hash = `komoda`,
},
imorgon = {
name = 'Imorgon',
brand = 'Overflod',
model = 'imorgon',
price = 120000,
category = 'sports',
hash = `imorgon`,
},
issi7 = { --DLC
name = 'Issi Sport',
brand = 'Weeny',
model = 'issi7',
price = 100000,
category = 'compacts',
hash = `issi7`,
},
italigto = { --DLC
name = 'Itali GTO',
brand = 'Progen',
model = 'italigto',
price = 260000,
category = 'sports',
hash = `italigto`,
},
jugular = { --DLC
name = 'Jugular',
brand = 'Ocelot',
model = 'jugular',
price = 80000,
category = 'sports',
hash = `jugular`,
},
jester = {
name = 'Jester',
brand = 'Dinka',
model = 'jester',
price = 132250,
category = 'sports',
hash = `jester`,
},
jester2 = {
name = 'Jester Racecar',
brand = 'Dinka',
model = 'jester2',
price = 210000,
category = 'sports',
hash = `jester2`,
},
jester3 = {
name = 'Jester Classic',
brand = 'Dinka',
model = 'jester3',
price = 85000,
category = 'sports',
hash = `jester3`,
},
khamelion = {
name = 'Khamelion',
brand = 'Hijak',
model = 'khamelion',
price = 90000,
category = 'sports',
hash = `khamelion`,
},
kuruma = {
name = 'Kuruma',
brand = 'Karin',
model = 'kuruma',
price = 72000,
category = 'sports',
hash = `kuruma`,
},
kuruma2 = {
name = 'kuruma2',
brand = 'Karin2',
model = 'kuruma2',
price = 72000,
category = 'sports',
hash = `kuruma2`,
},
locust = { --DLC
name = 'Locust',
brand = 'Ocelot',
model = 'locust',
price = 200000,
category = 'sports',
hash = `locust`,
},
lynx = {
name = 'Lynx',
brand = 'Ocelot',
model = 'lynx',
price = 150000,
category = 'sports',
hash = `lynx`,
},
massacro = {
name = 'Massacro',
brand = 'Dewbauchee',
model = 'massacro',
price = 110000,
category = 'sports',
hash = `massacro`,
},
massacro2 = {
name = 'Massacro Racecar',
brand = 'Dewbauchee',
model = 'massacro2',
price = 80000,
category = 'sports',
hash = `massacro2`,
},
neo = { --DLC
name = 'Neo',
brand = 'Vysser',
model = 'neo',
price = 230000,
category = 'sports',
hash = `neo`,
},
neon = { --DLC
name = 'Neon',
brand = 'Pfister',
model = 'neon',
price = 220000,
category = 'sports',
hash = `neon`,
},
ninef = {
name = '9F',
brand = 'Obey',
model = 'ninef',
price = 95000,
category = 'sports',
hash = `ninef`,
},
ninef2 = {
name = '9F Cabrio',
brand = 'Obey',
model = 'ninef2',
price = 105000,
category = 'sports',
hash = `ninef2`,
},
omnis = {
name = 'Omnis',
brand = 'Wow',
model = 'omnis',
price = 90000,
category = 'sports',
hash = `omnis`,
},
paragon = { --DLC
name = 'Paragon',
brand = 'Enus',
model = 'paragon',
price = 60000,
category = 'sports',
hash = `paragon`,
},
pariah = {
name = 'Pariah',
brand = 'Ocelot',
model = 'pariah',
price = 90000,
category = 'sports',
hash = `pariah`,
},
penumbra = {
name = 'Penumbra',
brand = 'Maibatsu',
model = 'penumbra',
price = 22000,
category = 'sports',
hash = `penumbra`,
},
penumbra2 = {
name = 'Penumbra FF',
brand = 'Maibatsu',
model = 'penumbra2',
price = 30000,
category = 'sports',
hash = `penumbra2`,
},
rapidgt = {
name = 'Rapid GT',
brand = 'Dewbauchee',
model = 'rapidgt',
price = 86000,
category = 'sports',
hash = `rapidgt`,
},
rapidgt2 = {
name = 'Rapid GT Convertible',
brand = 'Dewbauchee',
model = 'rapidgt2',
price = 92000,
category = 'sports',
hash = `rapidgt2`,
},
raptor = {
name = 'Raptor',
brand = 'BF',
model = 'raptor',
price = 90000,
category = 'sports',
hash = `raptor`,
},
revolter = {
name = 'Revolter',
brand = 'Ubermacht',
model = 'revolter',
price = 95000,
category = 'sports',
hash = `revolter`,
},
ruston = {
name = 'Ruston',
brand = 'Hijak',
model = 'ruston',
price = 130000,
category = 'sports',
hash = `ruston`,
},
schafter2 = {
name = 'Schafter',
brand = 'Benefactor',
model = 'schafter2',
price = 16000,
category = 'sedans',
hash = `schafter2`,
},
schafter3 = {
name = 'Schafter V12',
brand = 'Benefactor',
model = 'schafter3',
price = 35000,
category = 'sports',
hash = `schafter3`,
},
schafter4 = {
name = 'Schafter LWB',
brand = 'Benefactor',
model = 'schafter4',
price = 21000,
category = 'sports',
hash = `schafter4`,
},
schlagen = { --DLC
name = 'Schlagen GT',
brand = 'Benefactor',
model = 'schlagen',
price = 160000,
category = 'sports',
hash = `schlagen`,
},
schwarzer = {
name = 'Schwartzer',
brand = 'Benefactor',
model = 'schwarzer',
price = 47000,
category = 'sports',
hash = `schwarzer`,
},
sentinel3 = {
name = 'Sentinel Classic',
brand = 'Übermacht',
model = 'sentinel3',
price = 70000,
category = 'coupes',
hash = `sentinel3`,
},
seven70 = {
name = 'Seven-70',
brand = 'Dewbauchee',
model = 'seven70',
price = 140000,
category = 'sports',
hash = `seven70`,
},
specter = {
name = 'Specter',
brand = 'Dewbauchee',
model = 'specter',
price = 160000,
category = 'sports',
hash = `specter`,
},
streiter = {
name = 'Streiter',
brand = 'Benefactor',
model = 'streiter',
price = 40000,
category = 'sports',
hash = `streiter`,
},
sugoi = {
name = 'Sugoi',
brand = 'Dinka',
model = 'sugoi',
price = 85000,
category = 'sports',
hash = `sugoi`,
},
sultan = {
name = 'Sultan',
brand = 'Karin',
model = 'sultan',
price = 50000,
category = 'sports',
hash = `sultan`,
},
sultan2 = {
name = 'Sultan Custom',
brand = 'Karin',
model = 'sultan2',
price = 55000,
category = 'sports',
hash = `sultan2`,
},
surano = {
name = 'Surano',
brand = ' Benefactor',
model = 'surano',
price = 80000,
category = 'sports',
hash = `surano`,
},
tampa2 = {
name = 'Drift Tampa',
brand = 'Declasse',
model = 'tampa2',
price = 80000,
category = 'muscle',
hash = `tampa2`,
},
tropos = {
name = 'Tropos Rallye',
brand = 'Lampadati',
model = 'tropos',
price = 65000,
category = 'sports',
hash = `tropos`,
},
verlierer2 = {
name = 'Verlierer',
brand = 'Bravado',
model = 'verlierer2',
price = 90500,
category = 'sports',
hash = `verlierer2`,
},
vstr = {
name = 'V-STR',
brand = 'Albany',
model = 'vstr',
price = 80000,
category = 'sports',
hash = `vstr`,
},
italirsx = {
name = 'Itali RSX',
brand = 'Progen',
model = 'italirsx',
price = 260000,
category = 'sports',
hash = `italirsx`,
},
zr350 = { --DLC +set
sv_enforceGameBuild 2372
name = 'ZR350',
brand = 'Annis',
model = 'zr350',
price = 38000,
category = 'sports',
hash = `zr350`,
},
calico = { --DLC +set
sv_enforceGameBuild 2372
name = 'Calico GTF',
brand = 'Karin',
model = 'calico',
price = 39000,
category = 'sports',
hash = `calico`,
},
futo2 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Futo GTX',
brand = 'Karin',
model = 'futo2',
price = 39000,
category = 'sports',
hash = `futo2`,
},
euros = { --DLC +set
sv_enforceGameBuild 2372
name = 'Euros',
brand = 'Annis',
model = 'euros',
price = 80000,
category = 'sports',
hash = `euros`,
},
jester4 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Jester RR',
brand = 'Dinka',
model = 'jester4',
price = 240000,
category = 'sports',
hash = `jester4`,
},
remus = { --DLC +set
sv_enforceGameBuild 2372
name = 'Remus',
brand = 'Annis',
model = 'remus',
price = 48000,
category = 'sports',
hash = `remus`,
},
comet6 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Comet S2',
brand = 'Pfister',
model = 'comet6',
price = 230000,
category = 'sports',
hash = `comet6`,
},
growler = { --DLC +set
sv_enforceGameBuild 2372
name = 'Growler',
brand = 'Pfister',
model = 'growler',
price = 205000,
category = 'sports',
hash = `growler`,
},
vectre = { --DLC +set
sv_enforceGameBuild 2372
name = 'Emperor Vectre',
brand = 'Emperor',
model = 'vectre',
price = 80000,
category = 'sports',
hash = `vectre`,
},
cypher = { --DLC +set
sv_enforceGameBuild 2372
name = 'Cypher',
brand = 'Ubermacht',
model = 'cypher',
price = 155000,
category = 'sports',
hash = `cypher`,
},
sultan3 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Sultan Classic Custom',
brand = 'Karin',
model = 'sultan3',
price = 56000,
category = 'sports',
hash = `sultan3`,
},
rt3000 = { --DLC +set
sv_enforceGameBuild 2372
name = 'RT3000',
brand = 'Dinka',
model = 'rt3000',
price = 65000,
category = 'sports',
hash = `rt3000`,
},
--- Sports Classic
ardent = {
name = 'Ardent',
brand = 'Ocelot',
model = 'ardent',
price = 30000,
category = 'sportsclassics',
hash = `ardent`,
},
btype = { --meme car that goes pretty fast
name = 'Roosevelt',
brand = 'Albany',
model = 'btype',
price = 75000,
category = 'sportsclassics',
hash = `btype`,
},
btype2 = {
name = 'Franken Stange',
brand = 'Albany',
model = 'btype2',
price = 87000,
category = 'sportsclassics',
hash = `btype2`,
},
btype3 = {
name = 'Roosevelt Valor',
brand = 'Albany',
model = 'btype3',
price = 63000,
category = 'sportsclassics',
hash = `btype3`,
},
casco = {
name = 'Casco',
brand = 'Lampadati',
model = 'casco',
price = 100000,
category = 'sportsclassics',
hash = `casco`,
},
cheetah2 = {
name = 'Cheetah Classic',
brand = 'Grotti',
model = 'cheetah2',
price = 195000,
category = 'sports',
hash = `cheetah2`,
},
deluxo = {
name = 'Deluxo',
brand = 'Imponte',
model = 'deluxo',
price = 55000,
category = 'sportsclassics',
hash = `deluxo`,
},
dynasty = { --DLC
name = 'Dynasty',
brand = 'Weeny',
model = 'dynasty',
price = 25000,
category = 'sportsclassics',
hash = `dynasty`,
},
fagaloa = {
name = 'Fagaloa',
brand = 'Vulcar',
model = 'fagaloa',
price = 13000,
category = 'sportsclassics',
hash = `fagaloa`,
},
feltzer3 = { --DLC
name = 'Stirling GT',
brand = 'Benefactor',
model = 'feltzer3',
price = 115000,
category = 'sportsclassics',
hash = `feltzer3`,
},
gt500 = {
name = 'GT500',
brand = 'Grotti',
model = 'gt500',
price = 130000,
category = 'sportsclassics',
hash = `gt500`,
},
infernus2 = {
name = 'Infernus Classic',
brand = 'Pegassi',
model = 'infernus2',
price = 245000,
category = 'sportsclassics',
hash = `infernus2`,
},
jb700 = {
name = 'JB 700',
brand = 'Dewbauchee',
model = 'jb700',
price = 240000,
category = 'sportsclassics',
hash = `jb700`,
},
jb7002 = {
name = 'JB 700W',
brand = 'Dewbauchee',
model = 'jb7002',
price = 40000,
category = 'sportsclassics',
hash = `jb7002`,
},
mamba = {
name = 'Mamba',
brand = 'Declasse',
model = 'mamba',
price = 140000,
category = 'sportsclassics',
hash = `mamba`,
},
manana = {
name = 'Manana',
brand = 'Albany',
model = 'manana',
price = 12800,
category = 'muscle',
hash = `manana`,
},
manana2 = {
name = 'Manana Custom',
brand = 'Albany',
model = 'manana2',
price = 24000,
category = 'muscle',
hash = `manana2`,
},
michelli = {
name = 'Michelli GT',
brand = 'Lampadati',
model = 'michelli',
price = 30000,
category = 'sportsclassics',
hash = `michelli`,
},
monroe = {
name = 'Monroe',
brand = 'Pegassi',
model = 'monroe',
price = 115000,
category = 'sportsclassics',
hash = `monroe`,
},
nebula = { --DLC
name = 'Nebula',
brand = 'Vulcar',
model = 'nebula',
price = 22000,
category = 'sportsclassics',
hash = `nebula`,
},
peyote = {
name = 'Peyote',
brand = 'Vapid',
model = 'peyote',
price = 23500,
category = 'sportsclassics',
hash = `peyote`,
},
peyote3 = {
name = 'Peyote Custom',
brand = 'Vapid',
model = 'peyote3',
price = 48000,
category = 'sportsclassics',
hash = `peyote3`,
},
pigalle = {
name = 'Pigalle',
brand = 'Lampadati',
model = 'pigalle',
price = 92000,
category = 'sportsclassics',
hash = `pigalle`,
},
rapidgt3 = {
name = 'Rapid GT',
brand = 'Dewbauchee',
model = 'rapidgt3',
price = 90000,
category = 'sportsclassics',
hash = `rapidgt3`,
},
retinue = {
name = 'Retinue',
brand = 'Vapid',
model = 'retinue',
price = 32000,
category = 'sportsclassics',
hash = `retinue`,
},
retinue2 = {
name = 'Retinue MKII',
brand = 'Vapid',
model = 'retinue2',
price = 38000,
category = 'sportsclassics',
hash = `retinue2`,
},
savestra = {
name = 'Savestra',
brand = 'Annis',
model = 'savestra',
price = 67000,
category = 'sportsclassics',
hash = `savestra`,
},
stinger = {
name = 'Stinger',
brand = 'Grotti',
model = 'stinger',
price = 39500,
category = 'sportsclassics',
hash = `stinger`,
},
stingergt = {
name = 'Stinger GT',
brand = 'Grotti',
model = 'stingergt',
price = 70000,
category = 'sportsclassics',
hash = `stingergt`,
},
stromberg = {
name = 'Stromberg',
brand = 'Ocelot',
model = 'stromberg',
price = 80000,
category = 'sportsclassics',
hash = `stromberg`,
},
swinger = { --DLC
name = 'Swinger',
brand = 'Ocelot',
model = 'swinger',
price = 221000,
category = 'sportsclassics',
hash = `swinger`,
},
torero = {
name = 'Torero',
brand = 'Pegassi',
model = 'torero',
price = 84000,
category = 'sportsclassics',
hash = `torero`,
},
tornado = {
name = 'Tornado',
brand = 'Declasse',
model = 'tornado',
price = 21000,
category = 'sportsclassics',
hash = `tornado`,
},
tornado2 = {
name = 'Tornado Gang',
brand = 'Declasse',
model = 'tornado2',
price = 22000,
category = 'sportsclassics',
hash = `tornado2`,
},
tornado5 = {
name = 'Tornado Custom',
brand = 'Declasse',
model = 'tornado5',
price = 22000,
category = 'sportsclassics',
hash = `tornado5`,
},
turismo2 = {
name = 'Turismo Classic',
brand = 'Grotti',
model = 'turismo2',
price = 170000,
category = 'sportsclassics',
hash = `turismo2`,
},
viseris = {
name = 'Viseris',
brand = 'Lampadati',
model = 'viseris',
price = 210000,
category = 'sportsclassics',
hash = `viseris`,
},
z190 = {
name = '190Z',
brand = 'Karin',
model = 'z190',
price = 78000,
category = 'sportsclassics',
hash = `z190`,
},
ztype = {
name = 'Z-Type',
brand = 'Truffade',
model = 'ztype',
price = 270000,
category = 'sportsclassics',
hash = `ztype`,
},
zion3 = { --DLC
name = 'Zion Classic',
brand = 'Übermacht',
model = 'zion3',
price = 45000,
category = 'sportsclassics',
hash = `zion3`,
},
cheburek = {
name = 'Cheburek',
brand = 'Rune',
model = 'cheburek',
price = 7000,
category = 'sportsclassics',
hash = `cheburek`,
},
toreador = {
name = 'Toreador',
brand = 'Pegassi',
model = 'toreador',
price = 50000,
category = 'sportsclassics',
hash = `toreador`,
},
--- Super
adder = {
name = 'Adder',
brand = 'Truffade',
model = 'adder',
price = 280000,
category = 'super',
hash = `adder`,
},
autarch = {
name = 'Autarch',
brand = 'Överflöd',
model = 'autarch',
price = 224000,
category = 'super',
hash = `autarch`,
},
banshee2 = {
name = 'Banshee 900R',
brand = 'Bravado',
model = 'banshee2',
price = 120000,
category = 'super',
hash = `banshee2`,
},
bullet = {
name = 'Bullet',
brand = 'Vapid',
model = 'bullet',
price = 120000,
category = 'super',
hash = `bullet`,
},
cheetah = {
name = 'Cheetah',
brand = 'Grotti',
model = 'cheetah',
price = 214000,
category = 'super',
hash = `cheetah`,
},
cyclone = { --might be too overpowered
name = 'Cyclone',
brand = 'Coil',
model = 'cyclone',
price = 300000,
category = 'super',
hash = `cyclone`,
},
entity2 = {
name = 'Entity XXR',
brand = 'Överflöd',
model = 'entity2',
price = 164000,
category = 'super',
hash = `entity2`,
},
entityxf = {
name = 'Entity XF',
brand = 'Överflöd',
model = 'entityxf',
price = 180000,
category = 'super',
hash = `entityxf`,
},
emerus = { --DLC
name = 'Emerus',
brand = 'Progen',
model = 'emerus',
price = 220000,
category = 'super',
hash = `emerus`,
},
fmj = {
name = 'FMJ',
brand = 'Vapid',
model = 'fmj',
price = 125000,
category = 'super',
hash = `fmj`,
},
furia = {
name = 'Furia',
brand = 'Grotti',
model = 'furia',
price = 230000,
category = 'super',
hash = `furia`,
},
gp1 = {
name = 'GP1',
brand = 'Progen',
model = 'gp1',
price = 110000,
category = 'super',
hash = `gp1`,
},
infernus = {
name = 'Infernus',
brand = 'Pegassi',
model = 'infernus',
price = 235000,
category = 'super',
hash = `infernus`,
},
italigtb = {
name = 'Itali GTB',
brand = 'Progen',
model = 'italigtb',
price = 170000,
category = 'super',
hash = `italigtb`,
},
italigtb2 = {
name = 'Itali GTB',
brand = 'Progen',
model = 'italigtb2',
price = 250000,
category = 'super',
hash = `italigtb2`,
},
krieger = { --DLC
name = 'Krieger',
brand = 'Benefactor',
model = 'krieger',
price = 222000,
category = 'super',
hash = `krieger`,
},
le7b = {
name = 'RE-7B',
brand = 'Annis',
model = 'le7b',
price = 260000,
category = 'super',
hash = `le7b`,
},
nero = {
name = 'Nero',
brand = 'Truffade',
model = 'nero',
price = 200000,
category = 'super',
hash = `nero`,
},
nero2 = {
name = 'Nero Custom',
brand = 'Truffade',
model = 'nero2',
price = 260000,
category = 'super',
hash = `nero2`,
},
osiris = {
name = 'Osiris',
brand = 'Pegassi',
model = 'osiris',
price = 220000,
category = 'super',
hash = `osiris`,
},
penetrator = {
name = 'Penetrator',
brand = 'Ocelot',
model = 'penetrator',
price = 130000,
category = 'super',
hash = `penetrator`,
},
pfister811 = {
name = '811',
brand = 'Pfister',
model = 'pfister811',
price = 220000,
category = 'super',
hash = `pfister811`,
},
prototipo = {
name = 'X80 Proto',
brand = 'Grotti',
model = 'prototipo',
price = 235000,
category = 'super',
hash = `prototipo`,
},
reaper = {
name = 'Reaper',
brand = 'Pegassi',
model = 'reaper',
price = 100000,
category = 'super',
hash = `reaper`,
},
s80 = { --DLC
name = 'S80RR',
brand = 'Annis',
model = 's80',
price = 205000,
category = 'super',
hash = `s80`,
},
sc1 = {
name = 'SC1',
brand = 'Übermacht',
model = 'sc1',
price = 90000,
category = 'super',
hash = `sc1`,
},
sheava = { --DLC
name = 'ETR1',
brand = 'Emperor',
model = 'sheava',
price = 220000,
category = 'super',
hash = `sheava`,
},
sultanrs = {
name = 'Sultan RS',
brand = 'Karin',
model = 'sultanrs',
price = 76500,
category = 'sports',
hash = `sultanrs`,
},
t20 = {
name = 'T20',
brand = 'Progen',
model = 't20',
price = 1650000,
category = 'super',
hash = `t20`,
},
taipan = {
name = 'Taipan',
brand = 'Cheval',
model = 'taipan',
price = 1850000,
category = 'super',
hash = `taipan`,
},
tempesta = {
name = 'Tempesta',
brand = 'Pegassi',
model = 'tempesta',
price = 120000,
category = 'super',
hash = `tempesta`,
},
tezeract = {
name = 'Tezeract',
brand = 'Pegassi',
model = 'tezeract',
price = 220000,
category = 'super',
hash = `tezeract`,
},
thrax = { --DLC
name = 'Thrax',
brand = 'Truffade',
model = 'thrax',
price = 180000,
category = 'super',
hash = `thrax`,
},
tigon = {
name = 'Tigon',
brand = 'Lampadati',
model = 'tigon',
price = 240000,
category = 'super',
hash = `tigon`,
},
turismor = {
name = 'Turismo R',
brand = 'Grotti',
model = 'turismor',
price = 140000,
category = 'super',
hash = `turismor`,
},
tyrant = {
name = 'Tyrant',
brand = ' Överflöd',
model = 'tyrant',
price = 2100000,
category = 'super',
hash = `tyrant`,
},
tyrus = {
name = 'Tyrus',
brand = 'Progen',
model = 'tyrus',
price = 230000,
category = 'super',
hash = `tyrus`,
},
vacca = {
name = 'Vacca',
brand = 'Pegassi',
model = 'vacca',
price = 105000,
category = 'super',
hash = `vacca`,
},
vagner = {
name = 'Vagner',
brand = 'Dewbauchee',
model = 'vagner',
price = 1660000,
category = 'super',
hash = `vagner`,
},
visione = {
name = 'Visione',
brand = 'Grotti',
model = 'visione',
price = 750000,
category = 'sports',
hash = `visione`,
},
voltic = {
name = 'Voltic',
brand = 'Coil',
model = 'voltic',
price = 120000,
category = 'super',
hash = `voltic`,
},
voltic2 = {
name = 'Rocket Voltic',
brand = 'Coil',
model = 'voltic2',
price = 9830400,
category = 'super',
hash = `voltic2`,
},
xa21 = {
name = 'XA-21',
brand = 'Ocelot',
model = 'xa21',
price = 180000,
category = 'super',
hash = `xa21`,
},
zentorno = {
name = 'Zentorno',
brand = 'Pegassi',
model = 'zentorno',
price = 340000,
category = 'super',
hash = `zentorno`,
},
zorrusso = { --DLC
name = 'Zorrusso',
brand = 'Pegassi',
model = 'zorrusso',
price = 277000,
category = 'super',
hash = `zorrusso`,
},
-- Vans
bison = {
name = 'Bison',
brand = 'Bravado',
model = 'bison',
price = 18000,
category = 'vans',
hash = `bison`,
},
bobcatxl = {
name = 'Bobcat XL Open',
brand = 'Vapid',
model = 'bobcatxl',
price = 13500,
category = 'vans',
hash = `bobcatxl`,
},
burrito3 = {
name = 'Burrito',
brand = 'Declasse',
model = 'burrito3',
price = 4000,
category = 'vans',
hash = `burrito3`,
},
gburrito2 = {
name = 'Burrito Custom',
brand = 'Declasse',
model = 'gburrito2',
price = 11500,
category = 'vans',
hash = `gburrito2`,
},
rumpo = {
name = 'Rumpo',
brand = 'Bravado',
model = 'rumpo',
price = 9000,
category = 'vans',
hash = `rumpo`,
},
journey = {
name = 'Journey',
brand = 'Zirconium',
model = 'journey',
price = 6500,
category = 'vans',
hash = `journey`,
},
minivan = {
name = 'Minivan',
brand = 'Vapid',
model = 'minivan',
price = 7000,
category = 'vans',
hash = `minivan`,
},
minivan2 = {
name = 'Minivan Custom',
brand = 'Vapid',
model = 'minivan2',
price = 10000,
category = 'vans',
hash = `minivan2`,
},
paradise = {
name = 'Paradise',
brand = 'Bravado',
model = 'paradise',
price = 9000,
category = 'vans',
hash = `paradise`,
},
rumpo3 = {
name = 'Rumpo Custom',
brand = 'Bravado',
model = 'rumpo3',
price = 19500,
category = 'vans',
hash = `rumpo3`,
},
speedo = {
name = 'Speedo',
brand = 'Vapid',
model = 'speedo',
price = 10000,
category = 'vans',
hash = `speedo`,
},
speedo4 = {
name = 'Speedo Custom',
brand = 'Vapid',
model = 'speedo4',
price = 15000,
category = 'vans',
hash = `speedo4`,
},
surfer = {
name = 'Surfer',
brand = 'BF',
model = 'surfer',
price = 9000,
category = 'vans',
hash = `surfer`,
},
youga3 = {
name = 'Youga Classic 4x4',
brand = 'Bravado',
model = 'youga3',
price = 15000,
category = 'vans',
hash = `youga3`,
},
youga = {
name = 'Youga',
brand = 'Bravado',
model = 'youga',
price = 8000,
category = 'vans',
hash = `youga`,
},
youga2 = {
name = 'Youga Classic',
brand = 'Bravado',
model = 'youga2',
price = 14500,
category = 'vans',
hash = `youga2`,
},
youga4 = { --DLC +set sv_enforceGameBuild 2545
name = 'Youga',
brand = 'Bravado',
model = 'youga4',
price = 85000,
category = 'vans',
hash = `youga4`,
},
mule5 = { --DLC +set sv_enforceGameBuild 2545
name = 'Mule',
brand = 'Box Truck',
model = 'mule5',
price = 221000,
category = 'vans',
hash = `mule5`,
},
-- Utility
sadler = {
name = 'Sadler',
brand = 'Vapid',
model = 'sadler',
price = 20000,
category = 'offroad',
hash = `sadler`,
},
guardian = {
name = 'Guardian',
brand = 'Annis',
price = 21000,
category = 'offroad',
model = 'guardian',
hash = `guardian`,
},
slamtruck = {
name = 'Slam Truck',
brand = 'Vapid',
model = 'slamtruck',
price = 100000,
category = 'muscle',
hash = `slamtruck`,
},
warrener2 = { --DLC +set
sv_enforceGameBuild 2372
name = 'Warrener HKR',
brand = 'Vulcar',
model = 'warrener2',
price = 30000,
category = 'sedans',
hash = `warrener2`,
},
-- Boats
squalo = {
name = 'Squalo',
brand = 'Shitzu',
model = 'squalo',
price = 40000,
category = 'boats',
hash = `squalo`,
},
marquis = {
name = 'Marquis',
brand = 'Dinka',
model = 'marquis',
price = 40000,
category = 'boats',
hash = `marquis`,
},
seashark = {
name = 'Seashark',
brand = 'Speedophile',
model = 'seashark',
price = 40000,
category = 'boats',
hash = `seashark`,
},
seashark2 = {
name = 'Seashark',
brand = 'Speedophile',
model = 'seashark2',
price = 40000,
category = 'boats',
hash = `seashark2`,
},
seashark3 = {
name = 'Seashark',
brand = 'Speedophile',
model = 'seashark3',
price = 40000,
category = 'boats',
hash = `seashark3`,
},
jetmax = {
name = 'Shitzu',
brand = 'Jetmax',
model = 'jetmax',
price = 40000,
category = 'boats',
hash = `jetmax`,
},
tropic = {
name = 'Shitzu',
brand = 'Tropic',
model = 'tropic',
price = 40000,
category = 'boats',
hash = `tropic`,
},
tropic2 = {
name = 'Shitzu',
brand = 'Tropic',
model = 'tropic2',
price = 40000,
category = 'boats',
hash = `tropic2`,
},
dinghy = {
name = 'Nagasaki',
brand = 'Dinghy',
model = 'dinghy',
price = 40000,
category = 'boats',
hash = `dinghy`,
},
dinghy2 = {
name = 'Nagasaki',
brand = 'Dinghy',
model = 'dinghy2',
price = 40000,
category = 'boats',
hash = `dinghy2`,
},
dinghy3 = {
name = 'Nagasaki',
brand = 'Dinghy',
model = 'dinghy3',
price = 40000,
category = 'boats',
hash = `dinghy3`,
},
dinghy4 = {
name = 'Nagasaki',
brand = 'Dinghy',
model = 'dinghy4',
price = 40000,
category = 'boats',
hash = `dinghy4`,
},
suntrap = {
name = 'Shitzu',
brand = 'Suntrap',
model = 'suntrap',
price = 40000,
category = 'boats',
hash = `suntrap`,
},
speeder = {
name = 'Speeder',
brand = 'Pegassi',
model = 'speeder',
price = 40000,
category = 'boats',
hash = `speeder`,
},
speeder2 = {
name = 'Speeder',
brand = 'Pegassi',
model = 'speeder2',
price = 40000,
category = 'boats',
hash = `speeder2`,
},
longfin = {
name = 'Longfin',
brand = 'Shitzu',
model = 'longfin',
price = 40000,
category = 'boats',
hash = `longfin`,
},
toro = {
name = 'Toro',
brand = 'Lampadati',
model = 'toro',
price = 40000,
category = 'boats',
hash = `toro`,
},
toro2 = {
name = 'Toro',
brand = 'Lampadati',
model = 'toro2',
price = 40000,
category = 'boats',
hash = `toro2`,
},
-- helicopters
buzzard2 = {
name = 'Buzzard',
brand = 'Unknown',
model = 'buzzard2',
price = 52000,
category = 'helicopters',
hash = `buzzard2`,
},
frogger = {
name = 'Frogger',
brand = 'Unknown',
model = 'frogger',
price = 52000,
category = 'helicopters',
hash = `frogger`,
},
frogger2 = {
name = 'Frogger',
brand = 'Unknown',
model = 'frogger2',
price = 52000,
category = 'helicopters',
hash = `frogger2`,
},
maverick = {
name = 'Maverick',
brand = 'Unknown',
model = 'maverick',
price = 52000,
category = 'helicopters',
hash = `maverick`,
},
swift = {
name = 'Swift',
brand = 'Buckingham',
model = 'swift',
price = 52000,
category = 'helicopters',
hash = `swift`,
},
swift2 = {
name = 'Swift',
brand = 'Buckingham',
model = 'swift2',
price = 52000,
category = 'helicopters',
hash = `swift2`,
},
seasparrow = {
name = 'Sea Sparrow',
brand = 'Unknown',
model = 'seasparrow',
price = 52000,
category = 'helicopters',
hash = `seasparrow`,
},
seasparrow2 = {
name = 'Sparrow',
brand = 'Unknown',
model = 'seasparrow2',
price = 52000,
category = 'helicopters',
hash = `seasparrow2`,
},
seasparrow3 = {
name = 'Sparrow',
brand = 'Unknown',
model = 'seasparrow3',
price = 52000,
category = 'helicopters',
hash = `seasparrow3`,
},
supervolito = {
name = 'SuperVolito',
brand = 'Buckingham',
model = 'supervolito',
price = 52000,
category = 'helicopters',
hash = `supervolito`,
},
supervolito2 = {
name = 'SuperVolito Carbon',
brand = 'Buckingham',
model = 'supervolito2',
price = 52000,
category = 'helicopters',
hash = `supervolito2`,
},
volatus = {
name = 'Volatus',
brand = 'Buckingham',
model = 'volatus',
price = 52000,
category = 'helicopters',
hash = `volatus`,
},
havok = {
name = 'Havok',
brand = 'Nagasaki',
model = 'havok',
price = 52000,
category = 'helicopters',
hash = `havok`,
},
-- Planes
duster = {
name = 'Duster',
brand = 'Unknown',
model = 'duster',
price = 45000,
category = 'planes',
hash = `duster`,
},
luxor = {
name = 'Luxor',
brand = 'Buckingham',
model = 'luxor',
price = 45000,
category = 'planes',
hash = `luxor`,
},
luxor2 = {
name = 'Luxor Deluxe',
brand = 'Buckingham',
model = 'luxor2',
price = 45000,
category = 'planes',
hash = `luxor2`,
},
stunt = {
name = 'Mallard',
brand = 'Unknown',
model = 'stunt',
price = 45000,
category = 'planes',
hash = `stunt`,
},
mammatus = {
name = 'Mammatus',
brand = 'Unknown',
model = 'mammatus',
price = 45000,
category = 'planes',
hash = `mammatus`,
},
velum = {
name = 'Velum',
brand = 'Unknown',
model = 'velum',
price = 45000,
category = 'planes',
hash = `velum`,
},
velum2 = {
name = 'Velum',
brand = 'Unknown',
model = 'velum2',
price = 45000,
category = 'planes',
hash = `velum2`,
},
shamal = {
name = 'Shamal',
brand = 'Buckingham',
model = 'shamal',
price = 45000,
category = 'planes',
hash = `shamal`,
},
vestra = {
name = 'Vestra',
brand = 'Buckingham',
model = 'vestra',
price = 45000,
category = 'planes',
hash = `vestra`,
},
dodo = {
name = 'Dodo',
brand = 'Mammoth',
model = 'dodo',
price = 45000,
category = 'planes',
hash = `dodo`,
},
howard = {
name = 'Howard NX-25',
brand = 'Buckingham',
model = 'howard',
price = 45000,
category = 'planes',
hash = `howard`,
},
alphaz1 = {
name = 'Alpha-Z1',
brand = 'Buckingham',
model = 'alphaz1',
price = 45000,
category = 'planes',
hash = `alphaz1`,
},
nimbus = {
name = 'Nimbus',
brand = 'Buckingham',
model = 'nimbus',
price = 45000,
category = 'planes',
hash = `nimbus`,
},
brioso3 = { --DLC +set sv_enforceGameBuild 2699 (and below)
name = 'Brioso 300 Widebody',
brand = 'Grotti',
model = 'brioso3',
price = 125000,
category = 'compacts',
hash = `brioso3`,
},
conada = {
name = 'Conada',
brand = 'Buckingham',
model = 'conada',
price = 115000,
category = 'helicopters',
hash = `conada`,
},
corsita = {
name = 'Corsita',
brand = 'Lampadati',
model = 'corsita',
price = 90000,
category = 'sports',
hash = `corsita`,
},
draugur = {
name = 'Draugur',
brand = 'Declasse',
model = 'draugur',
price = 99000,
category = 'offroad',
hash = `draugur`,
},
greenwood = {
name = 'Greenwood',
brand = 'Bravado',
model = 'greenwood',
price = 105000,
category = 'muscle',
hash = `greenwood`,
},
kanjosj = {
name = 'Kanjo SJ',
brand = 'Dinka',
model = 'kanjosj',
price = 143000,
category = 'coupes',
hash = `kanjosj`,
},
lm87 = {
name = 'LM87',
brand = 'Benefactor',
model = 'lm87',
price = 155000,
category = 'super',
hash = `lm87`,
},
omnisegt = {
name = 'Omnis e-GT',
brand = 'Obey',
model = 'omnisegt',
price = 185000,
category = 'sports',
hash = `omnisegt`,
},
postlude = {
name = 'Postlude',
brand = 'Dinka',
model = 'postlude',
price = 90000,
category = 'coupes',
hash = `postlude`,
},
rhinehart = {
name = 'Rhinehart',
brand = 'Ubermacht',
model = 'rhinehart ',
price = 105000,
category = 'sedans',
hash = `rhinehart`,
},
ruiner4 = {
name = 'Ruiner ZZ-8',
brand = 'Imponte',
model = 'ruiner4',
price = 85000,
category = 'muscle',
hash = `ruiner4`,
},
sentinel4 = {
name = 'Sentinel Classic Widebody',
brand = 'Ubermacht',
model = 'sentinel4',
price = 140000,
category = 'sports',
hash = `sentinel4`,
},
sm722 = {
name = 'SM722',
brand = 'Benefactor',
model = 'sm722',
price = 125000,
category = 'sports',
hash = `sm722`,
},
tenf = {
name = '10F',
brand = 'Obey',
model = 'tenf',
price = 185000,
category = 'sports',
hash = `tenf`,
},
tenf2 = {
name = '10F Widebody',
brand = 'Obey',
model = 'tenf2',
price = 215000,
category = 'sports',
hash = `tenf2`,
},
torero2 = {
name = 'Torero XO',
brand = 'Pegassi',
model = 'torero2',
price = 245000,
category = 'super',
hash = `torero2`,
},
vigero2 = {
name = 'Vigero ZX',
brand = 'Declasse',
model = 'vigero2',
price = 105000,
category = 'muscle',
hash = `vigero2`,
},
weevil2 = {
name = 'Weevil Custom',
brand = 'BF',
model = 'weevil2',
price = 95000,
category = 'muscle',
hash = `weevil2`,
},

-- POLICE
polbike = { name = 'Police Bike 1', brand = 'POLICE',
model = 'polbike', price = 1000000, category =
'police', hash = `polbike`, },
polbike2 = { name = 'Police Bike 2', brand = 'POLICE',
model = 'polbike2', price = 1000000, category =
'police', hash = `polbike2`, },
polbike3 = { name = 'Police Bike 3', brand = 'POLICE',
model = 'polbike3', price = 1000000, category =
'police', hash = `polbike3`, },
polcamaro = { name = 'Police Camaro', brand = 'POLICE',
model = 'polcamaro', price = 1000000, category = 'police',
hash = `polcamaro`, },
polchallenger = { name = 'Police Challenger', brand = 'POLICE',
model = 'polchallenger', price = 1000000, category = 'police', hash =
`polchallenger`, },
polcharger = { name = 'Police Charger', brand = 'POLICE',
model = 'polcharger', price = 1000000, category = 'police',
hash = `polcharger`, },
poldurango = { name = 'Police Durango', brand = 'POLICE',
model = 'poldurango', price = 1000000, category = 'police',
hash = `poldurango`, },
polexplorer = { name = 'Police Explorer', brand = 'POLICE',
model = 'polexplorer', price = 1000000, category = 'police',
hash = `polexplorer`, },
polgt4rs = { name = 'Police Gt4rs', brand = 'POLICE',
model = 'polgt4rs', price = 1000000, category =
'police', hash = `polgt4rs`, },
polmache = { name = 'Police Mache', brand = 'POLICE',
model = 'polmache', price = 1000000, category =
'police', hash = `polmache`, },
polmustang = { name = 'Police Mustang', brand = 'POLICE',
model = 'polmustang', price = 1000000, category = 'police',
hash = `polmustang`, },
polram = { name = 'Police Ram', brand = 'POLICE',
model = 'polram', price = 1000000, category = 'police',
hash = `polram`, },
poltahoe = { name = 'Police Tahoe', brand = 'POLICE',
model = 'poltahoe', price = 1000000, category =
'police', hash = `poltahoe`, },
poltahoe21 = { name = 'Police Tahoe21', brand = 'POLICE',
model = 'poltahoe21', price = 1000000, category = 'police',
hash = `poltahoe21`, },
poltaurus = { name = 'Police Taurus', brand = 'POLICE',
model = 'poltaurus', price = 1000000, category = 'police',
hash = `poltaurus`, },
polvette = { name = 'Police Vette', brand = 'POLICE',
model = 'polvette', price = 1000000, category =
'police', hash = `polvette`, },
polvictoria = { name = 'Police Victoria', brand = 'POLICE',
model = 'polvictoria', price = 1000000, category = 'police',
hash = `polvictoria`, },
polraptor = { name = 'Police Raptor', brand = 'POLICE',
model = 'polraptor', price = 1000000, category = 'police',
hash = `polraptor`, },
polcharger14 = { name = 'Police Charger14', brand = 'POLICE',
model = 'polcharger14', price = 1000000, category = 'police', hash =
`polcharger14`, },
polmustang24 = { name = 'Police Mustang24', brand = 'POLICE',
model = 'polmustang24', price = 1000000, category = 'police', hash =
`polmustang24`, },
polsilverado = { name = 'Police Silverado', brand = 'POLICE',
model = 'polsilverado', price = 1000000, category = 'police', hash =
`polsilverado`, },

npolchal = { name = 'Police Challenger', brand = 'Dodge', model


= 'npolchal', price = 1000000, category = 'police', hash = `npolchal`,
},
npolstang = { name = 'Police Mustang', brand = 'Ford',
model = 'npolstang', price = 1000000, category = 'police', hash =
`npolstang`, },
npolvette = { name = 'Police Corvette', brand = 'Chevrolet', model
= 'npolvette', price = 1000000, category = 'police', hash = `npolvette`,
},
npolvic = { name = 'Police Victoria', brand = 'Ford',
model = 'npolvic', price = 5000, category = 'police',
hash = `npolvic`, },
npolexp = { name = 'Police Explorer', brand = 'Ford',
model = 'npolexp', price = 1000000, category = 'police', hash =
`npolexp`, },
npolmm = { name = 'Police Motorcycle', brand = 'Ford',
model = 'npolmm', price = 1000000, category = 'police', hash =
`npolmm`, },
npolchar = { name = 'Police charger', brand = 'Dodge', model
= 'npolchar', price = 1000000, category = 'police', hash = `npolchar`,
},
policet = { name = 'Police Van', brand = 'policet',
model = 'policet', price = 1000000, category = 'police', hash =
`policet`, },
spc5turs = { name = 'Police Taurus', brand = 'Ford',
model = 'spc5turs', price = 1000000, category = 'police', hash =
`spc5turs`, },
spc11dur = { name = 'Police Durango', brand = 'Dodge', model
= 'spc11dur', price = 1000000, category = 'police', hash = `spc11dur`,
},
spc12f150 = { name = 'Police F150', brand = 'Ford',
model = 'spc12f150', price = 1000000, category = 'police', hash =
`spc12f150`, },
ypraptor = { name = 'Police Raptor', brand = 'Ford',
model = 'ypraptor', price = 1000000, category = 'police', hash =
`ypraptor`, },
['24tac'] = { name = 'Police Tundra', brand =
'Toyota', model = '24tac', price = 1000000, category =
'police', hash = `24tac`, },

['16FPIUAMR'] = { name = 'EMS', brand = 'Ford',


model = '16FPIUAMR', price = 1000000, category = 'police', hash =
`16FPIUAMR`, },
['18TAHOEAMR'] = { name = 'EMS', brand =
'Chevrolet', model = '18TAHOEAMR', price = 1000000, category =
'police', hash = `18TAHOEAMR`, },
['22FPIUAMR'] = { name = 'EMS', brand = 'Ford',
model = '22FPIUAMR', price = 1000000, category = 'police', hash =
`22FPIUAMR`, },
amr02tahoe = { name = 'EMS', brand =
'Chevrolet', model = 'amr02tahoe', price = 1000000, category =
'police', hash = `amr02tahoe`, },
amr13exped = { name = 'EMS', brand = 'Ford',
model = 'amr13exped', price = 1000000, category = 'police',
hash = `amr13exped`, },
amr13fpiu = { name = 'EMS', brand = 'Ford',
model = 'amr13fpiu', price = 1000000, category = 'police',
hash = `amr13fpiu`, },
AMR14TAHOE = { name = 'EMS', brand =
'Chevrolet', model = 'AMR14TAHOE', price = 1000000, category =
'police', hash = `AMR14TAHOE`, },
amrexpress = { name = 'EMS', brand = 'NONE',
model = 'amrexpress', price = 1000000, category = 'police',
hash = `amr02tamrexpressahoe`, },
amrfreightliner = { name = 'EMS', brand = 'NONE',
model = 'amrfreightliner', price = 1000000, category = 'police',
hash = `amrfreightliner`, },
amrheli = { name = 'EMS', brand = 'NONE',
model = 'amrheli', price = 1000000, category =
'police', hash = `amrheli`, },
amrvan = { name = 'EMS', brand = 'NONE',
model = 'amrvan', price = 1000000, category = 'police',
hash = `amrvan`, },
fordambo = { name = 'EMS Ford E450', brand = 'Ford',
model = 'fordambo', price = 1000000, category = 'police',
hash = `fordambo`, },
Motoheli316 = { name = 'EMS', brand = 'NONE',
model = 'Motoheli316', price = 1000000, category = 'police',
hash = `Motoheli316`, },

-- ADdon Cars
--- store
-- Motorcycles
crazycr = { name = 'Suzuki', brand = 'Suzuki',
model = 'crazycr', price = 1000000, category =
'motorcycles', hash = `crazycr`, },
jbaj = { name = 'm1000rr', brand = 'bmw',
model = 'jbaj', price = 1000000, category =
'motorcycles', hash = `jbaj`, },
davidson22 = { name = 'davidson22', brand = 'davidson22',
model = 'davidson22', price = 1000000, category = 'motorcycles',
hash = `davidson22`, },
--

-- Offroads
dretrx = { name = 'RAM TRX', brand = 'Dodge',
model = 'dretrx', price = 1000000, category = 'Off-road',
hash = `dretrx`, },
--

-- Sports
hycadezl1 = { name = 'ZL1 Camaro', brand = 'Chevrolet',
model = 'hycadezl1', price = 1000000, category = 'sports',
hash = `hycadezl1`, },
lolod = { name = 'Charger', brand = 'Dodge',
model = 'lolod', price = 1000000, category = 'sports',
hash = `lolod`, },
ikx3ct4v22 = { name = 'CT4', brand = 'Cadillac',
model = 'ikx3ct4v22', price = 1000000, category = 'sports',
hash = `ikx3ct4v22`, },
--

-- Luxurys
owlbrabus223 = { name = 'S63', brand =
'Mercedes', model = 'owlbrabus223', price = 1000000, category =
'sports', hash = `owlbrabus223`, },
TCMRD = { name = 'TCMRD', brand = 'Rolls
Royce', model = 'TCMRD', price = 1000000, category =
'sports', hash = `TCMRD`, },
m7 = { name = 'M7', brand = 'BMW',
model = 'm7', price = 1000000, category = 'sports',
hash = `m7`, },
--
---
gs350 = { name = 'GS350', brand = 'Lexus',
model = 'gs350', price = 1000000, category = 'Sedans',
hash = `gs350`, },
['22g63'] = { name = 'G class', brand = 'Mercedes',
model = '22g63', price = 1000000, category = 'SUVs',
hash = `22g63`, },
dre300cat = { name = '300c', brand =
'Chrysler', model = 'dre300cat', price = 1000000, category =
'sports', hash = `dre300cat`, },
rcf = { name = 'rcf', brand = 'Lexus',
model = 'rcf', price = 1000000, category =
'Sedans', hash = `rcf`, },
wildtrak = { name = 'Bronco', brand = 'Ford',
model = 'wildtrak', price = 1000000, category = 'Off-road',
hash = `wildtrak`, },
cha68hell = { name = '68 Challenger', brand = 'Dodge',
model = 'cha68hell', price = 1000000, category = 'Muscle',
hash = `cha68hell`, },
dres63amg = { name = 'S63 AMG', brand = 'Mercedes',
model = 'dres63amg', price = 1000000, category = 'Sedans',
hash = `dres63amg`, },
['2020g900'] = { name = '2020 G900', brand =
'Mercedes', model = '2020g900', price = 1000000,
category = 'SUVs', hash = `2020g900`, },
['srtday20'] = { name = '2020 Charger SRT', brand = 'Dodge',
model = 'srtday20', price = 1000000, category = 'sports',
hash = `srtday20`, },
['m3g80'] = { name = 'M3', brand = 'BMW',
model = 'm3g80', price = 1000000, category =
'sports', hash = `m3g80`, },
['x3ramtrx21'] = { name = '2021 Ram TRX', brand = 'Dodge',
model = 'x3ramtrx21', price = 1000000, category = 'Off-road',
hash = `x3ramtrx21`, },
['22ct5vbw'] = { name = '2022 ct5', brand =
'Cadillac', model = '22ct5vbw', price = 1000000,
category = 'sports', hash = `22ct5vbw`, },
['chrRak'] = { name = 'Charger', brand = 'Dodge',
model = 'chrRak', price = 1000000, category = 'sports',
hash = `chrRak`, },
['nisa31'] = { name = 'Nissan', brand = 'Nissan',
model = 'nisa31', price = 1000000, category = 'sports',
hash = `nisa31`, },
['jp12'] = { name = 'grand cherokee', brand = 'JEEP',
model = 'jp12', price = 1000000, category = 'sports',
hash = `jp12`, },
['400z'] = { name = '400z', brand = 'Nissan',
model = '400z', price = 1000000, category =
'sports', hash = `400z`, },

['fastback'] = { name = 'Mustang 1969', brand =


'Ford', model = 'fastback', price = 1000000,
category = 'sports', hash = `fastback`, ['shop'] =
'private',},
['rmodcharger69'] = { name = 'Charger 1969', brand =
'Dodge', model = 'rmodcharger69', price = 1000000, category =
'sports', hash = `rmodcharger69`, ['shop'] = 'private',},
['evovaris'] = { name = 'Evo varis', brand
= 'Mitsubishi', model = 'evovaris', price = 1000000,
category = 'sports', hash = `evovaris`, ['shop'] =
'private',},
['bluecunt'] = { name = 'bluecunt', brand
= 'bluecunt', model = 'bluecunt', price = 1000000,
category = 'sports', hash = `bluecunt`, ['shop'] =
'private',},
['lc500'] = { name = 'lc500',
brand = 'lc500', model = 'lc500', price = 1000000,
category = 'sports', hash = `lc500`, ['shop'] =
'private',},
['ctsv16'] = { name = 'ctsv16', brand
= 'ctsv16', model = 'ctsv16', price = 1000000, category =
'sports', hash = `ctsv16`, ['shop'] = 'private',},

['cp9a'] = { name = 'cp9a', brand = 'cp9a',


model = 'cp9a', price = 1000000, category = 'sports', hash =
`cp9a`, ['shop'] = 'private',},
['22m5'] = { name = '22m5', brand = '22m5',
model = '22m5', price = 1000000, category = 'sports', hash =
`22m5`, ['shop'] = 'private',},
['lp700'] = { name = 'lp700', brand = 'lp700',
model = 'lp700', price = 1000000, category = 'sports', hash =
`lp700`, ['shop'] = 'private',},
['r35'] = { name = 'r35', brand = 'r35',
model = 'r35', price = 1000000, category = 'sports', hash =
`r35`, ['shop'] = 'private',},
['gtr'] = { name = 'gtr', brand = 'gtr',
model = 'gtr', price = 1000000, category = 'sports', hash =
`gtr`, ['shop'] = 'private',},
['S15RB'] = { name = 'S15RB', brand = 'S15RB',
model = 'S15RB', price = 1000000, category = 'sports', hash =
`S15RB`, ['shop'] = 'private',},
['fnf4r34'] = { name = 'fnf4r34', brand =
'fnf4r34', model = 'fnf4r34', price = 1000000, category =
'sports', hash = `fnf4r34`, ['shop'] = 'private',},
['z2879'] = { name = 'z2879', brand = 'z2879',
model = 'z2879', price = 1000000, category = 'sports', hash =
`z2879`, ['shop'] = 'private',},
['victor'] = { name = 'victor', brand = 'victor',
model = 'victor', price = 1000000, category = 'sports', hash =
`victor`, ['shop'] = 'private',},
['veln'] = { name = 'veln', brand = 'veln',
model = 'veln', price = 1000000, category = 'sports', hash =
`veln`, ['shop'] = 'private',},
['v877'] = { name = 'v877', brand = 'v877',
model = 'v877', price = 1000000, category = 'sports', hash =
`v877`, ['shop'] = 'private',},
['tsgr20'] = { name = 'tsgr20', brand = 'tsgr20',
model = 'tsgr20', price = 1000000, category = 'sports', hash =
`tsgr20`, ['shop'] = 'private',},
['tempesta2'] = { name = 'tempesta2', brand =
'tempesta2', model = 'tempesta2', price = 1000000, category =
'sports', hash = `tempesta2`, ['shop'] = 'private',},
['sultanrsv8'] = { name = 'sultanrsv8', brand =
'sultanrsv8', model = 'sultanrsv8', price = 1000000, category =
'sports', hash = `sultanrsv8`, ['shop'] = 'private',},
['subwrx'] = { name = 'subwrx', brand = 'subwrx',
model = 'subwrx', price = 1000000, category = 'sports', hash =
`subwrx`, ['shop'] = 'private',},
['stratumc'] = { name = 'stratumc', brand =
'stratumc', model = 'stratumc', price = 1000000, category =
'sports', hash = `stratumc`, ['shop'] = 'private',},
['srt8b'] = { name = 'srt8b', brand = 'srt8b',
model = 'srt8b', price = 1000000, category = 'sports', hash =
`srt8b`, ['shop'] = 'private',},
['sentinel6str'] = { name = 'sentinel6str', brand =
'sentinel6str', model = 'sentinel6str', price = 1000000, category =
'sports', hash = `sentinel6str`, ['shop'] = 'private',},
['senna'] = { name = 'senna', brand = 'senna',
model = 'senna', price = 1000000, category = 'sports', hash =
`senna`, ['shop'] = 'private',},
['s14boss'] = { name = 's14boss', brand =
's14boss', model = 's14boss', price = 1000000, category =
'sports', hash = `s14boss`, ['shop'] = 'private',},
['s14'] = { name = 's14', brand = 's14',
model = 's14', price = 1000000, category = 'sports', hash =
`s14`, ['shop'] = 'private',},
['ruiner6str'] = { name = 'ruiner6str', brand =
'ruiner6str', model = 'ruiner6str', price = 1000000, category =
'sports', hash = `ruiner6str`, ['shop'] = 'private',},
['rr14'] = { name = 'rr14', brand = 'rr14',
model = 'rr14', price = 1000000, category = 'sports', hash =
`rr14`, ['shop'] = 'private',},
['revolution6str2'] = { name = 'revolution6str2', brand =
'revolution6str2', model = 'revolution6str2', price = 1000000, category =
'sports', hash = `revolution6str2`, ['shop'] = 'private',},
['r32'] = { name = 'r32', brand = 'r32',
model = 'r32', price = 1000000, category = 'sports', hash =
`r32`, ['shop'] = 'private',},
['r8h'] = { name = 'r8h', brand = 'r8h',
model = 'r8h', price = 1000000, category = 'sports', hash =
`r8h`, ['shop'] = 'private',},
['primoard'] = { name = 'primoard', brand =
'primoard', model = 'primoard', price = 1000000, category =
'sports', hash = `primoard`, ['shop'] = 'private',},
['pgt322'] = { name = 'pgt322', brand = 'pgt322',
model = 'pgt322', price = 1000000, category = 'sports', hash =
`pgt322`, ['shop'] = 'private',},
['penumbra3'] = { name = 'penumbra3', brand =
'penumbra3', model = 'penumbra3', price = 1000000, category =
'sports', hash = `penumbra3`, ['shop'] = 'private',},
['panamera17turbo'] = { name = 'panamera17turbo', brand =
'panamera17turbo', model = 'panamera17turbo', price = 1000000, category =
'sports', hash = `panamera17turbo`, ['shop'] = 'private',},
['nis180'] = { name = 'nis180', brand = 'nis180',
model = 'nis180', price = 1000000, category = 'sports', hash =
`nis180`, ['shop'] = 'private',},
['na1'] = { name = 'na1', brand = 'na1',
model = 'na1', price = 1000000, category = 'sports', hash =
`na1`, ['shop'] = 'private',},
['m5e60'] = { name = 'm5e60', brand = 'm5e60',
model = 'm5e60', price = 1000000, category = 'sports', hash =
`m5e60`, ['shop'] = 'private',},
['m4'] = { name = 'm4', brand = 'm4',
model = 'm4', price = 1000000, category = 'sports', hash =
`m4`, ['shop'] = 'private',},
['m3e30'] = { name = 'm3e30', brand = 'm3e30',
model = 'm3e30', price = 1000000, category = 'sports', hash =
`m3e30`, ['shop'] = 'private',},
['m2f22'] = { name = 'm2f22', brand = 'm2f22',
model = 'm2f22', price = 1000000, category = 'sports', hash =
`m2f22`, ['shop'] = 'private',},
['lp670'] = { name = 'lp670', brand = 'lp670',
model = 'lp670', price = 1000000, category = 'sports', hash =
`lp670`, ['shop'] = 'private',},
['hellion6str'] = { name = 'hellion6str', brand =
'hellion6str', model = 'hellion6str', price = 1000000, category =
'sports', hash = `hellion6str`, ['shop'] = 'private',},
['gtrc'] = { name = 'gtrc', brand = 'gtrc',
model = 'gtrc', price = 1000000, category = 'sports', hash =
`gtrc`, ['shop'] = 'private',},
['gt86'] = { name = 'gt86', brand = 'gt86',
model = 'gt86', price = 1000000, category = 'sports', hash =
`gt86`, ['shop'] = 'private',},
['gt63'] = { name = 'gt63', brand = 'gt63',
model = 'gt63', price = 1000000, category = 'sports', hash =
`gt63`, ['shop'] = 'private',},
['gt17'] = { name = 'gt17', brand = 'gt17',
model = 'gt17', price = 1000000, category = 'sports', hash =
`gt17`, ['shop'] = 'private',},
['gauntlet6str'] = { name = 'gauntlet6str', brand =
'gauntlet6str', model = 'gauntlet6str', price = 1000000, category =
'sports', hash = `gauntlet6str`, ['shop'] = 'private',},
['fnfrx7'] = { name = 'fnfrx7', brand =
'fnfrx7', model = 'fnfrx7', price = 1000000, category =
'sports', hash = `fnfrx7`, ['shop'] = 'private',},
['fk8'] = { name = 'fk8', brand = 'fk8',
model = 'fk8', price = 1000000, category = 'sports', hash =
`fk8`, ['shop'] = 'private',},
['filthynsx'] = { name = 'filthynsx', brand =
'filthynsx', model = 'filthynsx', price = 1000000, category =
'sports', hash = `filthynsx`, ['shop'] = 'private',},
['ffrs'] = { name = 'ffrs', brand = 'ffrs',
model = 'ffrs', price = 1000000, category = 'sports', hash =
`ffrs`, ['shop'] = 'private',},
['f150'] = { name = 'f150', brand = 'f150',
model = 'f150', price = 1000000, category = 'sports', hash =
`f150`, ['shop'] = 'private',},
['evo9'] = { name = 'evo9', brand = 'evo9',
model = 'evo9', price = 1000000, category = 'sports', hash =
`evo9`, ['shop'] = 'private',},
['e36prb'] = { name = 'e36prb', brand =
'e36prb', model = 'e36prb', price = 1000000, category =
'sports', hash = `e36prb`, ['shop'] = 'private',},
['demon'] = { name = 'demon', brand =
'demon', model = 'demon', price = 1000000, category =
'sports', hash = `demon`, ['shop'] = 'private',},
['deluxo6str'] = { name = 'deluxo6str', brand =
'deluxo6str', model = 'deluxo6str', price = 1000000, category =
'sports', hash = `deluxo6str`, ['shop'] = 'private',},
['deluxo2'] = { name = 'deluxo2', brand =
'deluxo2', model = 'deluxo2', price = 1000000, category =
'sports', hash = `deluxo2`, ['shop'] = 'private',},
['delsoleg'] = { name = 'delsoleg', brand =
'delsoleg', model = 'delsoleg', price = 1000000, category =
'sports', hash = `delsoleg`, ['shop'] = 'private',},
['dc5'] = { name = 'dc5', brand = 'dc5',
model = 'dc5', price = 1000000, category = 'sports', hash =
`dc5`, ['shop'] = 'private',},
['contss18'] = { name = 'contss18', brand =
'contss18', model = 'contss18', price = 1000000, category =
'sports', hash = `contss18`, ['shop'] = 'private',},
['cliors'] = { name = 'cliors', brand =
'cliors', model = 'cliors', price = 1000000, category =
'sports', hash = `cliors`, ['shop'] = 'private',},
['cgt'] = { name = 'cgt', brand = 'cgt',
model = 'cgt', price = 1000000, category = 'sports', hash =
`cgt`, ['shop'] = 'private',},
['c7'] = { name = 'c7', brand = 'c7',
model = 'c7', price = 1000000, category = 'sports', hash =
`c7`, ['shop'] = 'private',},
['bdragon'] = { name = 'bdragon', brand =
'bdragon', model = 'bdragon', price = 1000000, category =
'sports', hash = `bdragon`, ['shop'] = 'private',},
['audirs6tk'] = { name = 'audirs6tk', brand =
'audirs6tk', model = 'audirs6tk', price = 1000000, category =
'sports', hash = `audirs6tk`, ['shop'] = 'private',},
['aamx'] = { name = 'aamx', brand = 'aamx',
model = 'aamx', price = 1000000, category = 'sports', hash =
`aamx`, ['shop'] = 'private',},
['bt62r'] = { name = 'bt62r', brand =
'bt62r', model = 'bt62r', price = 1000000, category =
'sports', hash = `bt62r`, ['shop'] = 'private',},
['a80'] = { name = 'a80', brand = 'a80',
model = 'a80', price = 1000000, category = 'sports', hash =
`a80`, ['shop'] = 'private',},
['a45amg'] = { name = 'a45amg', brand =
'a45amg', model = 'a45amg', price = 1000000, category =
'sports', hash = `a45amg`, ['shop'] = 'private',},
['675ltsp'] = { name = '675ltsp', brand =
'675ltsp', model = '675ltsp', price = 1000000, category =
'sports', hash = `675ltsp`, ['shop'] = 'private',},
['500gtrlam'] = { name = '500gtrlam', brand =
'500gtrlam', model = '500gtrlam', price = 1000000, category =
'sports', hash = `500gtrlam`, ['shop'] = 'private',},
['488misha'] = { name = '488misha', brand =
'488misha', model = '488misha', price = 1000000, category =
'sports', hash = `488misha`, ['shop'] = 'private',},
['69charger'] = { name = '69charger', brand =
'69charger', model = '69charger', price = 1000000, category =
'sports', hash = `69charger`, ['shop'] = 'private',},
['66fastback'] = { name = '66fastback', brand =
'66fastback', model = '66fastback', price = 1000000, category =
'sports', hash = `66fastback`, ['shop'] = 'private',},
['22b'] = { name = '22b', brand = '22b',
model = '22b', price = 1000000, category = 'sports', hash =
`22b`, ['shop'] = 'private',},

['bran8'] = { name = 'bran8',


brand = 'bran8', model = 'bran8', price = 1000000,
category = 'sports', hash = `bran8`, },
['exor'] = { name = 'exor',
brand = 'exor', model = 'exor', price
= 1000000, category = 'sports', hash = `exor`, },
['is300'] = { name = 'is300',
brand = 'Lexus', model = 'is300', price = 1000000,
category = 'sports', hash = `is300`, },
['wraith19'] = { name = 'wraith19',
brand = 'RollsRoyce', model = 'wraith19', price =
1000000, category = 'sports', hash = `wraith19`, },
['mansorycullinan'] = { name = 'mansorycullinan', brand
= 'Rolls Royce', model = 'mansorycullinan', price = 1000000, category =
'suvs', hash = `mansorycullinan`,},
['mansoryhy'] = { name = 'mansoryhy',
brand = 'UNKOWN', model = 'mansoryhy', price = 1000000,
category = 'sedans', hash = `mansoryhy`, },
['rmodcharger'] = { name = 'rmodcharger',
brand = 'Dodge', model = 'rmodcharger', price = 1000000,
category = 'muscle', hash = `rmodcharger`, },
['20rampw'] = { name = '20rampw',
brand = 'Dodge', model = '20rampw', price =
1000000, category = 'vans', hash = `20rampw`, },
['rmodm4gts'] = { name = 'rmodm4gts',
brand = 'BMW', model = 'rmodm4gts', price =
1000000, category = 'super', hash = `rmodm4gts`, },
['shelby'] = { name = 'shelby',
brand = 'Ford', model = 'shelby', price =
1000000, category = 'muscle', hash = `shelby`, },
['sunrise1'] = { name = 'sunrise1',
brand = 'Volkswagen', model = 'sunrise1', price =
1000000, category = 'sports', hash = `sunrise1`, },
['urus'] = { name = 'urus',
brand = 'Lamborghini', model = 'urus', price =
1000000, category = 'suvs', hash = `urus`, },
['s30'] = { name = 's30',
brand = 'UNKOWN', model = 's30', price =
1000000, category = 'sports', hash = `s30`, },
['mgt'] = { name = 'mgt',
brand = 'Ford', model = 'mgt', price
= 1000000, category = 'sports', hash = `mgt`, },
['brabus500'] = { name = 'brabus500',
brand = 'UNKOWN', model = 'brabus500', price = 1000000,
category = 'suvs', hash = `brabus500`, },

r33hs = { name = 'r33hs',


brand = 'UNKOWN', model = 'r33hs', price = 1000000,
category = 'sports', hash = `r33hs`, },
kiagt = { name = 'UNKOWN',
brand = 'UNKOWN', model = 'kiagt', price = 1000000,
category = 'sports', hash = `kiagt`, },

rs7c821 = { name = 'RS7',


brand = 'AUDI', model = 'rs7c821', price =
1000000, category = 'sports', hash = `rs7c821`, },
por930 = { name = 'PORSCHE 930',
brand = 'PORSCHE', model = 'por930', price = 1000000,
category = 'sports', hash = `por930`, },

You might also like