From 03b6cebef2299ab5b62c8692b0cdfdb7e501f729 Mon Sep 17 00:00:00 2001 From: Kings <84582203+Kingsage311@users.noreply.github.com> Date: Thu, 2 Sep 2021 14:37:39 -0700 Subject: [PATCH] vehicle priceing chages --- shared.lua | 776 ++++++++++++++++++++++++++--------------------------- 1 file changed, 388 insertions(+), 388 deletions(-) diff --git a/shared.lua b/shared.lua index 10c001e..88883bd 100644 --- a/shared.lua +++ b/shared.lua @@ -852,7 +852,7 @@ QBShared.Vehicles = { ["name"] = "Adder", ["brand"] = "Truffade", ["model"] = "adder", - ["price"] = 900000, + ["price"] = 280000, ["category"] = "super", ["hash"] = `adder`, ["shop"] = "pdm", @@ -861,7 +861,7 @@ QBShared.Vehicles = { ["name"] = "Alpha", ["brand"] = "Albany", ["model"] = "alpha", - ["price"] = 60000, + ["price"] = 53000, ["category"] = "sports", ["hash"] = `alpha`, ["shop"] = "pdm", @@ -870,7 +870,7 @@ QBShared.Vehicles = { ["name"] = "Ardent", ["brand"] = "Ocelot", ["model"] = "ardent", - ["price"] = 11500000, + ["price"] = 30000, ["category"] = "sportsclassics", ["hash"] = `ardent`, ["shop"] = "pdm", @@ -879,7 +879,7 @@ QBShared.Vehicles = { ["name"] = "Asea", ["brand"] = "Declasse", ["model"] = "asea", - ["price"] = 5500, + ["price"] = 2500, ["category"] = "sedans", ["hash"] = `asea`, ["shop"] = "pdm", @@ -888,7 +888,7 @@ QBShared.Vehicles = { ["name"] = "Autarch", ["brand"] = "Överflöd", ["model"] = "autarch", - ["price"] = 1955000, + ["price"] = 224000, ["category"] = "super", ["hash"] = `autarch`, ["shop"] = "pdm", @@ -897,7 +897,7 @@ QBShared.Vehicles = { ["name"] = "Avarus", ["brand"] = "LCC", ["model"] = "avarus", - ["price"] = 6500, + ["price"] = 20000, ["category"] = "motorcycles", ["hash"] = `avarus`, ["shop"] = "pdm", @@ -915,7 +915,7 @@ QBShared.Vehicles = { ["name"] = "Baller", ["brand"] = "Gallivanter", ["model"] = "baller2", - ["price"] = 40000, + ["price"] = 15000, ["category"] = "suvs", ["hash"] = `baller2`, ["shop"] = "pdm", @@ -924,7 +924,7 @@ QBShared.Vehicles = { ["name"] = "Baller LE", ["brand"] = "Gallivanter", ["model"] = "baller3", - ["price"] = 60000, + ["price"] = 15000, ["category"] = "suvs", ["hash"] = `baller3`, ["shop"] = "pdm", @@ -933,7 +933,7 @@ QBShared.Vehicles = { ["name"] = "Banshee", ["brand"] = "Bravado", ["model"] = "banshee", - ["price"] = 70000, + ["price"] = 56000, ["category"] = "sports", ["hash"] = `banshee`, ["shop"] = "pdm", @@ -942,7 +942,7 @@ QBShared.Vehicles = { ["name"] = "Banshee 900R", ["brand"] = "Bravado", ["model"] = "banshee2", - ["price"] = 255000, + ["price"] = 120000, ["category"] = "super", ["hash"] = `banshee2`, ["shop"] = "pdm", @@ -951,7 +951,7 @@ QBShared.Vehicles = { ["name"] = "Bati 801", ["brand"] = "Pegassi", ["model"] = "bati", - ["price"] = 12000, + ["price"] = 24000, ["category"] = "motorcycles", ["hash"] = `bati`, ["shop"] = "pdm", @@ -960,7 +960,7 @@ QBShared.Vehicles = { ["name"] = "Bestia GTS", ["brand"] = "Grotti", ["model"] = "bestiagts", - ["price"] = 55000, + ["price"] = 37000, ["category"] = "sports", ["hash"] = `bestiagts`, ["shop"] = "pdm", @@ -968,7 +968,7 @@ QBShared.Vehicles = { ["bfinjection"] = { ["name"] = "Bf Injection", ["brand"] = "Annis", - ["price"] = 16000, + ["price"] = 9000, ["category"] = "offroad", ["model"] = "bfinjection", ["hash"] = `bfinjection`, @@ -977,7 +977,7 @@ QBShared.Vehicles = { ["bifta"] = { ["name"] = "Bifta", ["brand"] = "Annis", - ["price"] = 12000, + ["price"] = 15500, ["category"] = "offroad", ["model"] = "bifta", ["hash"] = `bifta`, @@ -987,7 +987,7 @@ QBShared.Vehicles = { ["name"] = "Bison", ["brand"] = "Bravado", ["model"] = "bison", - ["price"] = 45000, + ["price"] = 18000, ["category"] = "vans", ["hash"] = `bison`, ["shop"] = "pdm", @@ -996,7 +996,7 @@ QBShared.Vehicles = { ["name"] = "BeeJay XL", ["brand"] = "Karin", ["model"] = "bjxl", - ["price"] = 40000, + ["price"] = 19000, ["category"] = "suvs", ["hash"] = `bjxl`, ["shop"] = "pdm", @@ -1005,14 +1005,14 @@ QBShared.Vehicles = { ["name"] = "Blade", ["brand"] = "Vapid", ["model"] = "blade", - ["price"] = 15000, + ["price"] = 23500, ["category"] = "muscle", ["hash"] = `blade`, ["shop"] = "pdm", }, ["blazer"] = { ["name"] = 'Blazer', - ["price"] = 6500, + ["price"] = 7500, ["category"] = "offroad", ["model"] = "blazer", ["hash"] = `blazer`, @@ -1021,7 +1021,7 @@ QBShared.Vehicles = { ["blazer4"] = { ["name"] = 'Blazer Sport', ["brand"] = "Annis", - ["price"] = 8500, + ["price"] = 9250, ["category"] = "offroad", ["model"] = "blazer4", ["hash"] = `blazer4`, @@ -1031,7 +1031,7 @@ QBShared.Vehicles = { ["name"] = "Blista", ["brand"] = "Dinka", ["model"] = "blista", - ["price"] = 8000, + ["price"] = 13000, ["category"] = "compacts", ["hash"] = `blista`, ["shop"] = "pdm", @@ -1040,7 +1040,7 @@ QBShared.Vehicles = { ["name"] = "Blista Compact", ["brand"] = "Dinka", ["model"] = "blista2", - ["price"] = 10000, + ["price"] = 18950, ["category"] = "compacts", ["hash"] = `blista2`, ["shop"] = "pdm", @@ -1049,7 +1049,7 @@ QBShared.Vehicles = { ["name"] = "Bobcat XL Open", ["brand"] = "Vapid", ["model"] = "bobcatxl", - ["price"] = 23000, + ["price"] = 13500, ["category"] = "vans", ["hash"] = `bobcatxl`, ["shop"] = "pdm", @@ -1057,7 +1057,7 @@ QBShared.Vehicles = { ["brawler"] = { ["name"] = "Brawler", ["brand"] = "Annis", - ["price"] = 45000, + ["price"] = 40000, ["category"] = "offroad", ["model"] = "brawler", ["hash"] = `brawler`, @@ -1067,16 +1067,16 @@ QBShared.Vehicles = { ["name"] = "Brioso R/A", ["brand"] = "Grotti", ["model"] = "brioso", - ["price"] = 14500, + ["price"] = 20000, ["category"] = "compacts", ["hash"] = `brioso`, ["shop"] = "pdm", }, - ["btype"] = { + ["btype"] = { --meme car that goes pretty fast ["name"] = "Roosevelt", ["brand"] = "Albany", ["model"] = "btype", - ["price"] = 325000, + ["price"] = 75000, ["category"] = "sportsclassics", ["hash"] = `btype`, ["shop"] = "pdm", @@ -1085,7 +1085,7 @@ QBShared.Vehicles = { ["name"] = "Franken Stange", ["brand"] = "Albany", ["model"] = "btype2", - ["price"] = 350000, + ["price"] = 87000, ["category"] = "sportsclassics", ["hash"] = `btype2`, ["shop"] = "pdm", @@ -1094,7 +1094,7 @@ QBShared.Vehicles = { ["name"] = "Roosevelt Valor", ["brand"] = "Albany", ["model"] = "btype3", - ["price"] = 375000, + ["price"] = 63000, ["category"] = "sportsclassics", ["hash"] = `btype3`, ["shop"] = "pdm", @@ -1103,7 +1103,7 @@ QBShared.Vehicles = { ["name"] = "Buccaneer", ["brand"] = "Albany", ["model"] = "buccaneer", - ["price"] = 19500, + ["price"] = 22500, ["category"] = "muscle", ["hash"] = `buccaneer`, ["shop"] = "pdm", @@ -1112,7 +1112,7 @@ QBShared.Vehicles = { ["name"] = "Buccaneer Rider", ["brand"] = "Albany", ["model"] = "buccaneer2", - ["price"] = 22500, + ["price"] = 24500, ["category"] = "muscle", ["hash"] = `buccaneer2`, ["shop"] = "pdm", @@ -1121,7 +1121,7 @@ QBShared.Vehicles = { ["name"] = "Buffalo", ["brand"] = "Bravado", ["model"] = "buffalo", - ["price"] = 32000, + ["price"] = 18750, ["category"] = "sports", ["hash"] = `buffalo`, ["shop"] = "pdm", @@ -1130,7 +1130,7 @@ QBShared.Vehicles = { ["name"] = "Buffalo S", ["brand"] = "Bravado", ["model"] = "buffalo2", - ["price"] = 39500, + ["price"] = 24500, ["category"] = "sports", ["hash"] = `buffalo2`, ["shop"] = "pdm", @@ -1139,7 +1139,7 @@ QBShared.Vehicles = { ["name"] = "Bullet", ["brand"] = "Vapid", ["model"] = "bullet", - ["price"] = 190000, + ["price"] = 120000, ["category"] = "super", ["hash"] = `bullet`, ["shop"] = "pdm", @@ -1148,7 +1148,7 @@ QBShared.Vehicles = { ["name"] = "Burrito", ["brand"] = "Declasse", ["model"] = "burrito3", - ["price"] = 38500, + ["price"] = 4000, ["category"] = "vans", ["hash"] = `burrito3`, ["shop"] = "pdm", @@ -1157,7 +1157,7 @@ QBShared.Vehicles = { ["name"] = "Burrito Custom", ["brand"] = "Declasse", ["model"] = "gburrito2", - ["price"] = 65000, + ["price"] = 11500, ["category"] = "vans", ["hash"] = `gburrito2`, ["shop"] = "pdm", @@ -1166,7 +1166,7 @@ QBShared.Vehicles = { ["name"] = "Carbonizzare", ["brand"] = "Grotti", ["model"] = "carbonizzare", - ["price"] = 219000, + ["price"] = 155000, ["category"] = "sports", ["hash"] = `carbonizzare`, ["shop"] = "pdm", @@ -1175,7 +1175,7 @@ QBShared.Vehicles = { ["name"] = "Carbon RS", ["brand"] = "Nagasaki", ["model"] = "carbonrs", - ["price"] = 14500, + ["price"] = 22000, ["category"] = "motorcycles", ["hash"] = `carbonrs`, ["shop"] = "pdm", @@ -1184,7 +1184,7 @@ QBShared.Vehicles = { ["name"] = "Casco", ["brand"] = "Lampadati", ["model"] = "casco", - ["price"] = 102000, + ["price"] = 100000, ["category"] = "sportsclassics", ["hash"] = `casco`, ["shop"] = "pdm", @@ -1193,7 +1193,7 @@ QBShared.Vehicles = { ["name"] = "Cavalcade", ["brand"] = "Albany", ["model"] = "cavalcade2", - ["price"] = 45000, + ["price"] = 16500, ["category"] = "suvs", ["hash"] = `cavalcade2`, ["shop"] = "pdm", @@ -1202,7 +1202,7 @@ QBShared.Vehicles = { ["name"] = "Cheetah", ["brand"] = "Grotti", ["model"] = "cheetah", - ["price"] = 395000, + ["price"] = 214000, ["category"] = "super", ["hash"] = `cheetah`, ["shop"] = "pdm", @@ -1211,7 +1211,7 @@ QBShared.Vehicles = { ["name"] = "Cheetah Classic", ["brand"] = "Grotti", ["model"] = "cheetah2", - ["price"] = 220000, + ["price"] = 195000, ["category"] = "sports", ["hash"] = `cheetah2`, ["shop"] = "pdm", @@ -1220,7 +1220,7 @@ QBShared.Vehicles = { ["name"] = "Chimera", ["brand"] = "Nagasaki", ["model"] = "chimera", - ["price"] = 15000, + ["price"] = 21000, ["category"] = "motorcycles", ["hash"] = `chimera`, ["shop"] = "pdm", @@ -1229,7 +1229,7 @@ QBShared.Vehicles = { ["name"] = "Chino", ["brand"] = "Vapid", ["model"] = "chino", - ["price"] = 20000, + ["price"] = 5000, ["category"] = "muscle", ["hash"] = `chino`, ["shop"] = "pdm", @@ -1238,7 +1238,7 @@ QBShared.Vehicles = { ["name"] = "Chino Luxe", ["brand"] = "Vapid", ["model"] = "chino2", - ["price"] = 35000, + ["price"] = 8000, ["category"] = "muscle", ["hash"] = `chino2`, ["shop"] = "pdm", @@ -1247,7 +1247,7 @@ QBShared.Vehicles = { ["name"] = "Cognoscenti Cabrio", ["brand"] = "Enus", ["model"] = "cogcabrio", - ["price"] = 45500, + ["price"] = 30000, ["category"] = "coupes", ["hash"] = `cogcabrio`, ["shop"] = "pdm", @@ -1256,7 +1256,7 @@ QBShared.Vehicles = { ["name"] = "Cognoscenti", ["brand"] = "Enus", ["model"] = "cognoscenti", - ["price"] = 40000, + ["price"] = 22500, ["category"] = "sedans", ["hash"] = `cognoscenti`, ["shop"] = "pdm", @@ -1265,7 +1265,7 @@ QBShared.Vehicles = { ["name"] = "Comet", ["brand"] = "Pfister", ["model"] = "comet2", - ["price"] = 142000, + ["price"] = 130000, ["category"] = "sports", ["hash"] = `comet2`, ["shop"] = "pdm", @@ -1274,7 +1274,7 @@ QBShared.Vehicles = { ["name"] = "Comet Retro Custom", ["brand"] = "Pfister", ["model"] = "comet3", - ["price"] = 125000, + ["price"] = 175000, ["category"] = "sports", ["hash"] = `comet3`, ["shop"] = "pdm", @@ -1283,7 +1283,7 @@ QBShared.Vehicles = { ["name"] = "Comet SR", ["brand"] = "Pfister", ["model"] = "comet5", - ["price"] = 252000, + ["price"] = 155000, ["category"] = "sports", ["hash"] = `comet5`, ["shop"] = "pdm", @@ -1292,7 +1292,7 @@ QBShared.Vehicles = { ["name"] = "Coquette", ["brand"] = "Invetero", ["model"] = "coquette", - ["price"] = 97000, + ["price"] = 145000, ["category"] = "sports", ["hash"] = `coquette`, ["shop"] = "pdm", @@ -1301,7 +1301,7 @@ QBShared.Vehicles = { ["name"] = "Coquette Classic", ["brand"] = "Invetero", ["model"] = "coquette2", - ["price"] = 125000, + ["price"] = 165000, ["category"] = "sportsclassics", ["hash"] = `coquette2`, ["shop"] = "pdm", @@ -1310,16 +1310,16 @@ QBShared.Vehicles = { ["name"] = "Coquette BlackFin", ["brand"] = "Invetero", ["model"] = "coquette3", - ["price"] = 45000, + ["price"] = 180000, ["category"] = "muscle", ["hash"] = `coquette3`, ["shop"] = "pdm", }, - ["cyclone"] = { + ["cyclone"] = { --might be too overpowered ["name"] = "Cyclone", ["brand"] = "Coil", ["model"] = "cyclone", - ["price"] = 1200000, + ["price"] = 300000, ["category"] = "super", ["hash"] = `cyclone`, ["shop"] = "pdm", @@ -1328,7 +1328,7 @@ QBShared.Vehicles = { ["name"] = "Daemon", ["brand"] = "WMC", ["model"] = "daemon", - ["price"] = 12500, + ["price"] = 14000, ["category"] = "motorcycles", ["hash"] = `daemon`, ["shop"] = "pdm", @@ -1337,7 +1337,7 @@ QBShared.Vehicles = { ["name"] = "Defiler", ["brand"] = "Shitzu", ["model"] = "defiler", - ["price"] = 13500, + ["price"] = 30000, ["category"] = "motorcycles", ["hash"] = `defiler`, ["shop"] = "pdm", @@ -1346,7 +1346,7 @@ QBShared.Vehicles = { ["name"] = "Dilettante", ["brand"] = "Karin", ["model"] = "dilettante", - ["price"] = 13000, + ["price"] = 9000, ["category"] = "compacts", ["hash"] = `dilettante`, ["shop"] = "pdm", @@ -1355,7 +1355,7 @@ QBShared.Vehicles = { ["name"] = "Dominator", ["brand"] = "Vapid", ["model"] = "dominator", - ["price"] = 53000, + ["price"] = 62500, ["category"] = "muscle", ["hash"] = `dominator`, ["shop"] = "pdm", @@ -1364,7 +1364,7 @@ QBShared.Vehicles = { ["name"] = "Dubsta Luxuary", ["brand"] = "Benefactor", ["model"] = "dubsta2", - ["price"] = 165000, + ["price"] = 19500, ["category"] = "suvs", ["hash"] = `dubsta2`, ["shop"] = "pdm", @@ -1372,7 +1372,7 @@ QBShared.Vehicles = { ["dubsta3"] = { ["name"] = "Dubsta 6x6", ["brand"] = "Annis", - ["price"] = 120000, + ["price"] = 34000, ["category"] = "offroad", ["model"] = "dubsta3", ["hash"] = `dubsta3`, @@ -1382,7 +1382,7 @@ QBShared.Vehicles = { ["name"] = "Dukes", ["brand"] = "Imponte", ["model"] = "dukes", - ["price"] = 15000, + ["price"] = 23500, ["category"] = "muscle", ["hash"] = `dukes`, ["shop"] = "pdm", @@ -1390,7 +1390,7 @@ QBShared.Vehicles = { ["dune"] = { ["name"] = "Dune Buggy", ["brand"] = "Annis", - ["price"] = 8000, + ["price"] = 14000, ["category"] = "offroad", ["model"] = "dune", ["hash"] = `dune`, @@ -1400,7 +1400,7 @@ QBShared.Vehicles = { ["name"] = "Elegy Retro Custom", ["brand"] = "Annis", ["model"] = "elegy", - ["price"] = 60000, + ["price"] = 145000, ["category"] = "sports", ["hash"] = `elegy`, ["shop"] = "pdm", @@ -1409,7 +1409,7 @@ QBShared.Vehicles = { ["name"] = "Elegy RH8", ["brand"] = "Annis", ["model"] = "elegy2", - ["price"] = 68500, + ["price"] = 150000, ["category"] = "sports", ["hash"] = `elegy2`, ["shop"] = "pdm", @@ -1418,7 +1418,7 @@ QBShared.Vehicles = { ["name"] = "Ellie", ["brand"] = "Vapid", ["model"] = "ellie", - ["price"] = 50000, + ["price"] = 42250, ["category"] = "muscle", ["hash"] = `ellie`, ["shop"] = "pdm", @@ -1427,7 +1427,7 @@ QBShared.Vehicles = { ["name"] = "Emperor", ["brand"] = "Albany", ["model"] = "emperor", - ["price"] = 14500, + ["price"] = 4250, ["category"] = "sedans", ["hash"] = `emperor`, ["shop"] = "pdm", @@ -1436,7 +1436,7 @@ QBShared.Vehicles = { ["name"] = "Entity XXR", ["brand"] = "Överflöd", ["model"] = "entity2", - ["price"] = 1532000, + ["price"] = 164000, ["category"] = "super", ["hash"] = `entity2`, ["shop"] = "pdm", @@ -1445,7 +1445,7 @@ QBShared.Vehicles = { ["name"] = "Entity XF", ["brand"] = "Överflöd", ["model"] = "entityxf", - ["price"] = 825000, + ["price"] = 180000, ["category"] = "super", ["hash"] = `entityxf`, ["shop"] = "pdm", @@ -1454,7 +1454,7 @@ QBShared.Vehicles = { ["name"] = "Esskey", ["brand"] = "Pegassi", ["model"] = "esskey", - ["price"] = 6000, + ["price"] = 12000, ["category"] = "motorcycles", ["hash"] = `esskey`, ["shop"] = "pdm", @@ -1463,7 +1463,7 @@ QBShared.Vehicles = { ["name"] = "Exemplar", ["brand"] = "Dewbauchee", ["model"] = "exemplar", - ["price"] = 65000, + ["price"] = 40000, ["category"] = "coupes", ["hash"] = `exemplar`, ["shop"] = "pdm", @@ -1472,7 +1472,7 @@ QBShared.Vehicles = { ["name"] = "F620", ["brand"] = "Ocelot", ["model"] = "f620", - ["price"] = 37500, + ["price"] = 32500, ["category"] = "coupes", ["hash"] = `f620`, ["shop"] = "pdm", @@ -1481,7 +1481,7 @@ QBShared.Vehicles = { ["name"] = "Faction", ["brand"] = "Willard", ["model"] = "faction", - ["price"] = 20000, + ["price"] = 17000, ["category"] = "muscle", ["hash"] = `faction`, ["shop"] = "pdm", @@ -1490,7 +1490,7 @@ QBShared.Vehicles = { ["name"] = "Faction Rider", ["brand"] = "Willard", ["model"] = "faction2", - ["price"] = 22500, + ["price"] = 19000, ["category"] = "muscle", ["hash"] = `faction2`, ["shop"] = "pdm", @@ -1499,7 +1499,7 @@ QBShared.Vehicles = { ["name"] = "Fagaloa", ["brand"] = "Vulcar", ["model"] = "fagaloa", - ["price"] = 35000, + ["price"] = 13000, ["category"] = "sportsclassics", ["hash"] = `fagaloa`, ["shop"] = "pdm", @@ -1508,7 +1508,7 @@ QBShared.Vehicles = { ["name"] = "Faggio Sport", ["brand"] = "Pegassi", ["model"] = "faggio", - ["price"] = 750, + ["price"] = 2000, ["category"] = "motorcycles", ["hash"] = `faggio`, ["shop"] = "pdm", @@ -1517,7 +1517,7 @@ QBShared.Vehicles = { ["name"] = "Faggio Mod", ["brand"] = "Pegassi", ["model"] = "faggio3", - ["price"] = 900, + ["price"] = 2500, ["category"] = "motorcycles", ["hash"] = `faggio3`, ["shop"] = "pdm", @@ -1544,7 +1544,7 @@ QBShared.Vehicles = { ["name"] = "Feltzer", ["brand"] = "Benefactor", ["model"] = "feltzer2", - ["price"] = 83500, + ["price"] = 97000, ["category"] = "sports", ["hash"] = `feltzer2`, ["shop"] = "pdm", @@ -1553,7 +1553,7 @@ QBShared.Vehicles = { ["name"] = "Stirling GT", ["brand"] = "Benefactor", ["model"] = "feltzer3", - ["price"] = 195000, + ["price"] = 115000, ["category"] = "sportsclassics", ["hash"] = `feltzer3`, ["shop"] = "pdm", @@ -1562,7 +1562,7 @@ QBShared.Vehicles = { ["name"] = "Flash GT", ["brand"] = "Vapid", ["model"] = "flashgt", - ["price"] = 111000, + ["price"] = 48000, ["category"] = "sports", ["hash"] = `flashgt`, ["shop"] = "pdm", @@ -1571,7 +1571,7 @@ QBShared.Vehicles = { ["name"] = "FMJ", ["brand"] = "Vapid", ["model"] = "fmj", - ["price"] = 335000, + ["price"] = 125000, ["category"] = "super", ["hash"] = `fmj`, ["shop"] = "pdm", @@ -1580,7 +1580,7 @@ QBShared.Vehicles = { ["name"] = "FQ2", ["brand"] = "Fathom", ["model"] = "fq2", - ["price"] = 38000, + ["price"] = 18500, ["category"] = "suvs", ["hash"] = `fq2`, ["shop"] = "pdm", @@ -1589,7 +1589,7 @@ QBShared.Vehicles = { ["name"] = "Fugitive", ["brand"] = "Cheval", ["model"] = "fugitive", - ["price"] = 22500, + ["price"] = 20000, ["category"] = "sedans", ["hash"] = `fugitive`, ["shop"] = "pdm", @@ -1598,7 +1598,7 @@ QBShared.Vehicles = { ["name"] = "Furore GT", ["brand"] = "Lampadati", ["model"] = "furoregt", - ["price"] = 115000, + ["price"] = 78000, ["category"] = "sports", ["hash"] = `furoregt`, ["shop"] = "pdm", @@ -1607,7 +1607,7 @@ QBShared.Vehicles = { ["name"] = "Futo", ["brand"] = "Karin", ["model"] = "futo", - ["price"] = 20000, + ["price"] = 17500, ["category"] = "coupes", ["hash"] = `futo`, ["shop"] = "pdm", @@ -1616,7 +1616,7 @@ QBShared.Vehicles = { ["name"] = "Gauntlet", ["brand"] = "Bravado", ["model"] = "gauntlet", - ["price"] = 39500, + ["price"] = 28500, ["category"] = "muscle", ["hash"] = `gauntlet`, ["shop"] = "pdm", @@ -1625,7 +1625,7 @@ QBShared.Vehicles = { ["name"] = "Glendale", ["brand"] = "Benefactor", ["model"] = "glendale", - ["price"] = 11500, + ["price"] = 3400, ["category"] = "sedans", ["hash"] = `glendale`, ["shop"] = "pdm", @@ -1634,7 +1634,7 @@ QBShared.Vehicles = { ["name"] = "GP1", ["brand"] = "Progen", ["model"] = "gp1", - ["price"] = 462000, + ["price"] = 110000, ["category"] = "super", ["hash"] = `gp1`, ["shop"] = "pdm", @@ -1643,7 +1643,7 @@ QBShared.Vehicles = { ["name"] = "Granger", ["brand"] = "Declasse", ["model"] = "granger", - ["price"] = 43500, + ["price"] = 22000, ["category"] = "suvs", ["hash"] = `granger`, ["shop"] = "pdm", @@ -1652,7 +1652,7 @@ QBShared.Vehicles = { ["name"] = "Gresley", ["brand"] = "Bravado", ["model"] = "gresley", - ["price"] = 47000, + ["price"] = 25000, ["category"] = "suvs", ["hash"] = `gresley`, ["shop"] = "pdm", @@ -1661,7 +1661,7 @@ QBShared.Vehicles = { ["name"] = "GT500", ["brand"] = "Grotti", ["model"] = "gt500", - ["price"] = 255000, + ["price"] = 130000, ["category"] = "sportsclassics", ["hash"] = `gt500`, ["shop"] = "pdm", @@ -1669,7 +1669,7 @@ QBShared.Vehicles = { ["guardian"] = { ["name"] = "Guardian", ["brand"] = "Annis", - ["price"] = 45000, + ["price"] = 21000, ["category"] = "offroad", ["model"] = "guardian", ["hash"] = `guardian`, @@ -1679,7 +1679,7 @@ QBShared.Vehicles = { ["name"] = "Hakuchou", ["brand"] = "Shitzu", ["model"] = "hakuchou", - ["price"] = 16000, + ["price"] = 17000, ["category"] = "motorcycles", ["hash"] = `hakuchou`, ["shop"] = "pdm", @@ -1688,7 +1688,7 @@ QBShared.Vehicles = { ["name"] = "Hexer", ["brand"] = "LCC", ["model"] = "hexer", - ["price"] = 7500, + ["price"] = 16000, ["category"] = "motorcycles", ["hash"] = `hexer`, ["shop"] = "pdm", @@ -1697,7 +1697,7 @@ QBShared.Vehicles = { ["name"] = "Hotknife", ["brand"] = "Vapid", ["model"] = "hotknife", - ["price"] = 95000, + ["price"] = 90000, ["category"] = "muscle", ["hash"] = `hotknife`, ["shop"] = "pdm", @@ -1706,7 +1706,7 @@ QBShared.Vehicles = { ["name"] = "Huntley S", ["brand"] = "Enus", ["model"] = "huntley", - ["price"] = 85000, + ["price"] = 24500, ["category"] = "suvs", ["hash"] = `huntley`, ["shop"] = "pdm", @@ -1715,7 +1715,7 @@ QBShared.Vehicles = { ["name"] = "Hustler", ["brand"] = "Vapid", ["model"] = "hustler", - ["price"] = 75500, + ["price"] = 95000, ["category"] = "muscle", ["hash"] = `hustler`, ["shop"] = "pdm", @@ -1724,16 +1724,16 @@ QBShared.Vehicles = { ["name"] = "Infernus", ["brand"] = "Pegassi", ["model"] = "infernus", - ["price"] = 285000, + ["price"] = 235000, ["category"] = "super", ["hash"] = `infernus`, ["shop"] = "pdm", }, - ["infernus2"] = { + ["infernus2"] = { ["name"] = "Infernus Classic", ["brand"] = "Pegassi", ["model"] = "infernus2", - ["price"] = 200000, + ["price"] = 245000, ["category"] = "sportsclassics", ["hash"] = `infernus2`, ["shop"] = "pdm", @@ -1742,7 +1742,7 @@ QBShared.Vehicles = { ["name"] = "Intruder", ["brand"] = "Karin", ["model"] = "intruder", - ["price"] = 15000, + ["price"] = 11250, ["category"] = "sedans", ["hash"] = `intruder`, ["shop"] = "pdm", @@ -1751,7 +1751,7 @@ QBShared.Vehicles = { ["name"] = "Issi", ["brand"] = "Weeny", ["model"] = "issi2", - ["price"] = 12000, + ["price"] = 7000, ["category"] = "compacts", ["hash"] = `issi2`, ["shop"] = "pdm", @@ -1760,7 +1760,7 @@ QBShared.Vehicles = { ["name"] = "Issi Classic", ["brand"] = "Weeny", ["model"] = "issi3", - ["price"] = 10000, + ["price"] = 5000, ["category"] = "compacts", ["hash"] = `issi3`, ["shop"] = "pdm", @@ -1769,7 +1769,7 @@ QBShared.Vehicles = { ["name"] = "Itali GTB", ["brand"] = "Progen", ["model"] = "italigtb", - ["price"] = 1200000, + ["price"] = 170000, ["category"] = "super", ["hash"] = `italigtb`, ["shop"] = "pdm", @@ -1778,7 +1778,7 @@ QBShared.Vehicles = { ["name"] = "Jackal", ["brand"] = "Ocelot", ["model"] = "jackal", - ["price"] = 29000, + ["price"] = 19000, ["category"] = "coupes", ["hash"] = `jackal`, ["shop"] = "pdm", @@ -1787,7 +1787,7 @@ QBShared.Vehicles = { ["name"] = "Jester", ["brand"] = "Dinka", ["model"] = "jester", - ["price"] = 265000, + ["price"] = 132250, ["category"] = "sports", ["hash"] = `jester`, ["shop"] = "pdm", @@ -1796,7 +1796,7 @@ QBShared.Vehicles = { ["name"] = "Jester Classic", ["brand"] = "Dinka", ["model"] = "jester3", - ["price"] = 70000, + ["price"] = 85000, ["category"] = "sports", ["hash"] = `jester3`, ["shop"] = "pdm", @@ -1805,7 +1805,7 @@ QBShared.Vehicles = { ["name"] = "Khamelion", ["brand"] = "Hijak", ["model"] = "khamelion", - ["price"] = 102000, + ["price"] = 90000, ["category"] = "sports", ["hash"] = `khamelion`, ["shop"] = "pdm", @@ -1814,7 +1814,7 @@ QBShared.Vehicles = { ["name"] = "Kuruma", ["brand"] = "Karin", ["model"] = "kuruma", - ["price"] = 59500, + ["price"] = 72000, ["category"] = "sports", ["hash"] = `kuruma`, ["shop"] = "pdm", @@ -1823,7 +1823,7 @@ QBShared.Vehicles = { ["name"] = "Landstalker", ["brand"] = "Dundreary", ["model"] = "landstalker", - ["price"] = 27000, + ["price"] = 12000, ["category"] = "suvs", ["hash"] = `landstalker`, ["shop"] = "pdm", @@ -1832,7 +1832,7 @@ QBShared.Vehicles = { ["name"] = "Lynx", ["brand"] = "Ocelot", ["model"] = "lynx", - ["price"] = 68500, + ["price"] = 150000, ["category"] = "sports", ["hash"] = `lynx`, ["shop"] = "pdm", @@ -1841,7 +1841,7 @@ QBShared.Vehicles = { ["name"] = "Mamba", ["brand"] = "Declasse", ["model"] = "mamba", - ["price"] = 86000, + ["price"] = 140000, ["category"] = "sportsclassics", ["hash"] = `mamba`, ["shop"] = "pdm", @@ -1850,7 +1850,7 @@ QBShared.Vehicles = { ["name"] = "Massacro", ["brand"] = "Dewbauchee", ["model"] = "massacro", - ["price"] = 165000, + ["price"] = 110000, ["category"] = "sports", ["hash"] = `massacro`, ["shop"] = "pdm", @@ -1859,7 +1859,7 @@ QBShared.Vehicles = { ["name"] = "Monroe", ["brand"] = "Pegassi", ["model"] = "monroe", - ["price"] = 98500, + ["price"] = 115000, ["category"] = "sportsclassics", ["hash"] = `monroe`, ["shop"] = "pdm", @@ -1868,7 +1868,7 @@ QBShared.Vehicles = { ["name"] = "Moonbeam", ["brand"] = "Declasse", ["model"] = "moonbeam", - ["price"] = 29500, + ["price"] = 13000, ["category"] = "vans", ["hash"] = `moonbeam`, ["shop"] = "pdm", @@ -1877,7 +1877,7 @@ QBShared.Vehicles = { ["name"] = "Nemesis", ["brand"] = "Principe", ["model"] = "nemesis", - ["price"] = 12000, + ["price"] = 20000, ["category"] = "motorcycles", ["hash"] = `nemesis`, ["shop"] = "pdm", @@ -1886,7 +1886,7 @@ QBShared.Vehicles = { ["name"] = "Neon", ["brand"] = "Pfister", ["model"] = "neon", - ["price"] = 185000, + ["price"] = 220000, ["category"] = "sports", ["hash"] = `neon`, ["shop"] = "pdm", @@ -1895,7 +1895,7 @@ QBShared.Vehicles = { ["name"] = "Nero", ["brand"] = "Truffade", ["model"] = "nero", - ["price"] = 2352000, + ["price"] = 200000, ["category"] = "super", ["hash"] = `nero`, ["shop"] = "pdm", @@ -1904,7 +1904,7 @@ QBShared.Vehicles = { ["name"] = "Nightblade", ["brand"] = "WMC", ["model"] = "nightblade", - ["price"] = 14500, + ["price"] = 23000, ["category"] = "motorcycles", ["hash"] = `nightblade`, ["shop"] = "pdm", @@ -1913,7 +1913,7 @@ QBShared.Vehicles = { ["name"] = "Nightshade", ["brand"] = "Imponte", ["model"] = "nightshade", - ["price"] = 84000, + ["price"] = 70000, ["category"] = "muscle", ["hash"] = `nightshade`, ["shop"] = "pdm", @@ -1922,7 +1922,7 @@ QBShared.Vehicles = { ["name"] = "9F", ["brand"] = "Obey", ["model"] = "ninef", - ["price"] = 135000, + ["price"] = 95000, ["category"] = "sports", ["hash"] = `ninef`, ["shop"] = "pdm", @@ -1931,7 +1931,7 @@ QBShared.Vehicles = { ["name"] = "9F Cabrio", ["brand"] = "Obey", ["model"] = "ninef2", - ["price"] = 142000, + ["price"] = 105000, ["category"] = "sports", ["hash"] = `ninef2`, ["shop"] = "pdm", @@ -1940,7 +1940,7 @@ QBShared.Vehicles = { ["name"] = "Omnis", ["brand"] = "Wow", ["model"] = "omnis", - ["price"] = 120000, + ["price"] = 90000, ["category"] = "sports", ["hash"] = `omnis`, ["shop"] = "pdm", @@ -1949,7 +1949,7 @@ QBShared.Vehicles = { ["name"] = "Oracle", ["brand"] = "Ubermacht", ["model"] = "oracle", - ["price"] = 25000, + ["price"] = 22000, ["category"] = "sedans", ["hash"] = `oracle`, ["shop"] = "pdm", @@ -1967,7 +1967,7 @@ QBShared.Vehicles = { ["name"] = "Osiris", ["brand"] = "Pegassi", ["model"] = "osiris", - ["price"] = 1400000, + ["price"] = 220000, ["category"] = "super", ["hash"] = `osiris`, ["shop"] = "pdm", @@ -1976,7 +1976,7 @@ QBShared.Vehicles = { ["name"] = "Panto", ["brand"] = "Benefactor", ["model"] = "panto", - ["price"] = 8500, + ["price"] = 3200, ["category"] = "compacts", ["hash"] = `panto`, ["shop"] = "pdm", @@ -1985,7 +1985,7 @@ QBShared.Vehicles = { ["name"] = "Pariah", ["brand"] = "Ocelot", ["model"] = "pariah", - ["price"] = 395000, + ["price"] = 90000, ["category"] = "sports", ["hash"] = `pariah`, ["shop"] = "pdm", @@ -1994,7 +1994,7 @@ QBShared.Vehicles = { ["name"] = "Patriot", ["brand"] = "Mammoth", ["model"] = "patriot", - ["price"] = 32000, + ["price"] = 21000, ["category"] = "suvs", ["hash"] = `patriot`, ["shop"] = "pdm", @@ -2003,7 +2003,7 @@ QBShared.Vehicles = { ["name"] = "PCJ-600", ["brand"] = "Shitzu", ["model"] = "pcj", - ["price"] = 13500, + ["price"] = 15000, ["category"] = "motorcycles", ["hash"] = `pcj`, ["shop"] = "pdm", @@ -2012,7 +2012,7 @@ QBShared.Vehicles = { ["name"] = "Penetrator", ["brand"] = "Ocelot", ["model"] = "penetrator", - ["price"] = 567000, + ["price"] = 130000, ["category"] = "super", ["hash"] = `penetrator`, ["shop"] = "pdm", @@ -2021,7 +2021,7 @@ QBShared.Vehicles = { ["name"] = "811", ["brand"] = "Pfister", ["model"] = "pfister811", - ["price"] = 583000, + ["price"] = 220000, ["category"] = "super", ["hash"] = `pfister811`, ["shop"] = "pdm", @@ -2030,7 +2030,7 @@ QBShared.Vehicles = { ["name"] = "Phoenix", ["brand"] = "Imponte", ["model"] = "phoenix", - ["price"] = 25000, + ["price"] = 65000, ["category"] = "muscle", ["hash"] = `phoenix`, ["shop"] = "pdm", @@ -2039,7 +2039,7 @@ QBShared.Vehicles = { ["name"] = "Picador", ["brand"] = "Cheval", ["model"] = "picador", - ["price"] = 18000, + ["price"] = 20000, ["category"] = "muscle", ["hash"] = `picador`, ["shop"] = "pdm", @@ -2048,7 +2048,7 @@ QBShared.Vehicles = { ["name"] = "Pigalle", ["brand"] = "Lampadati", ["model"] = "pigalle", - ["price"] = 135000, + ["price"] = 92000, ["category"] = "sportsclassics", ["hash"] = `pigalle`, ["shop"] = "pdm", @@ -2057,7 +2057,7 @@ QBShared.Vehicles = { ["name"] = "Prairie", ["brand"] = "Bollokan", ["model"] = "prairie", - ["price"] = 15000, + ["price"] = 30000, ["category"] = "compacts", ["hash"] = `prairie`, ["shop"] = "pdm", @@ -2066,7 +2066,7 @@ QBShared.Vehicles = { ["name"] = "Premier", ["brand"] = "Declasse", ["model"] = "premier", - ["price"] = 16500, + ["price"] = 12000, ["category"] = "sedans", ["hash"] = `premier`, ["shop"] = "pdm", @@ -2084,7 +2084,7 @@ QBShared.Vehicles = { ["name"] = "X80 Proto", ["brand"] = "Grotti", ["model"] = "prototipo", - ["price"] = 1430000, + ["price"] = 235000, ["category"] = "super", ["hash"] = `prototipo`, ["shop"] = "pdm", @@ -2093,7 +2093,7 @@ QBShared.Vehicles = { ["name"] = "Radius", ["brand"] = "Vapid", ["model"] = "radi", - ["price"] = 24000, + ["price"] = 18000, ["category"] = "suvs", ["hash"] = `radi`, ["shop"] = "pdm", @@ -2102,7 +2102,7 @@ QBShared.Vehicles = { ["name"] = "Rapid GT", ["brand"] = "Dewbauchee", ["model"] = "rapidgt", - ["price"] = 60000, + ["price"] = 86000, ["category"] = "sports", ["hash"] = `rapidgt`, ["shop"] = "pdm", @@ -2111,7 +2111,7 @@ QBShared.Vehicles = { ["name"] = "Rapid GT Convertible", ["brand"] = "Dewbauchee", ["model"] = "rapidgt2", - ["price"] = 65000, + ["price"] = 92000, ["category"] = "sports", ["hash"] = `rapidgt2`, ["shop"] = "pdm", @@ -2120,7 +2120,7 @@ QBShared.Vehicles = { ["name"] = "Rapid GT", ["brand"] = "Dewbauchee", ["model"] = "rapidgt3", - ["price"] = 445000, + ["price"] = 90000, ["category"] = "sportsclassics", ["hash"] = `rapidgt3`, ["shop"] = "pdm", @@ -2129,7 +2129,7 @@ QBShared.Vehicles = { ["name"] = "Reaper", ["brand"] = "Pegassi", ["model"] = "reaper", - ["price"] = 365000, + ["price"] = 100000, ["category"] = "super", ["hash"] = `reaper`, ["shop"] = "pdm", @@ -2138,7 +2138,7 @@ QBShared.Vehicles = { ["name"] = "Rebel", ["brand"] = "Annis", ["model"] = "rebel2", - ["price"] = 35000, + ["price"] = 20000, ["category"] = "offroad", ["hash"] = `rebel2`, ["shop"] = "pdm", @@ -2147,7 +2147,7 @@ QBShared.Vehicles = { ["name"] = "Regina", ["brand"] = "Dundreary", ["model"] = "regina", - ["price"] = 10000, + ["price"] = 7000, ["category"] = "sedans", ["hash"] = `regina`, ["shop"] = "pdm", @@ -2156,7 +2156,7 @@ QBShared.Vehicles = { ["name"] = "Revolter", ["brand"] = "Ubermacht", ["model"] = "revolter", - ["price"] = 195000, + ["price"] = 95000, ["category"] = "sports", ["hash"] = `revolter`, ["shop"] = "pdm", @@ -2174,7 +2174,7 @@ QBShared.Vehicles = { ["name"] = "Rocoto", ["brand"] = "Obey", ["model"] = "rocoto", - ["price"] = 48500, + ["price"] = 13000, ["category"] = "suvs", ["hash"] = `rocoto`, ["shop"] = "pdm", @@ -2183,7 +2183,7 @@ QBShared.Vehicles = { ["name"] = "Ruffian", ["brand"] = "Pegassi", ["model"] = "ruffian", - ["price"] = 14000, + ["price"] = 25000, ["category"] = "motorcycles", ["hash"] = `ruffian`, ["shop"] = "pdm", @@ -2192,7 +2192,7 @@ QBShared.Vehicles = { ["name"] = "Rumpo", ["brand"] = "Bravado", ["model"] = "rumpo", - ["price"] = 30000, + ["price"] = 9000, ["category"] = "vans", ["hash"] = `rumpo`, ["shop"] = "pdm", @@ -2201,7 +2201,7 @@ QBShared.Vehicles = { ["name"] = "Ruston", ["brand"] = "Hijak", ["model"] = "ruston", - ["price"] = 165000, + ["price"] = 130000, ["category"] = "sports", ["hash"] = `ruston`, ["shop"] = "pdm", @@ -2210,7 +2210,7 @@ QBShared.Vehicles = { ["name"] = "Sabre Turbo", ["brand"] = "Declasse", ["model"] = "sabregt", - ["price"] = 25000, + ["price"] = 23000, ["category"] = "muscle", ["hash"] = `sabregt`, ["shop"] = "pdm", @@ -2219,7 +2219,7 @@ QBShared.Vehicles = { ["name"] = "Sabre GT", ["brand"] = "Declasse", ["model"] = "sabregt2", - ["price"] = 29500, + ["price"] = 26500, ["category"] = "muscle", ["hash"] = `sabregt2`, ["shop"] = "pdm", @@ -2227,7 +2227,7 @@ QBShared.Vehicles = { ["sandking"] = { ["name"] = 'Sandking', ["brand"] = "Annis", - ["price"] = 55000, + ["price"] = 25000, ["category"] = "offroad", ["model"] = "sandking", ["hash"] = `sandking`, @@ -2237,7 +2237,7 @@ QBShared.Vehicles = { ["name"] = "SC1", ["brand"] = "Übermacht", ["model"] = "sc1", - ["price"] = 750000, + ["price"] = 90000, ["category"] = "super", ["hash"] = `sc1`, ["shop"] = "pdm", @@ -2246,7 +2246,7 @@ QBShared.Vehicles = { ["name"] = "Schafter", ["brand"] = "Benefactor", ["model"] = "schafter2", - ["price"] = 32000, + ["price"] = 16000, ["category"] = "sedans", ["hash"] = `schafter2`, ["shop"] = "pdm", @@ -2255,7 +2255,7 @@ QBShared.Vehicles = { ["name"] = "Schafter V12", ["brand"] = "Benefactor", ["model"] = "schafter3", - ["price"] = 69000, + ["price"] = 35000, ["category"] = "sports", ["hash"] = `schafter3`, ["shop"] = "pdm", @@ -2264,7 +2264,7 @@ QBShared.Vehicles = { ["name"] = "Seminole", ["brand"] = "Canis", ["model"] = "seminole", - ["price"] = 29500, + ["price"] = 20000, ["category"] = "suvs", ["hash"] = `seminole`, ["shop"] = "pdm", @@ -2282,7 +2282,7 @@ QBShared.Vehicles = { ["name"] = "Sentinel XS", ["brand"] = " Übermacht", ["model"] = "sentinel2", - ["price"] = 36500, + ["price"] = 33000, ["category"] = "coupes", ["hash"] = `sentinel2`, ["shop"] = "pdm", @@ -2291,7 +2291,7 @@ QBShared.Vehicles = { ["name"] = "Sentinel Classic", ["brand"] = "Übermacht", ["model"] = "sentinel3", - ["price"] = 40000, + ["price"] = 70000, ["category"] = "coupes", ["hash"] = `sentinel3`, ["shop"] = "pdm", @@ -2300,7 +2300,7 @@ QBShared.Vehicles = { ["name"] = "Seven-70", ["brand"] = "Dewbauchee", ["model"] = "seven70", - ["price"] = 85000, + ["price"] = 140000, ["category"] = "sports", ["hash"] = `seven70`, ["shop"] = "pdm", @@ -2309,7 +2309,7 @@ QBShared.Vehicles = { ["name"] = "Slam Van Custom", ["brand"] = "Vapid", ["model"] = "slamvan3", - ["price"] = 35000, + ["price"] = 17000, ["category"] = "muscle", ["hash"] = `slamvan3`, ["shop"] = "pdm", @@ -2318,7 +2318,7 @@ QBShared.Vehicles = { ["name"] = "Sovereign", ["brand"] = "WMC", ["model"] = "sovereign", - ["price"] = 27000, + ["price"] = 8000, ["category"] = "motorcycles", ["hash"] = `sovereign`, ["shop"] = "pdm", @@ -2327,7 +2327,7 @@ QBShared.Vehicles = { ["name"] = "Specter", ["brand"] = "Dewbauchee", ["model"] = "specter", - ["price"] = 155000, + ["price"] = 160000, ["category"] = "sports", ["hash"] = `specter`, ["shop"] = "pdm", @@ -2336,7 +2336,7 @@ QBShared.Vehicles = { ["name"] = "Stafford", ["brand"] = "Enus", ["model"] = "stafford", - ["price"] = 45000, + ["price"] = 30000, ["category"] = "sedans", ["hash"] = `stafford`, ["shop"] = "pdm", @@ -2345,7 +2345,7 @@ QBShared.Vehicles = { ["name"] = "Stallion", ["brand"] = "Declasse", ["model"] = "stalion", - ["price"] = 23500, + ["price"] = 33000, ["category"] = "muscle", ["hash"] = `stalion`, ["shop"] = "pdm", @@ -2354,7 +2354,7 @@ QBShared.Vehicles = { ["name"] = "Stinger GT", ["brand"] = "Grotti", ["model"] = "stingergt", - ["price"] = 184000, + ["price"] = 70000, ["category"] = "sportsclassics", ["hash"] = `stingergt`, ["shop"] = "pdm", @@ -2363,7 +2363,7 @@ QBShared.Vehicles = { ["name"] = "Streiter", ["brand"] = "Benefactor", ["model"] = "streiter", - ["price"] = 98000, + ["price"] = 40000, ["category"] = "sports", ["hash"] = `streiter`, ["shop"] = "pdm", @@ -2372,7 +2372,7 @@ QBShared.Vehicles = { ["name"] = "Sultan", ["brand"] = "Karin", ["model"] = "sultan", - ["price"] = 56500, + ["price"] = 50000, ["category"] = "sports", ["hash"] = `sultan`, ["shop"] = "pdm", @@ -2390,7 +2390,7 @@ QBShared.Vehicles = { ["name"] = "Super Diamond", ["brand"] = "Enus", ["model"] = "superd", - ["price"] = 108000, + ["price"] = 17000, ["category"] = "sedans", ["hash"] = `superd`, ["shop"] = "pdm", @@ -2399,7 +2399,7 @@ QBShared.Vehicles = { ["name"] = "Surano", ["brand"] = " Benefactor", ["model"] = "surano", - ["price"] = 89000, + ["price"] = 80000, ["category"] = "sports", ["hash"] = `surano`, ["shop"] = "pdm", @@ -2408,7 +2408,7 @@ QBShared.Vehicles = { ["name"] = "Surge", ["brand"] = "Cheval", ["model"] = "surge", - ["price"] = 28500, + ["price"] = 20000, ["category"] = "sedans", ["hash"] = `surge`, ["shop"] = "pdm", @@ -2417,7 +2417,7 @@ QBShared.Vehicles = { ["name"] = "T20", ["brand"] = "Progen", ["model"] = "t20", - ["price"] = 1680000, + ["price"] = 1650000, ["category"] = "super", ["hash"] = `t20`, ["shop"] = "pdm", @@ -2426,7 +2426,7 @@ QBShared.Vehicles = { ["name"] = "Tailgater", ["brand"] = "Obey", ["model"] = "tailgater", - ["price"] = 45000, + ["price"] = 22000, ["category"] = "sedans", ["hash"] = `tailgater`, ["shop"] = "pdm", @@ -2435,7 +2435,7 @@ QBShared.Vehicles = { ["name"] = "Taipan", ["brand"] = "Cheval", ["model"] = "taipan", - ["price"] = 1650000, + ["price"] = 1850000, ["category"] = "super", ["hash"] = `taipan`, ["shop"] = "pdm", @@ -2444,7 +2444,7 @@ QBShared.Vehicles = { ["name"] = "Tampa", ["brand"] = "Declasse", ["model"] = "tampa", - ["price"] = 27500, + ["price"] = 24500, ["category"] = "muscle", ["hash"] = `tampa`, ["shop"] = "pdm", @@ -2453,7 +2453,7 @@ QBShared.Vehicles = { ["name"] = "Drift Tampa", ["brand"] = "Declasse", ["model"] = "tampa2", - ["price"] = 50500, + ["price"] = 80000, ["category"] = "muscle", ["hash"] = `tampa2`, ["shop"] = "pdm", @@ -2462,7 +2462,7 @@ QBShared.Vehicles = { ["name"] = "Tempesta", ["brand"] = "Pegassi", ["model"] = "tempesta", - ["price"] = 400000, + ["price"] = 120000, ["category"] = "super", ["hash"] = `tempesta`, ["shop"] = "pdm", @@ -2471,7 +2471,7 @@ QBShared.Vehicles = { ["name"] = "Tezeract", ["brand"] = "Pegassi", ["model"] = "tezeract", - ["price"] = 2350000, + ["price"] = 220000, ["category"] = "super", ["hash"] = `tezeract`, ["shop"] = "pdm", @@ -2480,7 +2480,7 @@ QBShared.Vehicles = { ["name"] = "Thrust", ["brand"] = "Dinka", ["model"] = "thrust", - ["price"] = 16000, + ["price"] = 22000, ["category"] = "motorcycles", ["hash"] = `thrust`, ["shop"] = "pdm", @@ -2489,7 +2489,7 @@ QBShared.Vehicles = { ["name"] = "Torero", ["brand"] = "Pegassi", ["model"] = "torero", - ["price"] = 285500, + ["price"] = 84000, ["category"] = "sportsclassics", ["hash"] = `torero`, ["shop"] = "pdm", @@ -2516,7 +2516,7 @@ QBShared.Vehicles = { ["name"] = "Turismo R", ["brand"] = "Grotti", ["model"] = "turismor", - ["price"] = 750000, + ["price"] = 140000, ["category"] = "super", ["hash"] = `turismor`, ["shop"] = "pdm", @@ -2534,7 +2534,7 @@ QBShared.Vehicles = { ["name"] = "Vacca", ["brand"] = "Pegassi", ["model"] = "vacca", - ["price"] = 255000, + ["price"] = 105000, ["category"] = "super", ["hash"] = `vacca`, ["shop"] = "pdm", @@ -2543,7 +2543,7 @@ QBShared.Vehicles = { ["name"] = "Vagner", ["brand"] = "Dewbauchee", ["model"] = "vagner", - ["price"] = 1460000, + ["price"] = 1660000, ["category"] = "super", ["hash"] = `vagner`, ["shop"] = "pdm", @@ -2561,7 +2561,7 @@ QBShared.Vehicles = { ["name"] = "Vigero", ["brand"] = "Declasse", ["model"] = "vigero", - ["price"] = 16500, + ["price"] = 39500, ["category"] = "muscle", ["hash"] = `vigero`, ["shop"] = "pdm", @@ -2570,7 +2570,7 @@ QBShared.Vehicles = { ["name"] = "Virgo", ["brand"] = "Albany", ["model"] = "virgo", - ["price"] = 19700, + ["price"] = 22000, ["category"] = "muscle", ["hash"] = `virgo`, ["shop"] = "pdm", @@ -2579,7 +2579,7 @@ QBShared.Vehicles = { ["name"] = "Visione", ["brand"] = "Grotti", ["model"] = "visione", - ["price"] = 1750000, + ["price"] = 750000, ["category"] = "sports", ["hash"] = `visione`, ["shop"] = "pdm", @@ -2597,7 +2597,7 @@ QBShared.Vehicles = { ["name"] = "Voodoo", ["brand"] = "Declasse", ["model"] = "voodoo", - ["price"] = 21000, + ["price"] = 13000, ["category"] = "muscle", ["hash"] = `voodoo`, ["shop"] = "pdm", @@ -2606,7 +2606,7 @@ QBShared.Vehicles = { ["name"] = "Washington", ["brand"] = "Albany", ["model"] = "washington", - ["price"] = 19000, + ["price"] = 7000, ["category"] = "sedans", ["hash"] = `washington`, ["shop"] = "pdm", @@ -2615,7 +2615,7 @@ QBShared.Vehicles = { ["name"] = "Windsor", ["brand"] = "Enus", ["model"] = "windsor", - ["price"] = 325000, + ["price"] = 27000, ["category"] = "coupes", ["hash"] = `windsor`, ["shop"] = "pdm", @@ -2624,7 +2624,7 @@ QBShared.Vehicles = { ["name"] = "Windsor Drop", ["brand"] = "Enus", ["model"] = "windsor2", - ["price"] = 355000, + ["price"] = 34000, ["category"] = "coupes", ["hash"] = `windsor2`, ["shop"] = "pdm", @@ -2633,7 +2633,7 @@ QBShared.Vehicles = { ["name"] = "XA-21", ["brand"] = "Ocelot", ["model"] = "xa21", - ["price"] = 2150000, + ["price"] = 180000, ["category"] = "super", ["hash"] = `xa21`, ["shop"] = "pdm", @@ -2642,7 +2642,7 @@ QBShared.Vehicles = { ["name"] = "XLS", ["brand"] = "Benefactor", ["model"] = "xls", - ["price"] = 75000, + ["price"] = 17000, ["category"] = "suvs", ["hash"] = `xls`, ["shop"] = "pdm", @@ -2660,7 +2660,7 @@ QBShared.Vehicles = { ["name"] = "190Z", ["brand"] = "Karin", ["model"] = "z190", - ["price"] = 330000, + ["price"] = 78000, ["category"] = "sportsclassics", ["hash"] = `z190`, ["shop"] = "pdm", @@ -2669,7 +2669,7 @@ QBShared.Vehicles = { ["name"] = "Zentorno", ["brand"] = "Pegassi", ["model"] = "zentorno", - ["price"] = 1250000, + ["price"] = 340000, ["category"] = "super", ["hash"] = `zentorno`, ["shop"] = "pdm", @@ -2678,7 +2678,7 @@ QBShared.Vehicles = { ["name"] = "Zion", ["brand"] = "Übermacht", ["model"] = "zion", - ["price"] = 25500, + ["price"] = 22000, ["category"] = "coupes", ["hash"] = `zion`, ["shop"] = "pdm", @@ -2687,7 +2687,7 @@ QBShared.Vehicles = { ["name"] = "Zion Cabrio", ["brand"] = "Übermacht", ["model"] = "zion2", - ["price"] = 27000, + ["price"] = 28000, ["category"] = "coupes", ["hash"] = `zion2`, ["shop"] = "pdm", @@ -2696,7 +2696,7 @@ QBShared.Vehicles = { ["name"] = "Zombie Chopper", ["brand"] = "Western", ["model"] = "zombieb", - ["price"] = 17000, + ["price"] = 27000, ["category"] = "motorcycles", ["hash"] = `zombieb`, ["shop"] = "pdm", @@ -2705,7 +2705,7 @@ QBShared.Vehicles = { ["name"] = "Z-Type", ["brand"] = "Truffade", ["model"] = "ztype", - ["price"] = 2500000, + ["price"] = 270000, ["category"] = "sportsclassics", ["hash"] = `ztype`, ["shop"] = "pdm", @@ -2722,7 +2722,7 @@ QBShared.Vehicles = { ["name"] = "Akuma", ["brand"] = "Dinka", ["model"] = "akuma", - ["price"] = 7500, + ["price"] = 55000, ["category"] = "motorcycles", ["hash"] = `akuma`, ["shop"] = "pdm", @@ -2731,7 +2731,7 @@ QBShared.Vehicles = { ["name"] = "Asbo", ["brand"] = "Maxwell", ["model"] = "asbo", - ["price"] = 10000, + ["price"] = 4000, ["category"] = "compacts", ["hash"] = `asbo`, ["shop"] = "pdm", @@ -2740,7 +2740,7 @@ QBShared.Vehicles = { ["name"] = "Asterope", ["brand"] = "Karin", ["model"] = "asterope", - ["price"] = 10000, + ["price"] = 11000, ["category"] = "sedans", ["hash"] = `asterope`, ["shop"] = "pdm", @@ -2749,7 +2749,7 @@ QBShared.Vehicles = { ["name"] = "Baller", ["brand"] = "Gallivanter", ["model"] = "baller", - ["price"] = 30000, + ["price"] = 22000, ["category"] = "suvs", ["hash"] = `baller`, ["shop"] = "pdm", @@ -2758,7 +2758,7 @@ QBShared.Vehicles = { ["name"] = "Baller LE LWB", ["brand"] = "Gallivanter", ["model"] = "baller4", - ["price"] = 700000, + ["price"] = 29000, ["category"] = "suvs", ["hash"] = `baller4`, ["shop"] = "pdm", @@ -2767,7 +2767,7 @@ QBShared.Vehicles = { ["name"] = "Baller LE (Armored)", ["brand"] = "Gallivanter", ["model"] = "baller5", - ["price"] = 1000000, + ["price"] = 78000, ["category"] = "suvs", ["hash"] = `baller5`, ["shop"] = "pdm", @@ -2776,7 +2776,7 @@ QBShared.Vehicles = { ["name"] = "Baller LE LWB (Armored)", ["brand"] = "Gallivanter", ["model"] = "baller6", - ["price"] = 1200000, + ["price"] = 82000, ["category"] = "suvs", ["hash"] = `baller6`, ["shop"] = "pdm", @@ -2794,7 +2794,7 @@ QBShared.Vehicles = { ["name"] = "BF400", ["brand"] = "Nagasaki", ["model"] = "bf400", - ["price"] = 6500, + ["price"] = 22000, ["category"] = "motorcycles", ["hash"] = `bf400`, ["shop"] = "pdm", @@ -2821,7 +2821,7 @@ QBShared.Vehicles = { ["name"] = "Blazer Aqua", ["brand"] = "Nagasaki", ["model"] = "blazer5", - ["price"] = 1755600, + ["price"] = 40000, ["category"] = "offroad", ["hash"] = `blazer5`, ["shop"] = "pdm", @@ -2847,7 +2847,7 @@ QBShared.Vehicles = { ["name"] = "Brioso 300", ["brand"] = "Grotti", ["model"] = "brioso2", - ["price"] = 15000, + ["price"] = 12000, ["category"] = "compacts", ["hash"] = `brioso2`, ["shop"] = "pdm", @@ -2856,7 +2856,7 @@ QBShared.Vehicles = { ["name"] = "Caracara", ["brand"] = "Vapid", ["model"] = "caracara", - ["price"] = 400000, + ["price"] = 60000, ["category"] = "offroad", ["hash"] = `caracara`, ["shop"] = "pdm", @@ -2865,7 +2865,7 @@ QBShared.Vehicles = { ["name"] = "Caracara 4x4", ["brand"] = "Vapid", ["model"] = "caracara2", - ["price"] = 500000, + ["price"] = 80000, ["category"] = "offroad", ["hash"] = `caracara2`, ["shop"] = "pdm", @@ -2874,7 +2874,7 @@ QBShared.Vehicles = { ["name"] = "Cavalcade", ["brand"] = "Albany", ["model"] = "cavalcade", - ["price"] = 50000, + ["price"] = 14000, ["category"] = "suvs", ["hash"] = `cavalcade`, ["shop"] = "pdm", @@ -2883,8 +2883,8 @@ QBShared.Vehicles = { ["name"] = "Cheburek", ["brand"] = "Rune", ["model"] = "cheburek", - ["price"] = 50000, - ["category"] = "sportsclassics", + ["price"] = 7000, + ["category"] = "sportsclassic", ["hash"] = `cheburek`, ["shop"] = "pdm", }, @@ -2892,7 +2892,7 @@ QBShared.Vehicles = { ["name"] = "Cliffhanger", ["brand"] = "Western", ["model"] = "cliffhanger", - ["price"] = 9500, + ["price"] = 28500, ["category"] = "motorcycles", ["hash"] = `cliffhanger`, ["shop"] = "pdm", @@ -2910,7 +2910,7 @@ QBShared.Vehicles = { ["name"] = "Club", ["brand"] = "BF", ["model"] = "club", - ["price"] = 10000, + ["price"] = 8000, ["category"] = "compacts", ["hash"] = `club`, ["shop"] = "pdm", @@ -2919,7 +2919,7 @@ QBShared.Vehicles = { ["name"] = "Cognoscenti 55", ["brand"] = "Enus", ["model"] = "cog55", - ["price"] = 60000, + ["price"] = 22000, ["category"] = "sedans", ["hash"] = `cog55`, ["shop"] = "pdm", @@ -2928,7 +2928,7 @@ QBShared.Vehicles = { ["name"] = "Comet Safari", ["brand"] = "Pfister", ["model"] = "comet4", - ["price"] = 80000, + ["price"] = 110000, ["category"] = "sports", ["hash"] = `comet4`, ["shop"] = "pdm", @@ -2937,7 +2937,7 @@ QBShared.Vehicles = { ["name"] = "Contender", ["brand"] = "Vapid", ["model"] = "contender", - ["price"] = 70000, + ["price"] = 35000, ["category"] = "suvs", ["hash"] = `contender`, ["shop"] = "pdm", @@ -2946,7 +2946,7 @@ QBShared.Vehicles = { ["name"] = "Coquette D10", ["brand"] = "Invetero", ["model"] = "coquette4", - ["price"] = 70000, + ["price"] = 220000, ["category"] = "sports", ["hash"] = `coquette4`, ["shop"] = "pdm", @@ -2963,7 +2963,7 @@ QBShared.Vehicles = { ["name"] = "Daemon Custom", ["brand"] = "Western", ["model"] = "daemon2", - ["price"] = 13500, + ["price"] = 23000, ["category"] = "motorcycles", ["hash"] = `daemon2`, ["shop"] = "pdm", @@ -2972,8 +2972,8 @@ QBShared.Vehicles = { ["name"] = "Deluxo", ["brand"] = "Imponte", ["model"] = "deluxo", - ["price"] = 4721500, - ["category"] = "sportsclassics", + ["price"] = 55000, + ["category"] = "sportsclassic", ["hash"] = `deluxo`, ["shop"] = "pdm", }, @@ -2981,7 +2981,7 @@ QBShared.Vehicles = { ["name"] = "Deveste", ["brand"] = "Principe", ["model"] = "deveste", - ["price"] = 50000, + ["price"] = 234000, ["category"] = "super", ["hash"] = `deveste`, ["shop"] = "pdm", @@ -2990,7 +2990,7 @@ QBShared.Vehicles = { ["name"] = "Deviant", ["brand"] = "Schyster", ["model"] = "deviant", - ["price"] = 60000, + ["price"] = 70000, ["category"] = "muscle", ["hash"] = `deviant`, ["shop"] = "pdm", @@ -2999,7 +2999,7 @@ QBShared.Vehicles = { ["name"] = "Diablous", ["brand"] = "Principe", ["model"] = "diablous", - ["price"] = 10000, + ["price"] = 30000, ["category"] = "motorcycles", ["hash"] = `diablous`, ["shop"] = "pdm", @@ -3008,7 +3008,7 @@ QBShared.Vehicles = { ["name"] = "Diablous Custom", ["brand"] = "Principe", ["model"] = "diablous2", - ["price"] = 12000, + ["price"] = 38000, ["category"] = "motorcycles", ["hash"] = `diablous2`, ["shop"] = "pdm", @@ -3017,7 +3017,7 @@ QBShared.Vehicles = { ["name"] = "Dilettante Patrol", ["brand"] = "Karin", ["model"] = "dilettante2", - ["price"] = 15000, + ["price"] = 12000, ["category"] = "compacts", ["hash"] = `dilettante2`, ["shop"] = "pdm", @@ -3026,7 +3026,7 @@ QBShared.Vehicles = { ["name"] = "Pißwasser Dominator", ["brand"] = "Vapid", ["model"] = "dominator2", - ["price"] = 40000, + ["price"] = 50000, ["category"] = "muscle", ["hash"] = `dominator2`, ["shop"] = "pdm", @@ -3035,7 +3035,7 @@ QBShared.Vehicles = { ["name"] = "Dominator GTX", ["brand"] = "Vapid", ["model"] = "dominator3", - ["price"] = 100000, + ["price"] = 70000, ["category"] = "muscle", ["hash"] = `dominator3`, ["shop"] = "pdm", @@ -3044,7 +3044,7 @@ QBShared.Vehicles = { ["name"] = "Dominator Arena", ["brand"] = "Vapid", ["model"] = "dominator4", - ["price"] = 350000, + ["price"] = 200000, ["category"] = "muscle", ["hash"] = `dominator4`, ["shop"] = "pdm", @@ -3058,7 +3058,7 @@ QBShared.Vehicles = { ["hash"] = `double`, ["shop"] = "pdm", }, - ["drafter"] = { + ["drafter"] = { ["name"] = "8F Drafter", ["brand"] = "Obey", ["model"] = "drafter", @@ -3071,7 +3071,7 @@ QBShared.Vehicles = { ["name"] = "Dubsta", ["brand"] = "Benefactor", ["model"] = "dubsta", - ["price"] = 45000, + ["price"] = 19000, ["category"] = "suvs", ["hash"] = `dubsta`, ["shop"] = "pdm", @@ -3080,7 +3080,7 @@ QBShared.Vehicles = { ["name"] = "Dukes Nightrider", ["brand"] = "Imponte", ["model"] = "dukes2", - ["price"] = 30000, + ["price"] = 60000, ["category"] = "muscle", ["hash"] = `dukes2`, ["shop"] = "pdm", @@ -3089,7 +3089,7 @@ QBShared.Vehicles = { ["name"] = "Beater Dukes", ["brand"] = "Imponte", ["model"] = "dukes3", - ["price"] = 40000, + ["price"] = 45000, ["category"] = "muscle", ["hash"] = `dukes3`, ["shop"] = "pdm", @@ -3098,8 +3098,8 @@ QBShared.Vehicles = { ["name"] = "Dynasty", ["brand"] = "Weeny", ["model"] = "dynasty", - ["price"] = 50000, - ["category"] = "sportsclassics", + ["price"] = 25000, + ["category"] = "sportsclassic", ["hash"] = `dynasty`, ["shop"] = "pdm", }, @@ -3107,7 +3107,7 @@ QBShared.Vehicles = { ["name"] = "Emerus", ["brand"] = "Progen", ["model"] = "emerus", - ["price"] = 400000, + ["price"] = 220000, ["category"] = "super", ["hash"] = `emerus`, ["shop"] = "pdm", @@ -3125,7 +3125,7 @@ QBShared.Vehicles = { ["name"] = "Everon", ["brand"] = "Karin", ["model"] = "everon", - ["price"] = 500000, + ["price"] = 60000, ["category"] = "offroad", ["hash"] = `everon`, ["shop"] = "pdm", @@ -3134,7 +3134,7 @@ QBShared.Vehicles = { ["name"] = "Faction Custom Donk", ["brand"] = "Willard", ["model"] = "faction3", - ["price"] = 40000, + ["price"] = 35000, ["category"] = "muscle", ["hash"] = `faction3`, ["shop"] = "pdm", @@ -3161,7 +3161,7 @@ QBShared.Vehicles = { ["name"] = "FCR 1000 Custom", ["brand"] = "Pegassi", ["model"] = "fcr2", - ["price"] = 6000, + ["price"] = 19000, ["category"] = "motorcycles", ["hash"] = `fcr2`, ["shop"] = "pdm", @@ -3178,7 +3178,7 @@ QBShared.Vehicles = { ["name"] = "Freecrawler", ["brand"] = "Canis", ["model"] = "freecrawler", - ["price"] = 25000, + ["price"] = 24000, ["category"] = "offroad", ["hash"] = `freecrawler`, ["shop"] = "pdm", @@ -3187,7 +3187,7 @@ QBShared.Vehicles = { ["name"] = "Furia", ["brand"] = "Grotti", ["model"] = "furia", - ["price"] = 300000, + ["price"] = 230000, ["category"] = "super", ["hash"] = `furia`, ["shop"] = "pdm", @@ -3196,7 +3196,7 @@ QBShared.Vehicles = { ["name"] = "Gargoyle", ["brand"] = "Western", ["model"] = "gargoyle", - ["price"] = 16500, + ["price"] = 32000, ["category"] = "motorcycles", ["hash"] = `gargoyle`, ["shop"] = "pdm", @@ -3205,7 +3205,7 @@ QBShared.Vehicles = { ["name"] = "Redwood Gauntlet", ["brand"] = "Bravado", ["model"] = "gauntlet2", - ["price"] = 35000, + ["price"] = 70000, ["category"] = "muscle", ["hash"] = `gauntlet2`, ["shop"] = "pdm", @@ -3214,7 +3214,7 @@ QBShared.Vehicles = { ["name"] = "Classic Gauntlet", ["brand"] = "Bravado", ["model"] = "gauntlet3", - ["price"] = 40000, + ["price"] = 75000, ["category"] = "muscle", ["hash"] = `gauntlet3`, ["shop"] = "pdm", @@ -3223,7 +3223,7 @@ QBShared.Vehicles = { ["name"] = "Gauntlet Hellfire", ["brand"] = "Bravado", ["model"] = "gauntlet4", - ["price"] = 50000, + ["price"] = 80000, ["category"] = "muscle", ["hash"] = `gauntlet4`, ["shop"] = "pdm", @@ -3232,7 +3232,7 @@ QBShared.Vehicles = { ["name"] = "Gauntlet Classic Custom", ["brand"] = "Bravado", ["model"] = "gauntlet5", - ["price"] = 75000, + ["price"] = 120000, ["category"] = "muscle", ["hash"] = `gauntlet5`, ["shop"] = "pdm", @@ -3241,7 +3241,7 @@ QBShared.Vehicles = { ["name"] = "GB 200", ["brand"] = "Vapid", ["model"] = "gb200", - ["price"] = 50000, + ["price"] = 140000, ["category"] = "sports", ["hash"] = `gb200`, ["shop"] = "pdm", @@ -3250,7 +3250,7 @@ QBShared.Vehicles = { ["name"] = "Glendale", ["brand"] = "Benefactor", ["model"] = "glendale2", - ["price"] = 7000, + ["price"] = 12000, ["category"] = "sedans", ["hash"] = `glendale2`, ["shop"] = "pdm", @@ -3259,7 +3259,7 @@ QBShared.Vehicles = { ["name"] = "Habanero", ["brand"] = "Emperor", ["model"] = "habanero", - ["price"] = 50000, + ["price"] = 20000, ["category"] = "suvs", ["hash"] = `habanero`, ["shop"] = "pdm", @@ -3268,7 +3268,7 @@ QBShared.Vehicles = { ["name"] = "Hakuchou Drag", ["brand"] = "Shitzu", ["model"] = "hakuchou2", - ["price"] = 55000, + ["price"] = 45000, ["category"] = "motorcycles", ["hash"] = `hakuchou2`, ["shop"] = "pdm", @@ -3277,7 +3277,7 @@ QBShared.Vehicles = { ["name"] = "Hellion", ["brand"] = "Annis", ["model"] = "hellion", - ["price"] = 20000, + ["price"] = 38000, ["category"] = "offroad", ["hash"] = `hellion`, ["shop"] = "pdm", @@ -3295,7 +3295,7 @@ QBShared.Vehicles = { ["name"] = "Imorgon", ["brand"] = "Overflod", ["model"] = "imorgon", - ["price"] = 60000, + ["price"] = 120000, ["category"] = "sports", ["hash"] = `imorgon`, ["shop"] = "pdm", @@ -3313,7 +3313,7 @@ QBShared.Vehicles = { ["name"] = "Innovation", ["brand"] = "LLC", ["model"] = "innovation", - ["price"] = 23500, + ["price"] = 33500, ["category"] = "motorcycles", ["hash"] = `innovation`, ["shop"] = "pdm", @@ -3322,7 +3322,7 @@ QBShared.Vehicles = { ["name"] = "Issi Arena", ["brand"] = "Weeny", ["model"] = "issi4", - ["price"] = 50000, + ["price"] = 80000, ["category"] = "compacts", ["hash"] = `issi4`, ["shop"] = "pdm", @@ -3331,7 +3331,7 @@ QBShared.Vehicles = { ["name"] = "Issi Sport", ["brand"] = "Weeny", ["model"] = "issi7", - ["price"] = 60000, + ["price"] = 100000, ["category"] = "compacts", ["hash"] = `issi7`, ["shop"] = "pdm", @@ -3340,7 +3340,7 @@ QBShared.Vehicles = { ["name"] = "Itali GTB", ["brand"] = "Progen", ["model"] = "italigtb2", - ["price"] = 600000, + ["price"] = 250000, ["category"] = "super", ["hash"] = `italigtb2`, ["shop"] = "pdm", @@ -3349,7 +3349,7 @@ QBShared.Vehicles = { ["name"] = "Itali GTO", ["brand"] = "Progen", ["model"] = "italigto", - ["price"] = 60000, + ["price"] = 260000, ["category"] = "sports", ["hash"] = `italigto`, ["shop"] = "pdm", @@ -3358,7 +3358,7 @@ QBShared.Vehicles = { ["name"] = "Itali RSX", ["brand"] = "Progen", ["model"] = "italirsx", - ["price"] = 50000, + ["price"] = 260000, ["category"] = "sports", ["hash"] = `italirsx`, ["shop"] = "pdm", @@ -3367,8 +3367,8 @@ QBShared.Vehicles = { ["name"] = "JB 700", ["brand"] = "Dewbauchee", ["model"] = "jb700", - ["price"] = 400000, - ["category"] = "sportsclassics", + ["price"] = 240000, + ["category"] = "sportsclassic", ["hash"] = `jb700`, ["shop"] = "pdm", }, @@ -3376,8 +3376,8 @@ QBShared.Vehicles = { ["name"] = "JB 700W", ["brand"] = "Dewbauchee", ["model"] = "jb7002", - ["price"] = 500000, - ["category"] = "sportsclassics", + ["price"] = 40000, + ["category"] = "sportsclassic", ["hash"] = `jb7002`, ["shop"] = "pdm", }, @@ -3385,7 +3385,7 @@ QBShared.Vehicles = { ["name"] = "Jester Racecar", ["brand"] = "Dinka", ["model"] = "jester2", - ["price"] = 135000, + ["price"] = 210000, ["category"] = "sports", ["hash"] = `jester2`, ["shop"] = "pdm", @@ -3403,7 +3403,7 @@ QBShared.Vehicles = { ["name"] = "Jugular", ["brand"] = "Ocelot", ["model"] = "jugular", - ["price"] = 40000, + ["price"] = 80000, ["category"] = "sports", ["hash"] = `jugular`, ["shop"] = "pdm", @@ -3412,7 +3412,7 @@ QBShared.Vehicles = { ["name"] = "Kalahari", ["brand"] = "Canis", ["model"] = "kalahari", - ["price"] = 20000, + ["price"] = 14000, ["category"] = "offroad", ["hash"] = `kalahari`, ["shop"] = "pdm", @@ -3421,7 +3421,7 @@ QBShared.Vehicles = { ["name"] = "Kamacho", ["brand"] = "Canis", ["model"] = "kamacho", - ["price"] = 345000, + ["price"] = 50000, ["category"] = "offroad", ["hash"] = `kamacho`, ["shop"] = "pdm", @@ -3430,7 +3430,7 @@ QBShared.Vehicles = { ["name"] = "Blista Kanjo", ["brand"] = "Dinka", ["model"] = "kanjo", - ["price"] = 15000, + ["price"] = 12000, ["category"] = "compacts", ["hash"] = `kanjo`, ["shop"] = "pdm", @@ -3439,7 +3439,7 @@ QBShared.Vehicles = { ["name"] = "Komoda", ["brand"] = "Lampadati", ["model"] = "komoda", - ["price"] = 40000, + ["price"] = 55000, ["category"] = "sports", ["hash"] = `komoda`, ["shop"] = "pdm", @@ -3448,7 +3448,7 @@ QBShared.Vehicles = { ["name"] = "Krieger", ["brand"] = "Benefactor", ["model"] = "krieger", - ["price"] = 40000, + ["price"] = 222000, ["category"] = "super", ["hash"] = `krieger`, ["shop"] = "pdm", @@ -3457,7 +3457,7 @@ QBShared.Vehicles = { ["name"] = "Landstalker XL", ["brand"] = "Dundreary", ["model"] = "landstalker2", - ["price"] = 40000, + ["price"] = 26000, ["category"] = "suvs", ["hash"] = `landstalker2`, ["shop"] = "pdm", @@ -3466,7 +3466,7 @@ QBShared.Vehicles = { ["name"] = "RE-7B", ["brand"] = "Annis", ["model"] = "le7b", - ["price"] = 325000, + ["price"] = 260000, ["category"] = "super", ["hash"] = `le7b`, ["shop"] = "pdm", @@ -3475,7 +3475,7 @@ QBShared.Vehicles = { ["name"] = "Lectro", ["brand"] = "Principe", ["model"] = "lectro", - ["price"] = 10000, + ["price"] = 28000, ["category"] = "motorcycles", ["hash"] = `lectro`, ["shop"] = "pdm", @@ -3484,7 +3484,7 @@ QBShared.Vehicles = { ["name"] = "Locust", ["brand"] = "Ocelot", ["model"] = "locust", - ["price"] = 50000, + ["price"] = 200000, ["category"] = "sports", ["hash"] = `locust`, ["shop"] = "pdm", @@ -3493,7 +3493,7 @@ QBShared.Vehicles = { ["name"] = "Gauntlet Classic Custom", ["brand"] = "Bravado", ["model"] = "lurcher", - ["price"] = 75000, + ["price"] = 21000, ["category"] = "muscle", ["hash"] = `lurcher`, ["shop"] = "pdm", @@ -3511,7 +3511,7 @@ QBShared.Vehicles = { ["name"] = "Manana Custom", ["brand"] = "Albany", ["model"] = "manana2", - ["price"] = 50000, + ["price"] = 24000, ["category"] = "muscle", ["hash"] = `manana2`, ["shop"] = "pdm", @@ -3520,7 +3520,7 @@ QBShared.Vehicles = { ["name"] = "Manchez", ["brand"] = "Maibatsu", ["model"] = "manchez", - ["price"] = 5300, + ["price"] = 8300, ["category"] = "motorcycles", ["hash"] = `manchez`, ["shop"] = "pdm", @@ -3529,7 +3529,7 @@ QBShared.Vehicles = { ["name"] = "Manchez", ["brand"] = "Maibatsu", ["model"] = "manchez2", - ["price"] = 7000, + ["price"] = 14000, ["category"] = "motorcycles", ["hash"] = `manchez2`, ["shop"] = "pdm", @@ -3538,7 +3538,7 @@ QBShared.Vehicles = { ["name"] = "Massacro Racecar", ["brand"] = "Dewbauchee", ["model"] = "massacro2", - ["price"] = 235000, + ["price"] = 80000, ["category"] = "sports", ["hash"] = `massacro2`, ["shop"] = "pdm", @@ -3547,7 +3547,7 @@ QBShared.Vehicles = { ["name"] = "Mesa", ["brand"] = "Canis", ["model"] = "mesa", - ["price"] = 16000, + ["price"] = 12000, ["category"] = "offroad", ["hash"] = `mesa`, ["shop"] = "pdm", @@ -3556,7 +3556,7 @@ QBShared.Vehicles = { ["name"] = "Mesa Merryweather", ["brand"] = "Canis", ["model"] = "mesa3", - ["price"] = 40000, + ["price"] = 400000, ["category"] = "offroad", ["hash"] = `mesa3`, ["shop"] = "pdm", @@ -3565,8 +3565,8 @@ QBShared.Vehicles = { ["name"] = "Michelli GT", ["brand"] = "Lampadati", ["model"] = "michelli", - ["price"] = 60000, - ["category"] = "sportsclassics", + ["price"] = 30000, + ["category"] = "sportsclassic", ["hash"] = `michelli`, ["shop"] = "pdm", }, @@ -3574,7 +3574,7 @@ QBShared.Vehicles = { ["name"] = "Minivan", ["brand"] = "Vapid", ["model"] = "minivan", - ["price"] = 13000, + ["price"] = 7000, ["category"] = "vans", ["hash"] = `minivan`, ["shop"] = "pdm", @@ -3583,7 +3583,7 @@ QBShared.Vehicles = { ["name"] = "Minivan Custom", ["brand"] = "Vapid", ["model"] = "minivan2", - ["price"] = 14000, + ["price"] = 10000, ["category"] = "vans", ["hash"] = `minivan2`, ["shop"] = "pdm", @@ -3592,7 +3592,7 @@ QBShared.Vehicles = { ["name"] = "Moonbeam Custom", ["brand"] = "Declasse", ["model"] = "moonbeam2", - ["price"] = 35000, + ["price"] = 15000, ["category"] = "vans", ["hash"] = `moonbeam2`, ["shop"] = "pdm", @@ -3601,8 +3601,8 @@ QBShared.Vehicles = { ["name"] = "Nebula", ["brand"] = "Vulcar", ["model"] = "nebula", - ["price"] = 500000, - ["category"] = "sportsclassics", + ["price"] = 22000, + ["category"] = "sportsclassic", ["hash"] = `nebula`, ["shop"] = "pdm", }, @@ -3610,7 +3610,7 @@ QBShared.Vehicles = { ["name"] = "Neo", ["brand"] = "Vysser", ["model"] = "neo", - ["price"] = 500000, + ["price"] = 230000, ["category"] = "sports", ["hash"] = `neo`, ["shop"] = "pdm", @@ -3619,16 +3619,16 @@ QBShared.Vehicles = { ["name"] = "Nero Custom", ["brand"] = "Truffade", ["model"] = "nero2", - ["price"] = 50000, + ["price"] = 260000, ["category"] = "super", ["hash"] = `nero2`, ["shop"] = "pdm", }, - ["novak"] = { + ["novak"] = { ["name"] = "Novak", ["brand"] = "Lampadati", ["model"] = "novak", - ["price"] = 50000, + ["price"] = 70000, ["category"] = "suvs", ["hash"] = `novak`, ["shop"] = "pdm", @@ -3637,7 +3637,7 @@ QBShared.Vehicles = { ["name"] = "Oppressor", ["brand"] = "Pegassi", ["model"] = "oppressor", - ["price"] = 3524500, + ["price"] = 9999999, ["category"] = "super", ["hash"] = `oppressor`, ["shop"] = "pdm", @@ -3655,7 +3655,7 @@ QBShared.Vehicles = { ["name"] = "Paradise", ["brand"] = "Bravado", ["model"] = "paradise", - ["price"] = 19000, + ["price"] = 9000, ["category"] = "vans", ["hash"] = `paradise`, ["shop"] = "pdm", @@ -3664,7 +3664,7 @@ QBShared.Vehicles = { ["name"] = "Paragon", ["brand"] = "Enus", ["model"] = "paragon", - ["price"] = 400000, + ["price"] = 60000, ["category"] = "sports", ["hash"] = `paragon`, ["shop"] = "pdm", @@ -3673,7 +3673,7 @@ QBShared.Vehicles = { ["name"] = "Penumbra", ["brand"] = "Maibatsu", ["model"] = "penumbra", - ["price"] = 28000, + ["price"] = 22000, ["category"] = "sports", ["hash"] = `penumbra`, ["shop"] = "pdm", @@ -3691,8 +3691,8 @@ QBShared.Vehicles = { ["name"] = "Peyote", ["brand"] = "Vapid", ["model"] = "peyote", - ["price"] = 30000, - ["category"] = "sportsclassics", + ["price"] = 23500, + ["category"] = "sportsclassic", ["hash"] = `peyote`, ["shop"] = "pdm", }, @@ -3700,8 +3700,8 @@ QBShared.Vehicles = { ["name"] = "Peyote Gasser", ["brand"] = "Vapid", ["model"] = "peyote2", - ["price"] = 50000, - ["category"] = "sportsclassics", + ["price"] = 40000, + ["category"] = "sportsclassic", ["hash"] = `peyote2`, ["shop"] = "pdm", }, @@ -3709,8 +3709,8 @@ QBShared.Vehicles = { ["name"] = "Peyote Custom", ["brand"] = "Vapid", ["model"] = "peyote3", - ["price"] = 40000, - ["category"] = "sportsclassics", + ["price"] = 48000, + ["category"] = "sportsclassic", ["hash"] = `peyote3`, ["shop"] = "pdm", }, @@ -3718,7 +3718,7 @@ QBShared.Vehicles = { ["name"] = "Primo", ["brand"] = "Albany", ["model"] = "primo", - ["price"] = 4000, + ["price"] = 5000, ["category"] = "sedans", ["hash"] = `primo`, ["shop"] = "pdm", @@ -3727,7 +3727,7 @@ QBShared.Vehicles = { ["name"] = "Rancher XL", ["brand"] = "Declasse", ["model"] = "rancherxl", - ["price"] = 50000, + ["price"] = 24000, ["category"] = "offroad", ["hash"] = `rancherxl`, ["shop"] = "pdm", @@ -3736,7 +3736,7 @@ QBShared.Vehicles = { ["name"] = "Raptor", ["brand"] = "BF", ["model"] = "raptor", - ["price"] = 50000, + ["price"] = 90000, ["category"] = "sports", ["hash"] = `raptor`, ["shop"] = "pdm", @@ -3745,7 +3745,7 @@ QBShared.Vehicles = { ["name"] = "Rat Bike", ["brand"] = "Western", ["model"] = "ratbike", - ["price"] = 15000, + ["price"] = 3000, ["category"] = "motorcycles", ["hash"] = `ratbike`, ["shop"] = "pdm", @@ -3754,7 +3754,7 @@ QBShared.Vehicles = { ["name"] = "Rebla GTS", ["brand"] = "Übermacht", ["model"] = "rebla", - ["price"] = 30000, + ["price"] = 21000, ["category"] = "suvs", ["hash"] = `rebla`, ["shop"] = "pdm", @@ -3763,8 +3763,8 @@ QBShared.Vehicles = { ["name"] = "Retinue", ["brand"] = "Vapid", ["model"] = "retinue", - ["price"] = 615000, - ["category"] = "sportsclassics", + ["price"] = 32000, + ["category"] = "sportsclassic", ["hash"] = `retinue`, ["shop"] = "pdm", }, @@ -3772,8 +3772,8 @@ QBShared.Vehicles = { ["name"] = "Retinue MKII", ["brand"] = "Vapid", ["model"] = "retinue2", - ["price"] = 500000, - ["category"] = "sportsclassics", + ["price"] = 38000, + ["category"] = "sportsclassic", ["hash"] = `retinue2`, ["shop"] = "pdm", }, @@ -3790,7 +3790,7 @@ QBShared.Vehicles = { ["name"] = "Ruiner", ["brand"] = "Imponte", ["model"] = "ruiner", - ["price"] = 5000000, + ["price"] = 29000, ["category"] = "muscle", ["hash"] = `ruiner`, ["shop"] = "pdm", @@ -3799,7 +3799,7 @@ QBShared.Vehicles = { ["name"] = "Ruiner 2000", ["brand"] = "Imponte", ["model"] = "ruiner2", - ["price"] = 5745600, + ["price"] = 50000, ["category"] = "muscle", ["hash"] = `ruiner2`, ["shop"] = "pdm", @@ -3817,7 +3817,7 @@ QBShared.Vehicles = { ["name"] = "S80RR", ["brand"] = "Annis", ["model"] = "s80", - ["price"] = 500000, + ["price"] = 205000, ["category"] = "super", ["hash"] = `s80`, ["shop"] = "pdm", @@ -3826,7 +3826,7 @@ QBShared.Vehicles = { ["name"] = "Sadler", ["brand"] = "Vapid", ["model"] = "sadler", - ["price"] = 50000, + ["price"] = 20000, ["category"] = "offroad", ["hash"] = `sadler`, ["shop"] = "pdm", @@ -3853,7 +3853,7 @@ QBShared.Vehicles = { ["name"] = "Sanctus", ["brand"] = "LCC", ["model"] = "sanctus", - ["price"] = 25000, + ["price"] = 35000, ["category"] = "motorcycles", ["hash"] = `sanctus`, ["shop"] = "pdm", @@ -3861,7 +3861,7 @@ QBShared.Vehicles = { ["sandking2"] = { ["name"] = 'Sandking SWB', ["brand"] = "Annis", - ["price"] = 60000, + ["price"] = 38000, ["category"] = "offroad", ["model"] = "sandking2", ["hash"] = `sandking2`, @@ -3871,8 +3871,8 @@ QBShared.Vehicles = { ["name"] = "Savestra", ["brand"] = "Annis", ["model"] = "savestra", - ["price"] = 990000, - ["category"] = "sportsclassics", + ["price"] = 67000, + ["category"] = "sportsclassic", ["hash"] = `savestra`, ["shop"] = "pdm", }, @@ -3880,7 +3880,7 @@ QBShared.Vehicles = { ["name"] = "Schafter LWB", ["brand"] = "Benefactor", ["model"] = "schafter4", - ["price"] = 60000, + ["price"] = 21000, ["category"] = "sports", ["hash"] = `schafter4`, ["shop"] = "pdm", @@ -3889,7 +3889,7 @@ QBShared.Vehicles = { ["name"] = "Schlagen GT", ["brand"] = "Benefactor", ["model"] = "schlagen", - ["price"] = 60000, + ["price"] = 160000, ["category"] = "sports", ["hash"] = `schlagen`, ["shop"] = "pdm", @@ -3898,7 +3898,7 @@ QBShared.Vehicles = { ["name"] = "Schwartzer", ["brand"] = "Benefactor", ["model"] = "schwarzer", - ["price"] = 60000, + ["price"] = 47000, ["category"] = "sports", ["hash"] = `schwarzer`, ["shop"] = "pdm", @@ -3915,7 +3915,7 @@ QBShared.Vehicles = { ["name"] = "Seminole Frontier", ["brand"] = "Canis", ["model"] = "seminole2", - ["price"] = 30000, + ["price"] = 13000, ["category"] = "suvs", ["hash"] = `seminole2`, ["shop"] = "pdm", @@ -3924,7 +3924,7 @@ QBShared.Vehicles = { ["name"] = "Serrano", ["brand"] = "Benefactor", ["model"] = "serrano", - ["price"] = 40000, + ["price"] = 48000, ["category"] = "suvs", ["hash"] = `serrano`, ["shop"] = "pdm", @@ -3951,7 +3951,7 @@ QBShared.Vehicles = { ["name"] = "Slam Truck", ["brand"] = "Vapid", ["model"] = "slamtruck", - ["price"] = 15000, + ["price"] = 100000, ["category"] = "muscle", ["hash"] = `slamtruck`, ["shop"] = "pdm", @@ -3960,7 +3960,7 @@ QBShared.Vehicles = { ["name"] = "Slam Van", ["brand"] = "Vapid", ["model"] = "slamvan", - ["price"] = 20000, + ["price"] = 30000, ["category"] = "muscle", ["hash"] = `slamvan`, ["shop"] = "pdm", @@ -3969,7 +3969,7 @@ QBShared.Vehicles = { ["name"] = "Lost Slam Van", ["brand"] = "Vapid", ["model"] = "slamvan2", - ["price"] = 25000, + ["price"] = 90000, ["category"] = "muscle", ["hash"] = `slamvan2`, ["shop"] = "pdm", @@ -3978,7 +3978,7 @@ QBShared.Vehicles = { ["name"] = "Speedo", ["brand"] = "Vapid", ["model"] = "speedo", - ["price"] = 20000, + ["price"] = 10000, ["category"] = "vans", ["hash"] = `speedo`, ["shop"] = "pdm", @@ -3987,7 +3987,7 @@ QBShared.Vehicles = { ["name"] = "Speedo Custom", ["brand"] = "Vapid", ["model"] = "speedo4", - ["price"] = 25000, + ["price"] = 15000, ["category"] = "vans", ["hash"] = `speedo4`, ["shop"] = "pdm", @@ -3996,7 +3996,7 @@ QBShared.Vehicles = { ["name"] = "Stallion Burgershot", ["brand"] = "Declasse", ["model"] = "stalion2", - ["price"] = 25000, + ["price"] = 40000, ["category"] = "muscle", ["hash"] = `stalion2`, ["shop"] = "pdm", @@ -4005,7 +4005,7 @@ QBShared.Vehicles = { ["name"] = "Stanier", ["brand"] = "Vapid", ["model"] = "stanier", - ["price"] = 39999, + ["price"] = 19000, ["category"] = "sedans", ["hash"] = `stanier`, ["shop"] = "pdm", @@ -4014,8 +4014,8 @@ QBShared.Vehicles = { ["name"] = "Stinger", ["brand"] = "Grotti", ["model"] = "stinger", - ["price"] = 80000, - ["category"] = "sportsclassics", + ["price"] = 39500, + ["category"] = "sportsclassic", ["hash"] = `stinger`, ["shop"] = "pdm", }, @@ -4023,7 +4023,7 @@ QBShared.Vehicles = { ["name"] = "Stratum", ["brand"] = "Zirconium", ["model"] = "stratum", - ["price"] = 70000, + ["price"] = 15000, ["category"] = "sedans", ["hash"] = `stratum`, ["shop"] = "pdm", @@ -4032,7 +4032,7 @@ QBShared.Vehicles = { ["name"] = "Stretch", ["brand"] = "Dundreary", ["model"] = "stretch", - ["price"] = 90000, + ["price"] = 19000, ["category"] = "sedans", ["hash"] = `stretch`, ["shop"] = "pdm", @@ -4041,8 +4041,8 @@ QBShared.Vehicles = { ["name"] = "Stromberg", ["brand"] = "Ocelot", ["model"] = "stromberg", - ["price"] = 3185350, - ["category"] = "sportsclassics", + ["price"] = 80000, + ["category"] = "sportsclassic", ["hash"] = `stromberg`, ["shop"] = "pdm", }, @@ -4050,7 +4050,7 @@ QBShared.Vehicles = { ["name"] = "Stryder", ["brand"] = "Nagasaki", ["model"] = "stryder", - ["price"] = 15000, + ["price"] = 50000, ["category"] = "motorcycles", ["hash"] = `stryder`, ["shop"] = "pdm", @@ -4059,7 +4059,7 @@ QBShared.Vehicles = { ["name"] = "Sugoi", ["brand"] = "Dinka", ["model"] = "sugoi", - ["price"] = 49900, + ["price"] = 85000, ["category"] = "sports", ["hash"] = `sugoi`, ["shop"] = "pdm", @@ -4068,7 +4068,7 @@ QBShared.Vehicles = { ["name"] = "Sultan Custom", ["brand"] = "Karin", ["model"] = "sultan2", - ["price"] = 20000, + ["price"] = 55000, ["category"] = "sports", ["hash"] = `sultan2`, ["shop"] = "pdm", @@ -4077,7 +4077,7 @@ QBShared.Vehicles = { ["name"] = "Surfer", ["brand"] = "BF", ["model"] = "surfer", - ["price"] = 12000, + ["price"] = 9000, ["category"] = "vans", ["hash"] = `surfer`, ["shop"] = "pdm", @@ -4086,8 +4086,8 @@ QBShared.Vehicles = { ["name"] = "Swinger", ["brand"] = "Ocelot", ["model"] = "swinger", - ["price"] = 500000, - ["category"] = "sportsclassics", + ["price"] = 221000, + ["category"] = "sportsclassic", ["hash"] = `swinger`, ["shop"] = "pdm", }, @@ -4095,7 +4095,7 @@ QBShared.Vehicles = { ["name"] = "Thrax", ["brand"] = "Truffade", ["model"] = "thrax", - ["price"] = 500000, + ["price"] = 180000, ["category"] = "super", ["hash"] = `thrax`, ["shop"] = "pdm", @@ -4104,7 +4104,7 @@ QBShared.Vehicles = { ["name"] = "Tigon", ["brand"] = "Lampadati", ["model"] = "tigon", - ["price"] = 400000, + ["price"] = 240000, ["category"] = "super", ["hash"] = `tigon`, ["shop"] = "pdm", @@ -4114,7 +4114,7 @@ QBShared.Vehicles = { ["brand"] = "Pegassi", ["model"] = "toreador", ["price"] = 50000, - ["category"] = "sportsclassics", + ["category"] = "sportsclassic", ["hash"] = `toreador`, ["shop"] = "pdm", }, @@ -4122,8 +4122,8 @@ QBShared.Vehicles = { ["name"] = "Tornado", ["brand"] = "Declasse", ["model"] = "tornado", - ["price"] = 500000, - ["category"] = "sportsclassics", + ["price"] = 21000, + ["category"] = "sportsclassic", ["hash"] = `tornado`, ["shop"] = "pdm", }, @@ -4131,8 +4131,8 @@ QBShared.Vehicles = { ["name"] = "Tornado Gang", ["brand"] = "Declasse", ["model"] = "tornado2", - ["price"] = 50000, - ["category"] = "sportsclassics", + ["price"] = 22000, + ["category"] = "sportsclassic", ["hash"] = `tornado2`, ["shop"] = "pdm", }, @@ -4140,8 +4140,8 @@ QBShared.Vehicles = { ["name"] = "Tornado Custom", ["brand"] = "Declasse", ["model"] = "tornado5", - ["price"] = 50000, - ["category"] = "sportsclassics", + ["price"] = 22000, + ["category"] = "sportsclassic", ["hash"] = `tornado5`, ["shop"] = "pdm", }, @@ -4149,7 +4149,7 @@ QBShared.Vehicles = { ["name"] = "Toros", ["brand"] = "Pegassi", ["model"] = "toros", - ["price"] = 50000, + ["price"] = 65000, ["category"] = "suvs", ["hash"] = `toros`, ["shop"] = "pdm", @@ -4182,7 +4182,7 @@ QBShared.Vehicles = { ["name"] = "Tropos Rallye", ["brand"] = "Lampadati", ["model"] = "tropos", - ["price"] = 40000, + ["price"] = 65000, ["category"] = "sports", ["hash"] = `tropos`, ["shop"] = "pdm", @@ -4191,7 +4191,7 @@ QBShared.Vehicles = { ["name"] = "Tulip", ["brand"] = "Declasse", ["model"] = "tulip", - ["price"] = 20000, + ["price"] = 80000, ["category"] = "muscle", ["hash"] = `tulip`, ["shop"] = "pdm", @@ -4200,8 +4200,8 @@ QBShared.Vehicles = { ["name"] = "Turismo Classic", ["brand"] = "Grotti", ["model"] = "turismo2", - ["price"] = 600000, - ["category"] = "sportsclassics", + ["price"] = 170000, + ["category"] = "sportsclassic", ["hash"] = `turismo2`, ["shop"] = "pdm", }, @@ -4209,7 +4209,7 @@ QBShared.Vehicles = { ["name"] = "Tyrus", ["brand"] = "Progen", ["model"] = "tyrus", - ["price"] = 600000, + ["price"] = 230000, ["category"] = "super", ["hash"] = `tyrus`, ["shop"] = "pdm", @@ -4226,7 +4226,7 @@ QBShared.Vehicles = { ["vagrant"] = { ["name"] = 'Vagrant', ["brand"] = "Maxwell", - ["price"] = 200000, + ["price"] = 50000, ["category"] = "offroad", ["model"] = "vagrant", ["hash"] = `vagrant`, @@ -4236,7 +4236,7 @@ QBShared.Vehicles = { ["name"] = "Vamos", ["brand"] = "Declasse", ["model"] = "vamos", - ["price"] = 20000, + ["price"] = 30000, ["category"] = "muscle", ["hash"] = `vamos`, ["shop"] = "pdm", @@ -4244,7 +4244,7 @@ QBShared.Vehicles = { ["verus"] = { ["name"] = 'Verus', ["brand"] = "Dinka", - ["price"] = 100000, + ["price"] = 20000, ["category"] = "offroad", ["model"] = "verus", ["hash"] = `verus`, @@ -4254,7 +4254,7 @@ QBShared.Vehicles = { ["name"] = "Vindicator", ["brand"] = "Dinka", ["model"] = "vindicator", - ["price"] = 10000, + ["price"] = 19000, ["category"] = "motorcycles", ["hash"] = `vindicator`, ["shop"] = "pdm", @@ -4263,7 +4263,7 @@ QBShared.Vehicles = { ["name"] = "Virgo Custom Classic", ["brand"] = "Dundreary", ["model"] = "virgo2", - ["price"] = 16000, + ["price"] = 21000, ["category"] = "muscle", ["hash"] = `virgo2`, ["shop"] = "pdm", @@ -4272,8 +4272,8 @@ QBShared.Vehicles = { ["name"] = "Viseris", ["brand"] = "Lampadati", ["model"] = "viseris", - ["price"] = 875000, - ["category"] = "sportsclassics", + ["price"] = 210000, + ["category"] = "sportsclassic", ["hash"] = `viseris`, ["shop"] = "pdm", }, @@ -4281,7 +4281,7 @@ QBShared.Vehicles = { ["name"] = "Rocket Voltic", ["brand"] = "Coil", ["model"] = "voltic2", - ["price"] = 3830400, + ["price"] = 9830400, ["category"] = "super", ["hash"] = `voltic2`, ["shop"] = "pdm", @@ -4290,7 +4290,7 @@ QBShared.Vehicles = { ["name"] = "Vortex", ["brand"] = "Pegassi", ["model"] = "vortex", - ["price"] = 9800, + ["price"] = 31000, ["category"] = "motorcycles", ["hash"] = `vortex`, ["shop"] = "pdm", @@ -4317,7 +4317,7 @@ QBShared.Vehicles = { ["name"] = "Weevil", ["brand"] = "BF", ["model"] = "weevil", - ["price"] = 10000, + ["price"] = 9000, ["category"] = "compacts", ["hash"] = `weevil`, ["shop"] = "pdm", @@ -4335,7 +4335,7 @@ QBShared.Vehicles = { ["name"] = "Wolfsbane", ["brand"] = "Western", ["model"] = "wolfsbane", - ["price"] = 9000, + ["price"] = 14000, ["category"] = "motorcycles", ["hash"] = `wolfsbane`, ["shop"] = "pdm", @@ -4344,7 +4344,7 @@ QBShared.Vehicles = { ["name"] = "Yosemite Drift", ["brand"] = "Declasse", ["model"] = "yosemite2", - ["price"] = 400000, + ["price"] = 55000, ["category"] = "muscle", ["hash"] = `yosemite2`, ["shop"] = "pdm", @@ -4362,7 +4362,7 @@ QBShared.Vehicles = { ["name"] = "Youga", ["brand"] = "Bravado", ["model"] = "youga", - ["price"] = 10800, + ["price"] = 8000, ["category"] = "vans", ["hash"] = `youga`, ["shop"] = "pdm", @@ -4389,8 +4389,8 @@ QBShared.Vehicles = { ["name"] = "Zion Classic", ["brand"] = "Übermacht", ["model"] = "zion3", - ["price"] = 500000, - ["category"] = "sportsclassics", + ["price"] = 45000, + ["category"] = "sportsclassic", ["hash"] = `zion3`, ["shop"] = "pdm", }, @@ -4398,7 +4398,7 @@ QBShared.Vehicles = { ["name"] = "Zombie Bobber", ["brand"] = "Western", ["model"] = "zombiea", - ["price"] = 9500, + ["price"] = 28000, ["category"] = "motorcycles", ["hash"] = `zombiea`, ["shop"] = "pdm", @@ -4407,7 +4407,7 @@ QBShared.Vehicles = { ["name"] = "Zorrusso", ["brand"] = "Pegassi", ["model"] = "zorrusso", - ["price"] = 480000, + ["price"] = 277000, ["category"] = "super", ["hash"] = `zorrusso`, ["shop"] = "pdm", @@ -4426,7 +4426,7 @@ QBShared.Vehicles = { ["name"] = "Comet S2", ["brand"] = "Pfister", ["model"] = "comet6", - ["price"] = 187800, + ["price"] = 230000, ["category"] = "sports", ["hash"] = `comet6`, ["shop"] = "pdm", @@ -4435,7 +4435,7 @@ QBShared.Vehicles = { ["name"] = "Remus", ["brand"] = "Annis", ["model"] = "remus", - ["price"] = 137000, + ["price"] = 48000, ["category"] = "sports", ["hash"] = `remus`, ["shop"] = "pdm", @@ -4444,7 +4444,7 @@ QBShared.Vehicles = { ["name"] = "Jester RR", ["brand"] = "Dinka", ["model"] = "jester4", - ["price"] = 197000, + ["price"] = 240000, ["category"] = "sports", ["hash"] = `jester4`, ["shop"] = "pdm", @@ -4453,7 +4453,7 @@ QBShared.Vehicles = { ["name"] = "Tailgater S", ["brand"] = "Obey", ["model"] = "tailgater2", - ["price"] = 149500, + ["price"] = 51000, ["category"] = "sedans", ["hash"] = `tailgater2`, ["shop"] = "pdm", @@ -4462,7 +4462,7 @@ QBShared.Vehicles = { ["name"] = "Warrener HKR", ["brand"] = "Vulcar", ["model"] = "warrener2", - ["price"] = 126000, + ["price"] = 30000, ["category"] = "sedans", ["hash"] = `warrener2`, ["shop"] = "pdm", @@ -4471,7 +4471,7 @@ QBShared.Vehicles = { ["name"] = "RT3000", ["brand"] = "Dinka", ["model"] = "rt3000", - ["price"] = 171500, + ["price"] = 65000, ["category"] = "sports", ["hash"] = `rt3000`, ["shop"] = "pdm", @@ -4480,7 +4480,7 @@ QBShared.Vehicles = { ["name"] = "ZR350", ["brand"] = "Annis", ["model"] = "zr350", - ["price"] = 161500, + ["price"] = 38000, ["category"] = "sports", ["hash"] = `zr350`, ["shop"] = "pdm", @@ -4489,7 +4489,7 @@ QBShared.Vehicles = { ["name"] = "Dominator ASP", ["brand"] = "Vapid", ["model"] = "dominator7", - ["price"] = 103500, + ["price"] = 110000, ["category"] = "muscle", ["hash"] = `dominator7`, ["shop"] = "pdm", @@ -4498,7 +4498,7 @@ QBShared.Vehicles = { ["name"] = "Dominator GTT", ["brand"] = "Vapid", ["model"] = "dominator8", - ["price"] = 122000, + ["price"] = 80000, ["category"] = "muscle", ["hash"] = `dominator8`, ["shop"] = "pdm", @@ -4507,7 +4507,7 @@ QBShared.Vehicles = { ["name"] = "Euros", ["brand"] = "Annis", ["model"] = "euros", - ["price"] = 180000, + ["price"] = 80000, ["category"] = "sports", ["hash"] = `euros`, ["shop"] = "pdm", @@ -4516,7 +4516,7 @@ QBShared.Vehicles = { ["name"] = "Futo GTX", ["brand"] = "Karin", ["model"] = "futo2", - ["price"] = 159000, + ["price"] = 39000, ["category"] = "sports", ["hash"] = `futo2`, ["shop"] = "pdm", @@ -4525,7 +4525,7 @@ QBShared.Vehicles = { ["name"] = "Calico GTF", ["brand"] = "Karin", ["model"] = "calico", - ["price"] = 199500, + ["price"] = 39000, ["category"] = "sports", ["hash"] = `calico`, ["shop"] = "pdm", @@ -4534,7 +4534,7 @@ QBShared.Vehicles = { ["name"] = "Sultan Classic Custom", ["brand"] = "Karin", ["model"] = "sultan3", - ["price"] = 171800, + ["price"] = 56000, ["category"] = "sports", ["hash"] = `sultan3`, ["shop"] = "pdm", @@ -4543,7 +4543,7 @@ QBShared.Vehicles = { ["name"] = "Emperor Vectre", ["brand"] = "Emperor", ["model"] = "vectre", - ["price"] = 178500, + ["price"] = 80000, ["category"] = "sports", ["hash"] = `vectre`, ["shop"] = "pdm", @@ -4552,7 +4552,7 @@ QBShared.Vehicles = { ["name"] = "Growler", ["brand"] = "Pfister", ["model"] = "growler", - ["price"] = 162700, + ["price"] = 205000, ["category"] = "sports", ["hash"] = `growler`, ["shop"] = "pdm",