diff --git a/shared/vehicles.lua b/shared/vehicles.lua index 7b257fe..36007a1 100644 --- a/shared/vehicles.lua +++ b/shared/vehicles.lua @@ -71,6 +71,12 @@ local Vehicles = { { model = 'eudora', name = 'Eudora', brand = 'Willard', price = 17000, category = 'sedans', type = 'automobile', shop = 'pdm' }, { model = 'asterope2', name = 'Asterope GZ', brand = 'Karin', price = 459000, category = 'sedans', type = 'automobile', shop = 'pdm' }, { model = 'impaler5', name = 'Impaler SZ', brand = 'Declasse', price = 768000, category = 'sedans', type = 'automobile', shop = 'pdm' }, + { model = 'chavosv6', name = 'Chavos V6', brand = 'Dinka', price = 142000, category = 'sedans', type = 'automobile', shop = 'pdm' }, + { model = 'driftchavosv6', name = 'Chavos V6 Drift', brand = 'Dinka', price = 142000, category = 'sedans', type = 'automobile', shop = 'pdm' }, + { model = 'hardy', name = 'Hardy', brand = 'Annis', price = 138000, category = 'sedans', type = 'automobile', shop = 'pdm' }, + { model = 'drifthardy', name = 'Hardy Drift', brand = 'Annis', price = 138000, category = 'sedans', type = 'automobile', shop = 'pdm' }, + { model = 'minimus', name = 'Minimus', brand = 'Annis', price = 141700, category = 'sedans', type = 'automobile', shop = 'pdm' }, + { model = 'sentinel6', name = 'Sentinel XS4', brand = 'Ubermacht', price = 142900, category = 'sedans', type = 'automobile', shop = 'pdm' }, --- SUV (2) { model = 'baller', name = 'Baller', brand = 'Gallivanter', price = 22000, category = 'suvs', type = 'automobile', shop = 'pdm' }, { model = 'baller2', name = 'Baller II', brand = 'Gallivanter', price = 15000, category = 'suvs', type = 'automobile', shop = 'pdm' }, @@ -110,6 +116,8 @@ local Vehicles = { { model = 'dorado', name = 'Dorado', brand = 'Bravado', price = 137500, category = 'suvs', type = 'automobile', shop = 'pdm' }, { model = 'vivanite', name = 'Vivanite', brand = 'Karin', price = 160500, category = 'suvs', type = 'automobile', shop = 'pdm' }, { model = 'castigator', name = 'Castigator', brand = 'Canis', price = 160500, category = 'suvs', type = 'automobile', shop = 'pdm' }, + { model = 'everon3', name = 'Everon RS', brand = 'Karin', price = 166500, category = 'suvs', type = 'automobile', shop = 'pdm' }, + { model = 'woodlander', name = 'Woodlander', brand = 'Karin', price = 161100, category = 'suvs', type = 'automobile', shop = 'pdm' }, --- Coupes (3) { model = 'cogcabrio', name = 'Cognoscenti Cabrio', brand = 'Enus', price = 30000, category = 'coupes', type = 'automobile', shop = 'pdm' }, { model = 'exemplar', name = 'Exemplar', brand = 'Dewbauchee', price = 40000, category = 'coupes', type = 'automobile', shop = 'pdm' }, @@ -133,6 +141,7 @@ local Vehicles = { { model = 'tahoma', name = 'Tahoma Coupe', brand = 'Declasse', price = 12000, category = 'coupes', type = 'automobile', shop = 'pdm' }, { model = 'broadway', name = 'Broadway', brand = 'Classique', price = 20000, category = 'coupes', type = 'automobile', shop = 'pdm' }, { model = 'fr36', name = 'FR36', brand = 'Fathom', price = 161000, category = 'coupes', type = 'automobile', shop = 'pdm' }, + { model = 'driftsentinel2', name = 'Sentinel XS Drift', brand = 'Ubermacht', price = 33000, category = 'coupes', type = 'automobile', shop = 'pdm' }, --- Muscle (4) { model = 'blade', name = 'Blade', brand = 'Vapid', price = 23500, category = 'muscle', type = 'automobile', shop = 'pdm' }, { model = 'buccaneer', name = 'Buccaneer', brand = 'Albany', price = 22500, category = 'muscle', type = 'automobile', shop = 'pdm' }, @@ -209,6 +218,10 @@ local Vehicles = { { model = 'dominator9', name = 'Dominator GT', brand = 'Vapid', price = 219500, category = 'muscle', type = 'automobile', shop = 'pdm' }, { model = 'impaler6', name = 'Impaler LX', brand = 'Declasse', price = 146500, category = 'muscle', type = 'automobile', shop = 'pdm' }, { model = 'vigero3', name = 'Vigero ZX Convertible', brand = 'Declasse', price = 229500, category = 'muscle', type = 'automobile', shop = 'pdm' }, + { model = 'driftdominator10', name = 'Dominator FX Drift', brand = 'Vapid', price = 219500, category = 'muscle', type = 'automobile', shop = 'pdm' }, + { model = 'driftgauntlet4', name = 'Gauntlet Hellfire Drift', brand = 'Bravado', price = 205000, category = 'muscle', type = 'automobile', shop = 'pdm' }, + { model = 'tampa4', name = 'Tampa GT', brand = 'Declasse', price = 131100, category = 'muscle', type = 'automobile', shop = 'pdm' }, + { model = 'driftdominator9', name = 'Dominator GT Drift', brand = 'Vapid', price = 219500, category = 'muscle', type = 'automobile', shop = 'pdm' }, --- Sports Classic (5) { model = 'ardent', name = 'Ardent', brand = 'Ocelot', price = 30000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, { model = 'btype', name = 'Roosevelt', brand = 'Albany', price = 75000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, @@ -253,6 +266,13 @@ local Vehicles = { { model = 'coquette2', name = 'Coquette Classic', brand = 'Invetero', price = 165000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, { model = 'envisage', name = 'Envisage', brand = 'Bollokan', price = 190000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, { model = 'driftnebula', name = 'Nebula Turbo', brand = 'Vulcar', price = 100000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, + { model = 'driftcheburek', name = 'Cheburek Drift', brand = 'Rune', price = 7000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, + { model = 'driftjester3', name = 'Jester Classic Drift', brand = 'Dinka', price = 85000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, + { model = 'uranus', name = 'Uranus LozSpeed', brand = 'Vapid', price = 180000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, + { model = 'cheetah3', name = 'LSCM Cheetah Classic', brand = 'Grotti', price = 220000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, + { model = 'astrale', name = 'Astrale', brand = 'Pfister', price = 195000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, + { model = 'gt750', name = 'GT750', brand = 'Grotti', price = 124700, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, + { model = 'itali2', name = 'Itali Classic', brand = 'Grotti', price = 240000, category = 'sportsclassics', type = 'automobile', shop = 'pdm' }, --- Sports (6) { model = 'alpha', name = 'Alpha', brand = 'Albany', price = 53000, category = 'sports', type = 'automobile', shop = 'luxury' }, { model = 'banshee', name = 'Banshee', brand = 'Bravado', price = 56000, category = 'sports', type = 'automobile', shop = 'luxury' }, @@ -353,6 +373,13 @@ local Vehicles = { { model = 'pipistrello', name = 'Pipistrello', brand = 'Overflod', price = 240000, category = 'sports', type = 'automobile', shop = 'luxury' }, { model = 'niobe', name = 'Niobe', brand = 'Ubermacht', price = 180000, category = 'sports', type = 'automobile', shop = 'luxury' }, { model = 'driftvorschlag', name = 'Vorschlaghammer', brand = 'Pfister', price = 250000, category = 'sports', type = 'automobile', shop = 'luxury' }, + { model = 'banshee3', name = 'Banshee GTS', brand = 'Bravado', price = 198950, category = 'sports', type = 'automobile', shop = 'luxury' }, + { model = 'coquette6', name = 'Coquette D5', brand = 'Invetero', price = 220000, category = 'sports', type = 'automobile', shop = 'luxury' }, + { model = 'driftfuto2', name = 'Futo Drift', brand = 'Karin', price = 90000, category = 'sports', type = 'automobile', shop = 'pdm' }, + { model = 'jester5', name = 'Jester RR Widebody', brand = 'Dinka', price = 229000, category = 'sports', type = 'automobile', shop = 'luxury' }, + { model = 'rapidgt4', name = 'Rapid GT X', brand = 'Dewbauchee', price = 270550, category = 'sports', type = 'automobile', shop = 'luxury' }, + { model = 'sentinel5', name = 'Sentinel GTS', brand = 'Ubermacht', price = 217200, category = 'sports', type = 'automobile', shop = 'luxury' }, + { model = 'driftrt3000', name = 'RT3000 Drift', brand = 'Dinka', price = 65000, category = 'sports', type = 'automobile', shop = 'pdm' }, --- Super (7) { model = 'adder', name = 'Adder', brand = 'Truffade', price = 280000, category = 'super', type = 'automobile', shop = 'luxury' }, { model = 'autarch', name = 'Autarch', brand = 'Överflöd', price = 224000, category = 'super', type = 'automobile', shop = 'luxury' }, @@ -405,6 +432,10 @@ local Vehicles = { { model = 'entity3', name = 'Entity MT', brand = 'Overflod', price = 200000, category = 'super', type = 'automobile', shop = 'luxury' }, { model = 'virtue', name = 'Virtue', brand = 'Ocelot', price = 72000, category = 'super', type = 'automobile', shop = 'luxury' }, { model = 'turismo3', name = 'Turismo Omaggio', brand = 'Grotti', price = 284500, category = 'super', type = 'automobile', shop = 'luxury' }, + { model = 'suzume', name = 'Suzume', brand = 'Overflod', price = 307450, category = 'super', type = 'automobile', shop = 'luxury' }, + { model = 'fmj2', name = 'FMJ MK V', brand = 'Vapid', price = 295000, category = 'super', type = 'automobile', shop = 'luxury' }, + { model = 'luiva', name = 'Luiva', brand = 'Progen', price = 269750, category = 'super', type = 'automobile', shop = 'luxury' }, + { model = 'xtreme', name = 'X-treme', brand = 'Pfister', price = 288500, category = 'super', type = 'automobile', shop = 'luxury' }, --- Motorcycles (8) { model = 'akuma', name = 'Akuma', brand = 'Dinka', price = 55000, category = 'motorcycles', type = 'bike', shop = 'pdm' }, { model = 'avarus', name = 'Avarus', brand = 'LCC', price = 20000, category = 'motorcycles', type = 'bike', shop = 'pdm' }, @@ -501,6 +532,9 @@ local Vehicles = { { model = 'draugur', name = 'Draugur', brand = 'Declasse', price = 99000, category = 'offroad', type = 'automobile', shop = 'pdm' }, { model = 'terminus', name = 'Terminus', brand = 'Canis', price = 187750, category = 'offroad', type = 'automobile', shop = 'pdm' }, { model = 'yosemite4', name = 'Yosemite 1500', brand = 'Declasse', price = 187750, category = 'offroad', type = 'automobile', shop = 'pdm' }, + { model = 'firebolt', name = 'Firebolt ASP', brand = 'Vapid', price = 189450, category = 'offroad', type = 'automobile', shop = 'pdm' }, + { model = 'driftl352', name = 'Walton L35 Drift', brand = 'Declasse', price = 167000, category = 'offroad', type = 'automobile', shop = 'pdm' }, + { model = 'l352', name = 'Walton L35 Stock', brand = 'Declasse', price = 167000, category = 'offroad', type = 'automobile', shop = 'pdm' }, --- Industrial (10) { model = 'guardian', name = 'Guardian', brand = 'Vapid', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, { model = 'mixer2', name = 'Mixer II', brand = 'HVY', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, @@ -509,6 +543,7 @@ local Vehicles = { { model = 'rubble', name = 'Rubble', brand = 'Jobuilt', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, { model = 'mixer', name = 'Mixer', brand = 'HVY', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, { model = 'flatbed', name = 'Flatbed Truck', brand = 'MTL', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, + { model = 'flatbed2', name = 'Custom Flatbed', brand = 'MTL', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, { model = 'dump', name = 'Dump Truck', brand = 'HVY', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, { model = 'bulldozer', name = 'Dozer', brand = 'HVY', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, { model = 'handler', name = 'Dock Handler', brand = 'HVY', price = 30000, category = 'industrial', type = 'automobile', shop = 'truck' }, @@ -535,6 +570,8 @@ local Vehicles = { { model = 'airtug', name = 'Airtug', brand = 'HVY', price = 30000, category = 'utility', type = 'automobile', shop = 'truck' }, { model = 'trailers5', name = 'Trailer (Christmas)', brand = 'Unknown', price = 30000, category = 'utility', type = 'automobile', shop = 'truck' }, { model = 'tvtrailer2', name = 'Trailer (TV)', brand = 'Unknown', price = 30000, category = 'utility', type = 'automobile', shop = 'truck' }, + { model = 'keitora', name = 'Keitora', brand = 'Shitzu', price = 80000, category = 'utility', type = 'automobile', shop = 'truck' }, + { model = 'driftkeitora', name = 'Keitora Drift', brand = 'Shitzu', price = 80000, category = 'utility', type = 'automobile', shop = 'truck' }, --- Vans (12) { model = 'bison', name = 'Bison', brand = 'Bravado', price = 18000, category = 'vans', type = 'automobile', shop = 'pdm' }, { model = 'bobcatxl', name = 'Bobcat XL Open', brand = 'Vapid', price = 13500, category = 'vans', type = 'automobile', shop = 'pdm' }, @@ -569,6 +606,7 @@ local Vehicles = { { model = 'mule3', name = 'Mule', brand = 'Maibatsu', price = 40000, category = 'vans', type = 'automobile', shop = 'pdm' }, { model = 'taco', name = 'Taco Truck', brand = 'Brute', price = 45000, category = 'vans', type = 'automobile', shop = 'pdm' }, { model = 'boxville6', name = 'Boxville (LSDS)', brand = 'Brute', price = 47500, category = 'vans', type = 'automobile', shop = 'pdm' }, + { model = 'youga5', name = 'Youga Custom', brand = 'Vapid', price = 90000, category = 'vans', type = 'automobile', shop = 'pdm' }, --- Cycles (13) { model = 'bmx', name = 'BMX', brand = 'Bike', price = 160, category = 'cycles', type = 'bike', shop = 'pdm' }, { model = 'cruiser', name = 'Cruiser', brand = 'Bike', price = 510, category = 'cycles', type = 'bike', shop = 'pdm' }, @@ -626,6 +664,8 @@ local Vehicles = { { model = 'frogger2', name = 'Frogger', brand = 'Maibatsu', price = 52000, category = 'helicopters', type = 'heli', shop = 'air' }, { model = 'cargobob', name = 'Cargobob', brand = 'Western Company', price = 52000, category = 'helicopters', type = 'heli', shop = 'none' }, { model = 'cargobob3', name = 'Cargobob', brand = 'Western Company', price = 52000, category = 'helicopters', type = 'heli', shop = 'none' }, + { model = 'cargobob5', name = 'DH-7 Iron Mule', brand = 'Buckingham', price = 52000, category = 'helicopters', type = 'heli', shop = 'none' }, + { model = 'maverick2', name = 'Higgins Helitours Maverick', brand = 'Buckingham', price = 52000, category = 'helicopters', type = 'heli', shop = 'air' }, { model = 'seasparrow3', name = 'Sparrow (Prop)', brand = 'Unknown', price = 52000, category = 'helicopters', type = 'heli', shop = 'none' }, { model = 'buzzard', name = 'Buzzard Attack Chopper', brand = 'Nagasaki', price = 52000, category = 'helicopters', type = 'heli', shop = 'none' }, { model = 'buzzard2', name = 'Buzzard', brand = 'Nagasaki', price = 52000, category = 'helicopters', type = 'heli', shop = 'none' }, @@ -669,6 +709,8 @@ local Vehicles = { { model = 'luxor', name = 'Luxor', brand = 'Buckingham', price = 45000, category = 'planes', type = 'plane', shop = 'air' }, { model = 'jet', name = 'Jet', brand = 'Unknown', price = 45000, category = 'planes', type = 'plane', shop = 'none' }, { model = 'duster', name = 'Duster', brand = 'Western Company', price = 45000, category = 'planes', type = 'plane', shop = 'air' }, + { model = 'duster2', name = 'Duster 300-H', brand = 'Western', price = 45000, category = 'planes', type = 'plane', shop = 'air' }, + { model = 'titan2', name = 'Titan 250 D', brand = 'Eberhard', price = 45000, category = 'planes', type = 'plane', shop = 'none' }, { model = 'cuban800', name = 'Cuban 800', brand = 'Western Company', price = 45000, category = 'planes', type = 'plane', shop = 'air' }, { model = 'blimp', name = 'Atomic Blimp', brand = 'Unknown', price = 45000, category = 'planes', type = 'plane', shop = 'none' }, --- Service (17) @@ -679,6 +721,7 @@ local Vehicles = { { model = 'rallytruck', name = 'Dune', brand = 'MTL', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, { model = 'metrotrain', name = 'Metro Train', brand = 'Unknown', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, { model = 'freight', name = 'Freight Train', brand = 'Unknown', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, + { model = 'freightcar3', name = 'Freight Train', brand = 'Unknown', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, { model = 'cablecar', name = 'Cable Car', brand = 'Unknown', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, { model = 'trash', name = 'Trashmaster', brand = 'JoBuilt', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, { model = 'trash2', name = 'Trashmaster', brand = 'JoBuilt', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, @@ -688,6 +731,7 @@ local Vehicles = { { model = 'coach', name = 'Dashound', brand = 'Brute', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, { model = 'bus', name = 'Bus', brand = 'Brute', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, { model = 'airbus', name = 'Airport Bus', brand = 'Brute', price = 100000, category = 'service', type = 'automobile', shop = 'none' }, + { model = 'vivanite2', name = 'Vivanite KnoWay', brand = 'Karin', price = 160500, category = 'service', type = 'automobile', shop = 'none' }, --- Emergency (18) { model = 'riot', name = 'Police Riot', brand = 'Brute', price = 100000, category = 'emergency', type = 'automobile', shop = 'none' }, { model = 'riot2', name = 'RCV', brand = 'Unknown', price = 100000, category = 'emergency', type = 'automobile', shop = 'none' }, @@ -719,6 +763,13 @@ local Vehicles = { { model = 'policet3', name = 'Burrito (Bail Enforcement)', brand = 'Declasse', price = 60000, category = 'emergency', type = 'automobile', shop = 'none' }, { model = 'polgreenwood', name = 'Greenwood Cruiser', brand = 'Bravado', price = 80000, category = 'emergency', type = 'automobile', shop = 'none' }, { model = 'poldorado', name = 'Dorado Cruiser', brand = 'Vapid', price = 80000, category = 'emergency', type = 'automobile', shop = 'none' }, + { model = 'polcaracara', name = 'Caracara Pursuit', brand = 'Vapid', price = 400125, category = 'emergency', type = 'automobile', shop = 'none' }, + { model = 'polcoquette4', name = 'Coquette D10 Pursuit', brand = 'Invetero', price = 400125, category = 'emergency', type = 'automobile', shop = 'none' }, + { model = 'polfaction2', name = 'Outreach Faction', brand = 'Willard', price = 400125, category = 'emergency', type = 'automobile', shop = 'none' }, + { model = 'polterminus', name = 'Terminus Patrol', brand = 'Canis', price = 384375, category = 'emergency', type = 'automobile', shop = 'none' }, + { model = 'policeb2', name = 'Police Bike', brand = 'Western', price = 372000, category = 'emergency', type = 'bike', shop = 'none' }, + { model = 'polbuffalo', name = 'Buffalo Cruiser', brand = 'Bravado', price = 400000, category = 'emergency', type = 'automobile', shop = 'none' }, + { model = 'polbuffalo6', name = 'Buffalo STX Pursuit', brand = 'Bravado', price = 400000, category = 'emergency', type = 'automobile', shop = 'none' }, --- Military (19) { model = 'vetir', name = 'Vetir', brand = 'Unknown', price = 100000, category = 'military', type = 'automobile', shop = 'none' }, { model = 'kosatka', name = 'Kosatka', brand = 'Rune', price = 100000, category = 'military', type = 'automobile', shop = 'none' }, @@ -747,6 +798,7 @@ local Vehicles = { { model = 'phantom2', name = 'Phantom Wedge', brand = 'Jobuilt', price = 100000, category = 'commercial', type = 'automobile', shop = 'none' }, { model = 'mule5', name = 'Mule (Heist)', brand = 'Maibatsu', price = 40000, category = 'commercial', type = 'automobile', shop = 'truck' }, { model = 'stockade', name = 'Stockade', brand = 'Brute', price = 100000, category = 'commercial', type = 'automobile', shop = 'truck' }, + { model = 'stockade4', name = 'Bobcat Security Stockade', brand = 'Brute', price = 500000, category = 'commercial', type = 'automobile', shop = 'truck' }, { model = 'pounder', name = 'Pounder', brand = 'MTL', price = 55000, category = 'commercial', type = 'automobile', shop = 'truck' }, { model = 'phantom', name = 'Phantom', brand = 'Jobuilt', price = 100000, category = 'commercial', type = 'automobile', shop = 'truck' }, { model = 'packer', name = 'Packer', brand = 'MTL', price = 100000, category = 'commercial', type = 'automobile', shop = 'truck' },