From dfedb0e2255960e1694c2ea4776e5a1ea7100a77 Mon Sep 17 00:00:00 2001 From: vanillaa <80897991+evanillaa@users.noreply.github.com> Date: Tue, 2 Nov 2021 09:19:35 +0200 Subject: [PATCH] Add two vehicles and sort more --- shared.lua | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/shared.lua b/shared.lua index 724ff02..59339d9 100644 --- a/shared.lua +++ b/shared.lua @@ -1812,7 +1812,15 @@ QBShared.Vehicles = { ['hash'] = `clique`, ['shop'] = 'pdm', }, - + ['coquette3'] = { + ['name'] = 'Coquette BlackFin', + ['brand'] = 'Invetero', + ['model'] = 'coquette3', + ['price'] = 180000, + ['category'] = 'muscle', + ['hash'] = `coquette3`, + ['shop'] = 'pdm', + }, ['deviant'] = { --DLC ['name'] = 'Deviant', ['brand'] = 'Schyster', @@ -2137,6 +2145,15 @@ QBShared.Vehicles = { ['hash'] = `picador`, ['shop'] = 'pdm', }, + ['ratloader2'] = { + ['name'] = 'ratloader2', + ['brand'] = 'Ratloader2', + ['model'] = 'ratloader2', + ['price'] = 20000, + ['category'] = 'muscle', + ['hash'] = `ratloader2`, + ['shop'] = 'pdm', + }, ['ruiner'] = { ['name'] = 'Ruiner', ['brand'] = 'Imponte', @@ -2272,6 +2289,15 @@ QBShared.Vehicles = { ['hash'] = `virgo2`, ['shop'] = 'pdm', }, + ['virgo3'] = { + ['name'] = 'Virgo Custom Classic', + ['brand'] = 'Dundreary', + ['model'] = 'virgo3', + ['price'] = 21000, + ['category'] = 'muscle', + ['hash'] = `virgo3`, + ['shop'] = 'pdm', + }, ['voodoo'] = { ['name'] = 'Voodoo', ['brand'] = 'Declasse', @@ -3184,15 +3210,6 @@ QBShared.Vehicles = { ['hash'] = `coquette2`, ['shop'] = 'pdm', }, - ['coquette3'] = { - ['name'] = 'Coquette BlackFin', - ['brand'] = 'Invetero', - ['model'] = 'coquette3', - ['price'] = 180000, - ['category'] = 'muscle', - ['hash'] = `coquette3`, - ['shop'] = 'pdm', - }, ['coquette4'] = { ['name'] = 'Coquette D10', ['brand'] = 'Invetero',