Scripts/resources/[hp]/hp_vehicleshop/shared/config.lua

1043 lines
59 KiB
Lua
Raw Normal View History

2024-12-29 19:48:41 +00:00
-- Configuration settings for the GPS system.
Config = {}
-- Debug print setting for displaying debug messages.
Config.DebugPrint = true
-- Locale setting for language localization.
Config.Locale = "da"
-- ("esx" | "qb") -- > The latest version is always used.
Config.FrameWork = "qb"
-- ("esx_notify" | "qb_notify" | "custom_notify") -- > System to be used
Config.NotifyType = "qb_notify"
---("ox_inventory" | "qb_inventory" | "custom") System to be used
Config.InventoryType = "custom"
--[[
-- QB | ESX
("owned_vehicles" | "player_vehicles")
Database table name where player vehicles are save.
It must be set to one of the two databases.
Table columns will be written accordingly.
Currently only 2 databases can be used.
!!! "owned_vehicles" for ESX | "player_vehicles" for QB !!!
--]]
Config.PlayerVehiclesDB = "player_vehicles"
Config.Plate = {
-- Total number max 8, for ex: Letters = 6, Numbers = 2 => 6 + 2 = 8
NumberOfLetters = 2,
NumberOfNumbers = 6,
Letters = {
"A", "B", "C", "D", "E", "F",
"G", "H", "I", "J", "K", "L",
"M", "N", "O", "P", "Q", "R",
"S", "T", "U", "V", "W", "X",
"Y", "Z"
}
}
Config.VehicleKeys = {
-- (true | false) -- Will keys be given after vehicle purchases?
status = true,
-- [
-- If you are setting custom. Please review server/utils.lua and configure it accordingly.
--]
-- ("qb" | "custom") -- The key system depends on which plugin.
system = "qb",
}
Config.Music = {
status = false,
-- Volume: 0.1 - 1.0
volume = 0.02,
-- Music Urls: <youtube> link
musics = {
[1] = {
-- file name: "public/music/x_music.mp3"
fileName = "skyfall.mp3",
name = "Skyfall - Adele",
author = "Adele"
},
}
}
Config.VehicleClasses = {
[0] = "Kompakt",
[1] = "Sedans",
[2] = "SUV",
[3] = "Coupes",
[4] = "Muskelbiler",
[5] = "Klassikere",
[6] = "Sportsbiler",
[7] = "Super",
[8] = "Motorcykler",
[9] = "Offroad",
[10] = "Industri",
[11] = "Utility",
[12] = "Varevogne",
[13] = "Cykler",
[14] = "Både",
[15] = "Helikopter",
[16] = "Fly",
[17] = "Service",
[18] = "Udrykning",
[19] = "Militær",
[20] = "Kommercial",
[21] = "Toge",
[22] = "Open Seats",
}
Config.Vehicles = {
["kompakt"] = {
{ label = "Blista", name = "blista", price = 2000 },
{ label = "Brioso", name = "brioso", price = 62000 },
{ label = "Dilettante", name = "dilettante", price = 40000 },
{ label = "Issi S", name = "issi2", price = 38500 },
{ label = "Panto", name = "panto", price = 22000 },
{ label = "Prairie", name = "prairie", price = 60000 },
{ label = "Rhapsody", name = "rhapsody", price = 30000 },
},
["coupes"] = {
{ label = "Cogcabrio", name = "cogcabrio", price = 40000 },
{ label = "Exemplar", name = "exemplar", price = 60000 },
{ label = "F620", name = "f620", price = 70000 },
{ label = "Felon", name = "felon", price = 70000 },
{ label = "Felon S", name = "felon2", price = 60000 },
{ label = "Jackal", name = "jackal", price = 92000 },
{ label = "Oracle S", name = "oracle", price = 82000 },
{ label = "Oracle", name = "oracle2", price = 87000 },
{ label = "sentinel", name = "sentinel", price = 100000 },
{ label = "Windsor", name = "windsor", price = 70000 },
{ label = "windsor S", name = "windsor2", price = 70000 },
{ label = "zion", name = "zion", price = 75000 },
{ label = "zion S", name = "zion2", price = 80000 },
},
["motorcykler"] = {
{ label = "Avarus", name = "avarus", price = 4700 },
{ label = "Bati", name = "bati", price = 50000 },
{ label = "Carbonr S", name = "carbonrs", price = 31200 },
{ label = "Cliff hanger", name = "cliffhanger", price = 7700 },
{ label = "Daemon", name = "daemon", price = 18100 },
{ label = "Defiler", name = "defiler", price = 5000 },
{ label = "Diablous S", name = "Diablous2", price = 50000 },
{ label = "Double", name = "double", price = 35000 },
{ label = "Ess key", name = "esskey", price = 14000 },
{ label = "Faggio S", name = "faggio", price = 5500 },
{ label = "FCR", name = "fcr", price = 13500 },
{ label = "FCR S", name = "fcr2", price = 19600 },
{ label = "Gargoyle", name = "gargoyle", price = 34000 },
{ label = "Hakuchou", name = "hakuchou", price = 60000 },
{ label = "Hexer", name = "hexer", price = 19500 },
{ label = "Innovation", name = "innovation", price = 32000 },
{ label = "Lectro", name = "lectro", price = 40000 },
{ label = "Nightblade", name = "nightblade", price = 25000 },
{ label = "PCJ", name = "pcj", price = 13500 },
{ label = "Ruffian", name = "ruffian", price = 10000 },
{ label = "Sanchez", name = "sanchez2", price = 15000 },
{ label = "Vader", name = "vader", price = 11700 },
{ label = "Vortex", name = "vortex", price = 13356 },
{ label = "Wolfsbane", name = "wolfsbane", price = 27000 },
},
["musklebiler"] = {
{ label = "Blade", name = "blade", price = 1000 },
{ label = "Buccaneer", name = "buccaneer", price = 10000 },
{ label = "Chino", name = "chino", price = 15000 },
{ label = "Chino S", name = "chino2", price = 20000 },
{ label = "Coquette GM", name = "coquette3", price = 80000 },
{ label = "Dominator", name = "dominator", price = 55000 },
{ label = "Faction", name = "faction", price = 35000 },
{ label = "Gauntlet", name = "gauntlet", price = 40000 },
{ label = "Hermes", name = "hermes", price = 53000 },
{ label = "Hotknife", name = "hotknife", price = 50000 },
{ label = "Moon Beam", name = "moonbeam", price = 65000 },
{ label = "Night Shade", name = "nightshade", price = 30300 },
{ label = "Picador", name = "picador", price = 15000 },
{ label = "Ratloader MS", name = "ratloader2", price = 18000 },
{ label = "Ruiner", name = "ruiner", price = 54000 },
{ label = "Sabre GT", name = "sabregt", price = 87000 },
{ label = "Slam Van", name = "slamvan", price = 80000 },
{ label = "stalion", name = "stalion", price = 42000 },
{ label = "Tampa GT", name = "tampa", price = 20000 },
{ label = "Vigero", name = "vigero", price = 78000 },
{ label = "Virgo", name = "virgo", price = 75000 },
{ label = "Voodoo", name = "voodoo", price = 70000 },
{ label = "Yosemite", name = "yosemite", price = 70000 },
},
["offroad"] = {
{ label = "Bf Injection", name = "bfinjection", price = 15000 },
{ label = "Bifta", name = "bifta", price = 18000 },
{ label = "Brawler", name = "brawler", price = 30000 },
{ label = "Mesa OR", name = "mesa3", price = 45000 },
{ label = "Rancher XL", name = "rancherxl", price = 30000 },
{ label = "Rebel OR", name = "rebel2", price = 20000 },
},
["sedans"] = {
{ label = "Asea", name = "asea", price = 3000 },
{ label = "Asterope", name = "asterope", price = 4000 },
{ label = "COG55", name = "cog55", price = 25000 },
{ label = "Cognoscenti", name = "cognoscenti", price = 30000 },
{ label = "Emperor", name = "emperor", price = 8000 },
{ label = "Fugitive", name = "fugitive", price = 35000 },
{ label = "Glendale", name = "glendale", price = 25000 },
{ label = "Ingot", name = "ingot", price = 45000 },
{ label = "Intruder", name = "intruder", price = 53000 },
{ label = "Premier", name = "premier", price = 35000 },
{ label = "Primo", name = "primo", price = 50000 },
{ label = "Regina", name = "regina", price = 22500 },
{ label = "Schafter SD", name = "schafter2", price = 45000 },
{ label = "Stanier", name = "stanier", price = 40000 },
{ label = "Stratum", name = "stratum", price = 63000 },
{ label = "Stretch", name = "stretch", price = 100000 },
{ label = "Superd", name = "superd", price = 42000 },
{ label = "Surge", name = "surge", price = 30000 },
{ label = "Tailgater", name = "tailgater", price = 86000 },
{ label = "Warrener", name = "warrener", price = 35000 },
{ label = "Washington", name = "washington", price = 25000 },
},
["sportsbiler"] = {
{ label = "Alpha", name = "alpha", price = 20000 },
{ label = "Banshee", name = "banshee", price = 35000 },
{ label = "Blista S", name = "blista2", price = 6000 },
{ label = "Blista GT", name = "blista3", price = 25000 },
{ label = "Buffalo", name = "buffalo", price = 68000 },
{ label = "Buffalo GT", name = "buffalo3", price = 70000 },
{ label = "Carboni", name = "carbonizzare", price = 55500 },
{ label = "Comet SX", name = "comet2", price = 80000 },
{ label = "Coquette", name = "coquette", price = 45000 },
{ label = "Elegy", name = "elegy", price = 75000 },
{ label = "Elegy S", name = "elegy2", price = 78000 },
{ label = "Feltzer S", name = "feltzer2", price = 63100 },
{ label = "Furore GT", name = "furoregt", price = 50000 },
{ label = "Fusilade", name = "fusilade", price = 66000 },
{ label = "Futo", name = "futo", price = 75000 },
{ label = "Jester", name = "jester", price = 150000 },
{ label = "Khamelion", name = "khamelion", price = 83000 },
{ label = "Kuruma", name = "kuruma", price = 98000 },
{ label = "Lynx S", name = "lynx2", price = 57300 },
{ label = "Massacro", name = "massacro", price = 88000 },
{ label = "Neon", name = "neon", price = 170000 },
{ label = "Ninef", name = "ninef", price = 63000 },
{ label = "Pariah", name = "pariah", price = 72200 },
{ label = "Penumbra", name = "penumbra", price = 66500 },
{ label = "Raiden", name = "raiden", price = 68800 },
{ label = "Rapid GT", name = "rapidgt", price = 35000 },
{ label = "Rapidgt Turbo", name = "rapidgt2", price = 82500 },
{ label = "Revolter", name = "revolter", price = 40000 },
{ label = "ruston", name = "ruston", price = 93200 },
{ label = "Schafter ST", name = "schafter3", price = 40000 },
{ label = "Schwarzer", name = "schwarzer", price = 65350 },
{ label = "Seven 70", name = "seven70", price = 93000 },
{ label = "Specter", name = "specter", price = 58750 },
{ label = "Streiter", name = "streiter", price = 100000 },
{ label = "Sultan", name = "sultan", price = 86642 },
{ label = "Surano", name = "surano", price = 71350 },
{ label = "Tampa ST", name = "tampa2", price = 43500 },
{ label = "Tropos", name = "tropos", price = 95000 },
{ label = "Verlierer ST", name = "verlierer2", price = 96000 },
},
["klassikere"] = {
{ label = "Btype", name = "btype", price = 90000 },
{ label = "Btype SC", name = "btype2", price = 95000 },
{ label = "Btype S", name = "btype3", price = 99000 },
{ label = "Casco", name = "casco", price = 42000 },
{ label = "Coquette SC", name = "coquette2", price = 54000 },
{ label = "Feltzer SC", name = "feltzer3", price = 80000 },
{ label = "GT500", name = "gt500", price = 70000 },
{ label = "Infernus SC", name = "infernus2", price = 70000 },
{ label = "Mamba", name = "mamba", price = 40000 },
{ label = "Manana", name = "manana", price = 66000 },
{ label = "Monroe", name = "monroe", price = 84000 },
{ label = "Peyote", name = "peyote", price = 86500 },
{ label = "Pigalle", name = "pigalle", price = 20000 },
{ label = "Rapid GTSC", name = "rapidgt3", price = 38000 },
{ label = "Retinue", name = "retinue", price = 78000 },
{ label = "Savestra", name = "savestra", price = 85000 },
{ label = "Stinger", name = "stinger", price = 76000 },
{ label = "Stromberg", name = "stromberg", price = 77000 },
{ label = "Turismo SC", name = "turismo2", price = 90000 },
{ label = "Viseris", name = "viseris", price = 100000 },
{ label = "Ztype", name = "ztype", price = 100000 },
},
["super"] = {
{ label = "Adder", name = "adder", price = 120000 },
{ label = "Banshee 900R", name = "banshee2", price = 60000 },
{ label = "Bullet", name = "bullet", price = 95000 },
{ label = "Cyclone", name = "cyclone", price = 127000 },
{ label = "drafter", name = "drafter", price = 500000 },
{ label = "Entity XF", name = "entityxf", price = 60000 },
{ label = "FMJ", name = "fmj", price = 150000 },
{ label = "GPL", name = "gp1", price = 127000 },
{ label = "Italigtb", name = "italigtb", price = 200000 },
{ label = "jugular", name = "jugular", price = 500000 },
{ label = "LE7B", name = "le7b", price = 85000 },
{ label = "Nero", name = "nero", price = 220000 },
{ label = "Nero X", name = "nero2", price = 250000 },
{ label = "Osiris", name = "osiris", price = 100000 },
{ label = "Penetrator", name = "penetrator", price = 69999 },
{ label = "Pfister", name = "pfister811", price = 130000 },
{ label = "Prototipo", name = "prototipo", price = 125000 },
{ label = "Reaper", name = "reaper", price = 167000 },
{ label = "SCL", name = "sc1", price = 100000 },
{ label = "Sheava", name = "sheava", price = 147000 },
{ label = "sultanrs", name = "sultanrs", price = 95000 },
{ label = "T20", name = "t20", price = 250000 },
{ label = "Tempesta", name = "tempesta", price = 127000 },
{ label = "Turismor", name = "turismor", price = 127000 },
{ label = "Tyrus", name = "tyrus", price = 135000 },
{ label = "Vagner", name = "vagner", price = 127000 },
{ label = "Visione", name = "visione", price = 130000 },
{ label = "Voltic", name = "voltic", price = 127000 },
{ label = "XA21", name = "xa21", price = 150000 },
{ label = "Zentorno", name = "zentorno", price = 325000 },
},
["suv"] = {
{ label = "Baller", name = "baller", price = 40000 },
{ label = "Baller Super", name = "baller4", price = 50000 },
{ label = "BJXL", name = "bjxl", price = 50000 },
{ label = "Cavalcade", name = "cavalcade", price = 92000 },
{ label = "Contender", name = "contender", price = 70000 },
{ label = "Dubsta", name = "dubsta", price = 95000 },
{ label = "FQ2", name = "fq2", price = 63000 },
{ label = "Granger", name = "granger", price = 50000 },
{ label = "Gresley", name = "gresley", price = 70000 },
{ label = "Habanero", name = "habanero", price = 62000 },
{ label = "Huntley", name = "huntley", price = 100000 },
{ label = "Lands Talker", name = "landstalker", price = 85000 },
{ label = "Mesa S", name = "mesa", price = 60000 },
{ label = "Patriot", name = "patriot", price = 70000 },
{ label = "Radi", name = "radi", price = 74000 },
{ label = "Rocoto", name = "rocoto", price = 60000 },
{ label = "Sadler", name = "sadler", price = 100000 },
{ label = "Seminole", name = "seminole", price = 97000 },
{ label = "Serrano", name = "serrano", price = 78000 },
{ label = "XLS", name = "xls", price = 70000 },
},
["varevogne"] = {
{ label = "Bobcatxl", name = "bobcatxl", price = 50000 },
{ label = "Camper", name = "camper", price = 60000 },
{ label = "Journey", name = "journey", price = 80000 },
{ label = "Minivan", name = "minivan", price = 70000 },
{ label = "Minivan2", name = "minivan2", price = 50000 },
{ label = "Rumpo VN", name = "rumpo3", price = 65000 },
{ label = "Speedo", name = "speedo", price = 100000 },
{ label = "Youga", name = "Youga", price = 24000 },
{ label = "Youga VN", name = "youga2", price = 20000 },
},
}
Config.Aero = {
['Helicopters'] = {
{ label = "Frogger", name = "frogger", price = 52000 },
{ label = "Sparrow", name = "seasparrow2", price = 52000 },
{ label = "Maverick", name = "maverick", price = 52000 },
{ label = "Sea Sparrow", name = "seasparrow", price = 52000 },
{ label = "Havok", name = "havok", price = 52000 },
{ label = "Volatus", name = "volatus", price = 52000 },
{ label = "SuperVolito", name = "supervolito", price = 52000 },
{ label = "Sparrow (Prop)", name = "seasparrow3", price = 52000 },
{ label = "Swift Deluxe", name = "swift2", price = 52000 },
{ label = "SuperVolito Carbon", name = "supervolito2", price = 52000 },
{ label = "Swift", name = "swift", price = 52000 },
{ label = "Buzzard", name = "buzzard2", price = 52000 },
{ label = "Frogger (Trevor Philips Enterprises)", name = "frogger2", price = 52000 },
{ label = "Conada", name = "conada", price = 115000 },
},
['Planes'] = {
{ label = "Velum 5-Seater", name = "velum2", price = 45000 },
{ label = "Luxor", name = "luxor", price = 45000 },
{ label = "Streamer216", name = "streamer216", price = 45000 },
{ label = "Vestra", name = "vestra", price = 45000 },
{ label = "Mammatus", name = "mammatus", price = 45000 },
{ label = "Velum", name = "velum", price = 45000 },
{ label = "Duster", name = "duster", price = 45000 },
{ label = "Alpha-Z1", name = "alphaz1", price = 45000 },
{ label = "Howard NX-25", name = "howard", price = 45000 },
{ label = "Shamal", name = "shamal", price = 45000 },
{ label = "Mallard", name = "stunt", price = 45000 },
{ label = "Luxor Deluxe", name = "luxor2", price = 45000 },
{ label = "Dodo", name = "dodo", price = 45000 },
{ label = "Nimbus", name = "nimbus", price = 45000 },
},
}
Config.Water = {
['Boats'] = {
{ label = "Tropic Yacht", name = "tropic2", price = 40000 },
{ label = "Suntrap", name = "suntrap", price = 40000 },
{ label = "Speeder", name = "speeder", price = 40000 },
{ label = "Dinghy 4-Seater", name = "dinghy2", price = 40000 },
{ label = "Toro Yacht", name = "toro2", price = 40000 },
{ label = "Seashark Lifeguard", name = "seashark2", price = 40000 },
{ label = "Tropic", name = "tropic", price = 40000 },
{ label = "Speeder Yacht", name = "speeder2", price = 40000 },
{ label = "Dinghy Yacht", name = "dinghy4", price = 40000 },
{ label = "Jetmax", name = "jetmax", price = 40000 },
{ label = "Longfin", name = "longfin", price = 40000 },
{ label = "Toro", name = "toro", price = 40000 },
{ label = "Dinghy (Heist)", name = "dinghy3", price = 40000 },
{ label = "Dinghy 2-Seater", name = "dinghy", price = 40000 },
{ label = "Seashark Yacht", name = "seashark3", price = 40000 },
{ label = "Seashark", name = "seashark", price = 40000 },
{ label = "Marquis", name = "marquis", price = 40000 },
{ label = "Squalo", name = "squalo", price = 40000 },
}
}
Config.Bikes = {
['Cycles'] = {
{ label = "Endurex Race Bike", name = "tribike2", price = 700 },
{ label = "Scorcher", name = "scorcher", price = 280 },
{ label = "Inductor", name = "inductor", price = 2520 },
{ label = "Tri-Cycles Race Bike", name = "tribike3", price = 520 },
{ label = "Fixter", name = "fixter", price = 225 },
{ label = "Whippet Race Bike", name = "tribike", price = 500 },
{ label = "BMX", name = "bmx", price = 160 },
{ label = "Cruiser", name = "cruiser", price = 510 },
{ label = "Junk Energy Inductor", name = "inductor2", price = 2520 },
}
}
Config.Motorcycles = {
['Motorcycles'] = {
{ label = "Faggio", name = "faggio2", price = 1900 },
{ label = "Zombie Chopper", name = "zombieb", price = 27000 },
{ label = "Faggio Mod", name = "faggio3", price = 2500 },
{ label = "Powersurge", name = "powersurge", price = 7000 },
{ label = "Manchez Scout", name = "manchez2", price = 14000 },
{ label = "BF400", name = "bf400", price = 22000 },
{ label = "Defiler", name = "defiler", price = 30000 },
{ label = "Innovation", name = "innovation", price = 33500 },
{ label = "Chimera", name = "chimera", price = 21000 },
{ label = "Sanctus", name = "sanctus", price = 35000 },
{ label = "Reever", name = "reever", price = 25000 },
{ label = "Daemon", name = "daemon", price = 14000 },
{ label = "Faggio Sport", name = "faggio", price = 2000 },
{ label = "Enduro", name = "enduro", price = 5500 },
{ label = "Nemesis", name = "nemesis", price = 20000 },
{ label = "Diablous", name = "diablous", price = 30000 },
{ label = "Diablous Custom", name = "diablous2", price = 38000 },
{ label = "Nightblade", name = "nightblade", price = 23000 },
{ label = "Vindicator", name = "vindicator", price = 19000 },
{ label = "Avarus", name = "avarus", price = 20000 },
{ label = "Cliffhanger", name = "cliffhanger", price = 28500 },
{ label = "Wolfsbane", name = "wolfsbane", price = 14000 },
{ label = "Esskey", name = "esskey", price = 12000 },
{ label = "Vader", name = "vader", price = 7200 },
{ label = "Double-T", name = "double", price = 28000 },
{ label = "Deathbike Nightmare", name = "deathbike3", price = 30000 },
{ label = "Vortex", name = "vortex", price = 31000 },
{ label = "Sovereign", name = "sovereign", price = 8000 },
{ label = "Thrust", name = "thrust", price = 22000 },
{ label = "Deathbike Apocalypse", name = "deathbike", price = 30000 },
{ label = "Bati 801", name = "bati", price = 24000 },
{ label = "Rat Bike", name = "ratbike", price = 3000 },
{ label = "Bagger", name = "bagger", price = 13500 },
{ label = "Manchez", name = "manchez", price = 8300 },
{ label = "Gargoyle", name = "gargoyle", price = 32000 },
{ label = "Hakuchou Drag", name = "hakuchou2", price = 45000 },
{ label = "PCJ-600", name = "pcj", price = 15000 },
{ label = "Sanchez Livery", name = "sanchez", price = 5300 },
{ label = "FCR 1000", name = "fcr", price = 5000 },
{ label = "Manchez Scout Classic", name = "manchez3", price = 15000 },
{ label = "Bati 801RR", name = "bati2", price = 19000 },
{ label = "Shinobi", name = "shinobi", price = 25000 },
{ label = "Deathbike Future Shock", name = "deathbike2", price = 30000 },
{ label = "Stryder", name = "stryder", price = 50000 },
{ label = "Carbon RS", name = "carbonrs", price = 22000 },
{ label = "Lectro", name = "lectro", price = 28000 },
{ label = "Hakuchou", name = "hakuchou", price = 17000 },
{ label = "Shotaro", name = "shotaro", price = 320000 },
{ label = "Hexer", name = "hexer", price = 16000 },
{ label = "Akuma", name = "akuma", price = 55000 },
{ label = "Ruffian", name = "ruffian", price = 25000 },
{ label = "Zombie Bobber", name = "zombiea", price = 28000 },
{ label = "Sanchez", name = "sanchez2", price = 5300 },
{ label = "FCR 1000 Custom", name = "fcr2", price = 19000 },
{ label = "Daemon Custom", name = "daemon2", price = 23000 },
}
}
Config.Foodtruck = {
['Food Truck'] = {
{ label = "Taco Truck", name = "taco", price = 45000 },
}
}
Config.UtilTruckIndus = {
['Commercial'] = {
{ label = "Mule with Swinging Doors", name = "mule3", price = 40000 },
{ label = "Benson (Cluckin' Bell)", name = "benson2", price = 55000 },
{ label = "Stockade", name = "stockade", price = 100000 },
{ label = "Benson", name = "benson", price = 55000 },
{ label = "Phantom", name = "phantom4", price = 110000 },
{ label = "Packer", name = "packer", price = 100000 },
{ label = "Mule", name = "mule", price = 40000 },
{ label = "Mule with Drop Door", name = "mule2", price = 40000 },
{ label = "Mule with Swinging Doors & Step Bumper", name = "mule5", price = 40000 },
{ label = "Hauler", name = "hauler", price = 100000 },
{ label = "Biff", name = "biff", price = 100000 },
{ label = "Pounder", name = "pounder", price = 55000 },
{ label = "Phantom Custom", name = "phantom3", price = 110000 },
{ label = "Mule with Swinging Doors & Side Step", name = "mule4", price = 40000 },
{ label = "Phantom", name = "phantom", price = 100000 },
},
['Industrial'] = {
{ label = "Dump Truck (Street Legal)", name = "tiptruck2", price = 30000 },
{ label = "Dump Truck (Street Legal)", name = "tiptruck", price = 30000 },
{ label = "Cement Mixer", name = "mixer", price = 30000 },
{ label = "Flatbed Truck", name = "flatbed", price = 30000 },
{ label = "Cement Mixer 2", name = "mixer2", price = 30000 },
{ label = "Guardian", name = "guardian", price = 30000 },
{ label = "Bulldozer", name = "bulldozer", price = 30000 },
},
['Utility'] = {
{ label = "Utility Truck", name = "utillitruck3", price = 40000 },
{ label = "Sadler", name = "sadler", price = 40000 },
}
}
Config.QBCars = {
['sportsklassikere'] = {
{ label = "Retinue", name = "retinue", price = 15000 },
{ label = "Z-Type", name = "ztype", price = 27000 },
{ label = "Casco", name = "casco", price = 40000 },
{ label = "Retinue MKII", name = "retinue2", price = 38000 },
{ label = "Swinger", name = "swinger", price = 72000 },
{ label = "Peyote", name = "peyote", price = 33500 },
{ label = "Mamba", name = "mamba", price = 90000 },
{ label = "Monroe", name = "monroe", price = 85000 },
{ label = "Tornado Custom", name = "tornado5", price = 26000 },
{ label = "Stirling GT", name = "feltzer3", price = 115000 },
{ label = "Stinger GT", name = "stingergt", price = 70000 },
{ label = "Savestra", name = "savestra", price = 37000 },
{ label = "Ardent", name = "ardent", price = 60000 },
{ label = "Turismo Classic", name = "turismo2", price = 120000 },
{ label = "Zion Classic", name = "zion3", price = 25000 },
{ label = "Coquette Classic", name = "coquette2", price = 110000 },
{ label = "Infernus Classic", name = "infernus2", price = 225000 },
{ label = "Toreador", name = "toreador", price = 50000 },
{ label = "Pigalle", name = "pigalle", price = 27000 },
{ label = "Stromberg", name = "stromberg", price = 110000 },
{ label = "Dynasty", name = "dynasty", price = 12500 },
{ label = "Fagaloa", name = "fagaloa", price = 12500 },
{ label = "Nebula", name = "nebula", price = 13000 },
{ label = "Michelli GT", name = "michelli", price = 30000 },
{ label = "Tornado Convertible", name = "tornado2", price = 28000 },
{ label = "Cheburek", name = "cheburek", price = 13000 },
{ label = "190Z", name = "z190", price = 78000 },
{ label = "Tornado", name = "tornado", price = 21000 },
{ label = "Torero", name = "torero", price = 184000 },
{ label = "Stinger", name = "stinger", price = 54000 },
{ label = "Peyote Custom", name = "peyote3", price = 38000 },
{ label = "JB 700W", name = "jb7002", price = 40000 },
{ label = "Roosevelt Valor", name = "btype3", price = 51000 },
{ label = "Franken Stange", name = "btype2", price = 87000 },
{ label = "Roosevelt", name = "btype", price = 50000 },
{ label = "Peyote Gasser", name = "peyote2", price = 30000 },
{ label = "Rapid GT Classic", name = "rapidgt3", price = 60000 },
{ label = "Viseris", name = "viseris", price = 150000 },
{ label = "GT500", name = "gt500", price = 130000 },
},
['sportsbiler'] = {
{ label = "Itali GTO Stinger TT", name = "stingertt", price = 72000 },
{ label = "Schafter V12", name = "schafter3", price = 65000 },
{ label = "Comet SR", name = "comet5", price = 155000 },
{ label = "Panthere", name = "panthere", price = 55000 },
{ label = "Verlierer", name = "verlierer2", price = 90500 },
{ label = "10F Widebody", name = "tenf2", price = 215000 },
{ label = "Penumbra", name = "penumbra", price = 22000 },
{ label = "GB 200", name = "gb200", price = 140000 },
{ label = "Coquette D10", name = "coquette4", price = 220000 },
{ label = "Surano", name = "surano", price = 80000 },
{ label = "Revolter", name = "revolter", price = 95000 },
{ label = "Sultan Classic Custom", name = "sultan3", price = 56000 },
{ label = "Sugoi", name = "sugoi", price = 85000 },
{ label = "Buffalo", name = "buffalo", price = 18750 },
{ label = "Coquette", name = "coquette", price = 145000 },
{ label = "Omnis e-GT", name = "omnisegt", price = 185000 },
{ label = "Komoda", name = "komoda", price = 55000 },
{ label = "Futo GTX", name = "futo2", price = 39000 },
-- { label = "kuruma2", name = "kuruma2", price = 72000 },
{ label = "Issi Rally", name = "issi8", price = 10000 },
{ label = "Feltzer", name = "feltzer2", price = 97000 },
{ label = "Jester Classic", name = "jester3", price = 85000 },
{ label = "Itali GTO", name = "italigto", price = 260000 },
{ label = "Comet Retro Custom", name = "comet3", price = 175000 },
{ label = "8F Drafter", name = "drafter", price = 80000 },
{ label = "Massacro", name = "massacro", price = 110000 },
{ label = "La Coureuse", name = "coureur", price = 50000 },
{ label = "Schafter LWB", name = "schafter4", price = 21000 },
{ label = "Rapid GT", name = "rapidgt", price = 86000 },
{ label = "Comet S2", name = "comet6", price = 230000 },
{ label = "Schwartzer", name = "schwarzer", price = 47000 },
{ label = "Futo GTX (Drift)", name = "driftfuto", price = 25000 },
{ label = "Remus", name = "remus", price = 48000 },
{ label = "Elegy Retro Custom", name = "elegy", price = 145000 },
{ label = "Growler", name = "growler", price = 205000 },
{ label = "ZR350", name = "driftzr350", price = 25000 },
{ label = "Penumbra FF", name = "penumbra2", price = 30000 },
{ label = "Sentinel Classic Widebody", name = "sentinel4", price = 140000 },
{ label = "Euros (Drift)", name = "drifteuros", price = 27000 },
{ label = "Corsita", name = "corsita", price = 90000 },
{ label = "Remus", name = "driftremus", price = 85000 },
{ label = "Neo", name = "neo", price = 230000 },
{ label = "Banshee", name = "banshee", price = 56000 },
{ label = "Sultan", name = "sultan", price = 50000 },
{ label = "Khamelion", name = "khamelion", price = 90000 },
{ label = "Lynx", name = "lynx", price = 150000 },
{ label = "Vectre", name = "vectre", price = 80000 },
{ label = "Elegy RH8", name = "elegy2", price = 150000 },
{ label = "Comet Safari", name = "comet4", price = 110000 },
{ label = "Visione", name = "visione", price = 750000 },
{ label = "Buffalo S", name = "buffalo2", price = 24500 },
{ label = "Cypher", name = "cypher", price = 155000 },
{ label = "Bestia GTS", name = "bestiagts", price = 37000 },
{ label = "Jester RR", name = "driftjester", price = 85000 },
{ label = "Euros", name = "euros", price = 80000 },
{ label = "Imorgon", name = "imorgon", price = 120000 },
{ label = "10F", name = "tenf", price = 185000 },
{ label = "Ruston", name = "ruston", price = 130000 },
{ label = "RT3000", name = "rt3000", price = 65000 },
{ label = "Calico GTF", name = "calico", price = 39000 },
{ label = "Streiter", name = "streiter", price = 40000 },
{ label = "Drift Tampa", name = "drifttampa", price = 85000 },
{ label = "Furore GT", name = "furoregt", price = 78000 },
{ label = "300R", name = "r300", price = 56000 },
{ label = "SM722", name = "sm722", price = 125000 },
{ label = "Cheetah Classic", name = "cheetah2", price = 195000 },
{ label = "Jester RR", name = "jester4", price = 240000 },
{ label = "Itali RSX", name = "italirsx", price = 260000 },
{ label = "V-STR", name = "vstr", price = 80000 },
{ label = "Tropos Rallye", name = "tropos", price = 65000 },
{ label = "Sultan Custom", name = "sultan2", price = 55000 },
{ label = "Schlagen GT", name = "schlagen", price = 160000 },
{ label = "Rapid GT Convertible", name = "rapidgt2", price = 92000 },
{ label = "Jester Racecar", name = "jester2", price = 210000 },
{ label = "Omnis", name = "omnis", price = 90000 },
{ label = "9F", name = "ninef", price = 95000 },
{ label = "Neon", name = "neon", price = 220000 },
{ label = "Massacro Racecar", name = "massacro2", price = 80000 },
{ label = "Paragon", name = "paragon", price = 60000 },
{ label = "Jester", name = "jester", price = 132250 },
{ label = "Flash GT", name = "flashgt", price = 48000 },
{ label = "Comet", name = "comet2", price = 130000 },
{ label = "Carbonizzare", name = "carbonizzare", price = 155000 },
{ label = "Alpha", name = "alpha", price = 53000 },
{ label = "Jugular", name = "jugular", price = 80000 },
{ label = "Locust", name = "locust", price = 200000 },
{ label = "Pariah", name = "pariah", price = 90000 },
{ label = "9F Cabrio", name = "ninef2", price = 105000 },
{ label = "Seven-70", name = "seven70", price = 140000 },
{ label = "Specter", name = "specter", price = 160000 },
{ label = "Kuruma", name = "kuruma", price = 72000 },
{ label = "ZR350", name = "zr350", price = 38000 },
{ label = "Raptor", name = "raptor", price = 90000 },
{ label = "Sultan RS", name = "sultanrs", price = 76500 },
},
['coupes'] = {
{ label = "F620", name = "f620", price = 32500 },
{ label = "Zion", name = "zion", price = 22000 },
{ label = "Sentinel", name = "sentinel", price = 30000 },
{ label = "Broadway", name = "broadway", price = 20000 },
{ label = "Exemplar", name = "exemplar", price = 40000 },
{ label = "Champion", name = "champion", price = 205000 },
{ label = "Windsor Drop", name = "windsor2", price = 34000 },
{ label = "Tahoma Coupe", name = "tahoma", price = 12000 },
{ label = "FR36 (Drift)", name = "driftfr36", price = 29000 },
{ label = "Previon", name = "previon", price = 149000 },
{ label = "Zion Cabrio", name = "zion2", price = 28000 },
{ label = "Kanjo SJ", name = "kanjosj", price = 143000 },
{ label = "Jackal", name = "jackal", price = 19000 },
{ label = "Postlude", name = "postlude", price = 90000 },
{ label = "Cognoscenti Cabrio", name = "cogcabrio", price = 30000 },
{ label = "Sentinel XS", name = "sentinel2", price = 33000 },
{ label = "Windsor", name = "windsor", price = 27000 },
{ label = "Oracle XS", name = "oracle2", price = 28000 },
{ label = "Felon GT", name = "felon2", price = 37000 },
{ label = "FR36", name = "fr36", price = 29000 },
{ label = "Futo", name = "futo", price = 17500 },
{ label = "Felon", name = "felon", price = 31000 },
{ label = "Sentinel Classic", name = "sentinel3", price = 70000 },
},
['vans'] = {
{ label = "Pony (Smoke on the water)", name = "pony2", price = 45000 },
-- { label = "Youga Classic", name = "youga2", price = 14500 },
{ label = "Minivan", name = "minivan", price = 7000 },
{ label = "Journey", name = "journey", price = 6500 },
{ label = "Surfer Custom", name = "surfer3", price = 15000 },
-- { label = "Armored Boxville", name = "boxville5", price = 45000 },
-- { label = "Rumpo Custom", name = "rumpo3", price = 19500 },
{ label = "Bobcat XL Open", name = "bobcatxl", price = 13500 },
{ label = "Youga", name = "youga", price = 8000 },
-- { label = "Boxville Post OP", name = "boxville4", price = 45000 },
{ label = "Surfer", name = "surfer", price = 9000 },
{ label = "Speedo", name = "speedo", price = 10000 },
-- { label = "Youga Classic 4x4", name = "youga3", price = 15000 },
{ label = "Moonbeam", name = "moonbeam", price = 13000 },
{ label = "Moonbeam Custom", name = "moonbeam2", price = 15000 },
-- { label = "Boxville LSDWP", name = "boxville", price = 45000 },
-- { label = "Boxville Humane Labs", name = "boxville3", price = 45000 },
{ label = "Minivan Custom", name = "minivan2", price = 10000 },
{ label = "Rumpo", name = "rumpo", price = 9000 },
{ label = "Burrito", name = "burrito3", price = 4000 },
{ label = "Journey II", name = "journey2", price = 7000 },
-- { label = "Boxville Go Postal", name = "boxville2", price = 45000 },
-- { label = "Youga Custom", name = "youga4", price = 85000 },
{ label = "Speedo Custom", name = "speedo4", price = 15000 },
{ label = "Clown Van", name = "speedo2", price = 12000 },
{ label = "Bison", name = "bison", price = 18000 },
{ label = "Speedo Custom", name = "speedo5", price = 15000 },
{ label = "Pony", name = "pony", price = 45000 },
-- { label = "Boxville (LSDS)", name = "boxville6", price = 45000 },
-- { label = "Paradise", name = "paradise", price = 9000 },
{ label = "Burrito Custom", name = "gburrito2", price = 11500 },
},
['sedans'] = {
{ label = "Eudora", name = "eudora", price = 17000 },
{ label = "Warrener", name = "warrener", price = 4000 },
{ label = "Glendale", name = "glendale", price = 3400 },
{ label = "Comet", name = "comet7", price = 25000 },
{ label = "Emperor", name = "emperor", price = 4250 },
{ label = "Washington", name = "washington", price = 7000 },
{ label = "Stratum", name = "stratum", price = 15000 },
{ label = "Obey", name = "iwagen", price = 225000 },
{ label = "Ingot", name = "ingot", price = 4999 },
{ label = "Primo", name = "primo", price = 5000 },
{ label = "Super Diamond", name = "superd", price = 17000 },
{ label = "Rhinehart", name = "rhinehart", price = 105000 },
{ label = "Surge", name = "surge", price = 20000 },
{ label = "Glendale Custom", name = "glendale2", price = 12000 },
{ label = "Primo Custom", name = "primo2", price = 14500 },
{ label = "Astron", name = "astron", price = 150000 },
{ label = "Cognoscenti 55", name = "cog55", price = 22000 },
{ label = "Schafter", name = "schafter2", price = 16000 },
{ label = "Premier", name = "premier", price = 12000 },
{ label = "Tailgater", name = "tailgater", price = 22000 },
{ label = "Asterope", name = "asterope", price = 11000 },
{ label = "Tailgater S", name = "tailgater2", price = 51000 },
{ label = "Stafford", name = "stafford", price = 30000 },
{ label = "Regina", name = "regina", price = 7000 },
{ label = "Jubilee", name = "jubilee", price = 485000 },
{ label = "Stretch", name = "stretch", price = 19000 },
{ label = "Asterope GZ", name = "asterope2", price = 11000 },
{ label = "Stanier", name = "stanier", price = 19000 },
{ label = "Deity", name = "deity", price = 505000 },
{ label = "Lampadati", name = "cinquemila", price = 125000 },
{ label = "Fugitive", name = "fugitive", price = 20000 },
{ label = "Cognoscenti", name = "cognoscenti", price = 22500 },
{ label = "Asea", name = "asea", price = 2500 },
{ label = "Oracle", name = "oracle", price = 22000 },
{ label = "Warrener HKR", name = "warrener2", price = 30000 },
{ label = "Intruder", name = "intruder", price = 11250 },
},
['musklebiler'] = {
{ label = "Ruiner ZZ-8", name = "ruiner4", price = 85000 },
{ label = "Chino Luxe", name = "chino2", price = 8000 },
{ label = "Gauntlet Hellfire", name = "gauntlet4", price = 80000 },
{ label = "Redwood Gauntlet", name = "gauntlet2", price = 70000 },
{ label = "Faction Rider", name = "faction2", price = 19000 },
{ label = "Gauntlet Classic Custom", name = "gauntlet5", price = 120000 },
-- { label = "Dominator Arena", name = "dominator4", price = 200000 },
{ label = "Tulip", name = "tulip", price = 80000 },
{ label = "Slam Van", name = "slamvan", price = 30000 },
{ label = "Dominator ASP", name = "dominator7", price = 110000 },
{ label = "Vigero", name = "vigero", price = 39500 },
{ label = "Sabre GT Turbo", name = "sabregt", price = 23000 },
{ label = "Classic Gauntlet", name = "gauntlet3", price = 75000 },
{ label = "Deviant", name = "deviant", price = 70000 },
{ label = "Drift Tampa", name = "tampa2", price = 80000 },
{ label = "Hustler", name = "hustler", price = 95000 },
{ label = "Impaler", name = "impaler", price = 95000 },
{ label = "Brigham", name = "brigham", price = 80000 },
{ label = "imperator Future Shock", name = "imperator2", price = 95000 },
-- { label = "Duke O'Death", name = "dukes2", price = 60000 },
{ label = "Vamos", name = "vamos", price = 30000 },
{ label = "Impaler Arena", name = "impaler2", price = 95000 },
{ label = "Greenwood", name = "greenwood", price = 105000 },
{ label = "Tulip M-100", name = "tulip2", price = 80000 },
{ label = "Lurcher", name = "lurcher", price = 21000 },
{ label = "Impaler SZ", name = "impaler5", price = 95000 },
{ label = "Buccaneer Rider", name = "buccaneer2", price = 24500 },
{ label = "Virgo Custom Classic", name = "virgo2", price = 21000 },
{ label = "Slam Truck", name = "slamtruck", price = 100000 },
{ label = "Buccaneer", name = "buccaneer", price = 22500 },
{ label = "Virgo Classic", name = "virgo3", price = 21000 },
{ label = "Manana", name = "manana", price = 12800 },
{ label = "Clique Wagon", name = "clique2", price = 20000 },
{ label = "Ruiner 2000", name = "ruiner2", price = 50000 },
{ label = "Faction Custom Donk", name = "faction3", price = 35000 },
{ label = "Hotknife", name = "hotknife", price = 90000 },
{ label = "Ellie", name = "ellie", price = 42250 },
{ label = "Ruiner", name = "ruiner", price = 29000 },
{ label = "Impaler Future Shock", name = "impaler3", price = 95000 },
{ label = "Gauntlet", name = "gauntlet", price = 28500 },
{ label = "Yosemite (Drift)", name = "driftyosemite", price = 57000 },
{ label = "Manana Custom", name = "manana2", price = 24000 },
{ label = "Beater Dukes", name = "dukes3", price = 45000 },
{ label = "Nightshade", name = "nightshade", price = 70000 },
{ label = "Picador", name = "picador", price = 20000 },
{ label = "Buffalo EVX", name = "buffalo5", price = 345000 },
{ label = "Vigero ZX Convertible", name = "vigero3", price = 105000 },
{ label = "Gauntlet Hotring Hellfire", name = "gauntlet6", price = 130000 },
{ label = "Vigero ZX", name = "vigero2", price = 105000 },
{ label = "Virgo", name = "virgo", price = 22000 },
{ label = "Blade", name = "blade", price = 23500 },
{ label = "Phoenix", name = "phoenix", price = 65000 },
{ label = "Buffalo STX", name = "buffalo4", price = 345000 },
{ label = "Sabre GT Turbo Custom", name = "sabregt2", price = 26500 },
{ label = "Voodoo", name = "voodoo", price = 13000 },
{ label = "Impaler Nightmare", name = "impaler4", price = 95000 },
{ label = "Stallion Burgershot", name = "stalion2", price = 40000 },
{ label = "Slam Van Custom", name = "slamvan3", price = 17000 },
{ label = "Dukes", name = "dukes", price = 23500 },
{ label = "Dominator GTX", name = "dominator3", price = 70000 },
{ label = "Tampa", name = "tampa", price = 24500 },
{ label = "Dominator", name = "dominator", price = 62500 },
{ label = "Dominator GT", name = "dominator9", price = 80000 },
{ label = "Hermes", name = "hermes", price = 535000 },
{ label = "Imperator Arena", name = "imperator", price = 95000 },
{ label = "Coquette BlackFin", name = "coquette3", price = 180000 },
{ label = "Yosemite", name = "yosemite", price = 19500 },
{ label = "Clique", name = "clique", price = 20000 },
{ label = "Weevil Custom", name = "weevil2", price = 95000 },
{ label = "Yosemite Drift", name = "yosemite2", price = 55000 },
{ label = "Faction", name = "faction", price = 17000 },
{ label = "Stallion", name = "stalion", price = 33000 },
{ label = "Lost Slam Van", name = "slamvan2", price = 90000 },
{ label = "Ratloader", name = "ratloader2", price = 20000 },
{ label = "Imperator Nightmare", name = "imperator3", price = 95000 },
{ label = "Impaler LX", name = "impaler6", price = 95000 },
{ label = "Dominator GTT", name = "dominator8", price = 80000 },
{ label = "Pißwasser Dominator", name = "dominator2", price = 50000 },
{ label = "Chino", name = "chino", price = 5000 },
},
['suvs'] = {
{ label = "Baller ST", name = "baller7", price = 80000 },
{ label = "Landstalker", name = "landstalker", price = 12000 },
{ label = "Dubsta Luxury", name = "dubsta2", price = 19500 },
{ label = "Vivanite", name = "vivanite", price = 82000 },
{ label = "Habanero", name = "habanero", price = 20000 },
{ label = "Baller LE LWB (Armored)", name = "baller6", price = 82000 },
{ label = "Cavalcade", name = "cavalcade", price = 14000 },
{ label = "XLS", name = "xls", price = 17000 },
{ label = "Patriot Stretch", name = "patriot2", price = 21000 },
{ label = "Baller LE LWB", name = "baller4", price = 29000 },
{ label = "Aleutian", name = "aleutian", price = 140000 },
{ label = "Baller II", name = "baller2", price = 15000 },
{ label = "Baller", name = "baller", price = 22000 },
{ label = "Gresley", name = "gresley", price = 25000 },
{ label = "Cavalcade II", name = "cavalcade2", price = 16500 },
{ label = "Rebla GTS", name = "rebla", price = 21000 },
{ label = "Granger 3600LX", name = "granger2", price = 221000 },
{ label = "Seminole", name = "seminole", price = 20000 },
{ label = "Patriot", name = "patriot", price = 21000 },
{ label = "Serrano", name = "serrano", price = 48000 },
{ label = "Cavalcade XL", name = "cavalcade3", price = 18500 },
{ label = "Baller ST-D", name = "baller8", price = 82000 },
{ label = "Baller LE", name = "baller3", price = 15000 },
{ label = "Contender", name = "contender", price = 35000 },
{ label = "Huntley S", name = "huntley", price = 24500 },
{ label = "Radius", name = "radi", price = 18000 },
{ label = "BeeJay XL", name = "bjxl", price = 19000 },
{ label = "Toros", name = "toros", price = 65000 },
{ label = "FQ2", name = "fq2", price = 18500 },
{ label = "Dorado", name = "dorado", price = 18500 },
{ label = "Patriot Military", name = "patriot3", price = 270000 },
{ label = "Seminole Frontier", name = "seminole2", price = 13000 },
{ label = "Rocoto", name = "rocoto", price = 13000 },
{ label = "Novak", name = "novak", price = 70000 },
{ label = "Landstalker XL", name = "landstalker2", price = 26000 },
{ label = "Granger", name = "granger", price = 22000 },
{ label = "Dubsta", name = "dubsta", price = 19000 },
{ label = "Baller LE (Armored)", name = "baller5", price = 78000 },
},
['kompakt'] = {
{ label = "Asbo", name = "asbo", price = 4000 },
{ label = "Club", name = "club", price = 8000 },
{ label = "Dilettante", name = "dilettante", price = 9000 },
{ label = "Panto", name = "panto", price = 3200 },
{ label = "Brioso 300", name = "brioso2", price = 12000 },
{ label = "Brioso 300 Widebody", name = "brioso3", price = 125000 },
{ label = "Dilettante Patrol", name = "dilettante2", price = 12000 },
{ label = "Blista", name = "blista", price = 13000 },
{ label = "Blista Compact", name = "blista2", price = 18950 },
{ label = "Blista Go Go Monkey", name = "blista3", price = 15000 },
{ label = "Weevil", name = "weevil", price = 9000 },
{ label = "Prairie", name = "prairie", price = 30000 },
{ label = "Issi", name = "issi2", price = 7000 },
{ label = "Issi Classic", name = "issi3", price = 5000 },
{ label = "Issi Arena", name = "issi4", price = 80000 },
{ label = "Issi Future Shock", name = "issi5", price = 80000 },
{ label = "Issi Nightmare", name = "issi6", price = 80000 },
{ label = "Issi Sport", name = "issi7", price = 100000 },
{ label = "Brioso R/A", name = "brioso", price = 20000 },
{ label = "Blista Kanjo", name = "kanjo", price = 12000 },
{ label = "Rhapsody", name = "rhapsody", price = 10000 },
{ label = "Boor", name = "boor", price = 23000 },
},
['offroad'] = {
{ label = "Terminus", name = "terminus", price = 80000 },
{ label = "Kamacho", name = "kamacho", price = 50000 },
-- { label = "Dubsta 6x6", name = "dubsta3", price = 34000 },
{ label = "Walton L35", name = "l35", price = 99000 },
{ label = "MonstroCiti", name = "monstrociti", price = 99000 },
{ label = "Rebel", name = "rebel2", price = 20000 },
-- { label = "Riata", name = "riata", price = 380000 },
{ label = "Rancher XL", name = "rancherxl", price = 24000 },
{ label = "Outlaw", name = "outlaw", price = 15000 },
-- { label = "Blazer Lifeguard", name = "blazer2", price = 7000 },
{ label = "Mesa", name = "mesa", price = 12000 },
{ label = "Caracara 4x4", name = "caracara2", price = 80000 },
-- { label = "Caracara", name = "caracara", price = 60000 },
{ label = "Blazer Aqua", name = "blazer5", price = 40000 },
{ label = "Desert Raid", name = "trophytruck2", price = 80000 },
{ label = "Dune Buggy", name = "dune", price = 14000 },
{ label = "Ratel", name = "ratel", price = 99000 },
{ label = "Blazer Sport", name = "blazer4", price = 9250 },
-- { label = "Everon", name = "everon", price = 60000 },
{ label = "Mesa Merryweather", name = "mesa3", price = 400000 },
{ label = "Hellion", name = "hellion", price = 38000 },
{ label = "Blazer", name = "blazer", price = 7500 },
{ label = "Trophy Truck", name = "trophytruck", price = 60000 },
{ label = "Bf Injection", name = "bfinjection", price = 9000 },
{ label = "Draugur", name = "draugur", price = 99000 },
{ label = "Brawler", name = "brawler", price = 40000 },
{ label = "Yosemite Rancher", name = "yosemite3", price = 425000 },
{ label = "Bifta", name = "bifta", price = 15500 },
{ label = "Blazer Hot Rod", name = "blazer3", price = 7000 },
-- { label = "Sandking XL", name = "sandking", price = 25000 },
{ label = "Vagrant", name = "vagrant", price = 50000 },
{ label = "Sandking SWB", name = "sandking2", price = 38000 },
{ label = "Winky", name = "winky", price = 10000 },
{ label = "Verus", name = "verus", price = 20000 },
{ label = "Kalahari", name = "kalahari", price = 14000 },
{ label = "Freecrawler", name = "freecrawler", price = 24000 },
},
['super'] = {
{ label = "Banshee 900R", name = "banshee2", price = 120000 },
{ label = "Tyrant", name = "tyrant", price = 2100000 },
{ label = "811", name = "pfister811", price = 220000 },
{ label = "Entity XF", name = "entityxf", price = 180000 },
{ label = "Itali GTB Custom", name = "italigtb2", price = 250000 },
{ label = "Entity MT", name = "entity3", price = 200000 },
{ label = "Torero XO", name = "torero2", price = 245000 },
{ label = "FMJ", name = "fmj", price = 125000 },
{ label = "XA-21", name = "xa21", price = 180000 },
{ label = "Osiris", name = "osiris", price = 220000 },
{ label = "Zeno", name = "zeno", price = 1350000 },
{ label = "Infernus", name = "infernus", price = 235000 },
{ label = "GP1", name = "gp1", price = 110000 },
{ label = "Thrax", name = "thrax", price = 180000 },
{ label = "Taipan", name = "taipan", price = 1850000 },
{ label = "Tigon", name = "tigon", price = 240000 },
{ label = "T20", name = "t20", price = 1650000 },
{ label = "Nero Custom", name = "nero2", price = 260000 },
{ label = "SC1", name = "sc1", price = 90000 },
{ label = "Zentorno", name = "zentorno", price = 340000 },
{ label = "Emerus", name = "emerus", price = 220000 },
{ label = "Turismo Omaggio", name = "turismo3", price = 180000 },
{ label = "Virtue", name = "virtue", price = 72000 },
{ label = "Vacca", name = "vacca", price = 105000 },
{ label = "Turismo R", name = "turismor", price = 140000 },
{ label = "Tempesta", name = "tempesta", price = 120000 },
{ label = "Reaper", name = "reaper", price = 100000 },
{ label = "Penetrator", name = "penetrator", price = 130000 },
{ label = "Nero", name = "nero", price = 200000 },
{ label = "Krieger", name = "krieger", price = 222000 },
{ label = "Itali GTB", name = "italigtb", price = 170000 },
{ label = "Entity XXR", name = "entity2", price = 164000 },
{ label = "Adder", name = "adder", price = 280000 },
{ label = "Cheetah", name = "cheetah", price = 214000 },
{ label = "Zorrusso", name = "zorrusso", price = 277000 },
{ label = "Furia", name = "furia", price = 230000 },
{ label = "Voltic", name = "voltic", price = 120000 },
{ label = "Bullet", name = "bullet", price = 120000 },
{ label = "Ignus", name = "ignus", price = 1120000 },
},
}
Config.Banebiler = {
['banebiler'] = {
{ label = "Everon Hotring", name = "everon2", price = 80000 },
{ label = "Cyclone", name = "cyclone", price = 300000 },
{ label = "S80RR", name = "s80", price = 205000 },
{ label = "X80 Proto", name = "prototipo", price = 235000 },
{ label = "Autarch", name = "autarch", price = 224000 },
{ label = "ETR1", name = "sheava", price = 220000 },
{ label = "Tezeract", name = "tezeract", price = 220000 },
{ label = "Deveste", name = "deveste", price = 234000 },
{ label = "LM87", name = "lm87", price = 155000 },
{ label = "RE-7B", name = "le7b", price = 260000 },
{ label = "Tyrus", name = "tyrus", price = 230000 },
{ label = "Vagner", name = "vagner", price = 1660000 },
}
}
Config.Shops = {
{
name = "Luksus Biler",
vehicles = Config.QBCars,
type = "car", -- > car | boat | helicopter
job = false, -- > false or job name
isMoneyAnItem = {
status = false,
-- Item name if status is true
item = "money"
},
buyWithBlackMoney = {
active = false,
-- Item name if active is true
item = "blackmoney",
-- Calculated x times the normal vehicle price
multiplier = 1.5
},
vehiclesBeRented = {
active = true,
--[[
Value percentage calculates the daily rate of the vehicle price,
for ex: X Vehicle Price = 100.000, Percentage = 10% -> Daily Fee = 10.000
--]]
percentageOfRentalFee = 10,
},
customPlate = {
active = false,
price = 2000
},
coords = vector3(-1342.9354, 152.4935, -99.1943),
camCoords = vector3(-1334.0194, 147.02, -98.1942),
camRotation = vector3(195.0, 180.0, 115.00),
distance = 5.0,
carSpawnCoords = vector4(-1329.7312, 148.9732, -98.4248, 50.5068),
deliveryCoords = vector4(-48.906772613525, -1077.6535644531, 26.81402015686, 66.28524017334),
deliveryGarage = "pillboxgarage", -- if u need, the QB Framework player_vehicles table needs it.
compareCoords = {
selectedVehicleCoords = vector4(-1326.7317, 146.0901, -99.1943, 58.4485),
selectedCam = {
coords = vector3(-1335.6011, 146.9666, -99.1944),
rotation = vector3(80, 80.0, 25.00),
},
comparedVehicleCoords = vector4(-1330.7384, 153.2675, -99.1943, 170.3563),
-- The coordinate we set to center the vehicle a little more when the vehicle properties panel is closed !
nosm_com_veh_coords = vector4(-1330.7384, 153.2675, -99.1943, 170.3563),
comparedCam = {
coords = vector3(-1330.7384, 153.2675, -99.1943),
rotation = vector3(190.0, 180.0, -85.00),
},
},
testDrive = {
active = true, -- if you want to allow a test drive
seconds = 30,
startCoords = vector3(-1742.37, -2918.37, 13.94),
range = 400,
},
discount = {
active = false,
percentage = 10
},
textType = "qb", -- > "drawtext" | "ox" | "qb"
},
}