Merge branch 'main' into patch-2

This commit is contained in:
Kakarot
2023-04-27 16:19:01 -07:00
committed by GitHub
16 changed files with 1039 additions and 482 deletions
+152 -7
View File
@@ -1,5 +1,4 @@
QBShared = QBShared or {}
QBShared.VehicleHashes = {}
QBShared.Vehicles = {
--- Compacts
@@ -4991,7 +4990,7 @@ QBShared.Vehicles = {
['rhinehart'] = {
['name'] = 'Rhinehart',
['brand'] = 'Übermacht',
['model'] = 'rhinehart ',
['model'] = 'rhinehart',
['price'] = 105000,
['category'] = 'sedans',
['categoryLabel'] = 'Sedans',
@@ -5398,8 +5397,154 @@ QBShared.Vehicles = {
['hash'] = `tiptruck2`,
['shop'] = 'truck',
},
}
for _, v in pairs(QBShared.Vehicles) do
QBShared.VehicleHashes[v.hash] = v
end
['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',
},
}