This commit is contained in:
Kakarot
2023-04-27 18:09:31 -05:00
parent 613370dcd6
commit 3d0c273e3e
3 changed files with 158 additions and 2 deletions
+151 -1
View File
@@ -5397,4 +5397,154 @@ QBShared.Vehicles = {
['hash'] = `tiptruck2`,
['shop'] = 'truck',
},
}
['entity3'] = { --DLC +set sv_enforceGameBuild 2802
['name'] = 'Entity MT',
['brand'] = 'Overflod',
['model'] = 'entity3',
['price'] = 200000,
['category'] = 'super',
['categoryLabel'] = 'Super',
['hash'] = `entity3`,
['shop'] = 'luxury',
},
['everon2'] = {
['name'] = 'Everon Hotring',
['brand'] = 'Karin',
['model'] = 'everon2',
['price'] = 80000,
['category'] = 'sports',
['categoryLabel'] = 'Sports',
['hash'] = `everon`,
['shop'] = 'pdm',
},
['issi8'] = {
['name'] = 'Issi Rally',
['brand'] = 'Weeny',
['model'] = 'issi8',
['price'] = 10000,
['category'] = 'sports',
['categoryLabel'] = 'Sports',
['hash'] = `issi8`,
['shop'] = 'pdm',
},
['journey2'] = {
['name'] = 'Journey II',
['brand'] = 'Zirconium',
['model'] = 'journey2',
['price'] = 7000,
['category'] = 'vans',
['categoryLabel'] = 'Vans',
['hash'] = `journey2`,
['shop'] = 'pdm',
},
['manchez3'] = {
['name'] = 'Manchez Scout Classic',
['brand'] = 'Maibatsu',
['model'] = 'manchez3',
['price'] = 15000,
['category'] = 'motorcycles',
['categoryLabel'] = 'Motorcycles',
['hash'] = `manchez3`,
['shop'] = 'pdm',
},
['r300'] = {
['name'] = '300R',
['brand'] = 'Annis',
['model'] = 'r300',
['price'] = 56000,
['category'] = 'sports',
['categoryLabel'] = 'Sports',
['hash'] = `r300`,
['shop'] = 'pdm',
},
['surfer3'] = {
['name'] = 'Surfer Custom',
['brand'] = 'BF',
['model'] = 'surfer3',
['price'] = 15000,
['category'] = 'vans',
['categoryLabel'] = 'Vans',
['hash'] = `surfer3`,
['shop'] = 'pdm',
},
['tahoma'] = {
['name'] = 'Tahoma Coupe',
['brand'] = 'Declasse',
['model'] = 'tahoma',
['price'] = 12000,
['category'] = 'coupes',
['categoryLabel'] = 'Coupes',
['hash'] = `tahoma`,
['shop'] = 'pdm',
},
['tulip2'] = {
['name'] = 'Tulip M-100',
['brand'] = 'Declasse',
['model'] = 'tulip2',
['price'] = 80000,
['category'] = 'muscle',
['categoryLabel'] = 'Muscle',
['hash'] = `tulip2`,
['shop'] = 'pdm',
},
['powersurge'] = {
['name'] = 'Powersurge',
['brand'] = 'Western',
['model'] = 'powersurge',
['price'] = 7000,
['category'] = 'motorcycles',
['categoryLabel'] = 'Motorcycles',
['hash'] = `powersurge`,
['shop'] = 'pdm',
},
['broadway'] = {
['name'] = 'Broadway',
['brand'] = 'Classique',
['model'] = 'broadway',
['price'] = 20000,
['category'] = 'coupes',
['categoryLabel'] = 'Coupes',
['hash'] = `broadway`,
['shop'] = 'pdm',
},
['panthere'] = {
['name'] = 'Panthere',
['brand'] = 'Toundra',
['model'] = 'panthere',
['price'] = 55000,
['category'] = 'sports',
['categoryLabel'] = 'Sports',
['hash'] = `panthere`,
['shop'] = 'pdm',
},
['boor'] = {
['name'] = 'Boor',
['brand'] = 'Karin',
['model'] = 'boor',
['price'] = 23000,
['category'] = 'compacts',
['categoryLabel'] = 'Compacts',
['hash'] = `boor`,
['shop'] = 'pdm',
},
['eudora'] = {
['name'] = 'Eudora',
['brand'] = 'Willard',
['model'] = 'eudora',
['price'] = 17000,
['category'] = 'sedans',
['categoryLabel'] = 'Sedans',
['hash'] = `eudora`,
['shop'] = 'pdm',
},
['virtue'] = {
['name'] = 'Virtue',
['brand'] = 'Ocelot',
['model'] = 'virtue',
['price'] = 72000,
['category'] = 'super',
['categoryLabel'] = 'Super',
['hash'] = `virtue`,
['shop'] = 'luxury',
},
}