mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Update vehicles.lua
add support for b2944 new vehicles
This commit is contained in:
@@ -5546,5 +5546,155 @@ QBShared.Vehicles = {
|
||||
['categoryLabel'] = 'Super',
|
||||
['hash'] = `virtue`,
|
||||
['shop'] = 'luxury',
|
||||
},--- Game build 2944 San Andreas Mercenaries
|
||||
['buffalo5'] = {
|
||||
['name'] = 'Buffalo EVX',
|
||||
['brand'] = 'Bravado',
|
||||
['model'] = 'buffalo5',
|
||||
['price'] = 214000,
|
||||
['category'] = 'muscle',
|
||||
['categoryLabel'] = 'Muscle',
|
||||
['hash'] = `buffalo5`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['gauntlet6'] = {
|
||||
['name'] = 'Hotring Hellfire',
|
||||
['brand'] = 'Bravado',
|
||||
['model'] = 'gauntlet6',
|
||||
['price'] = 181000,
|
||||
['category'] = 'sports',
|
||||
['categoryLabel'] = 'Sports',
|
||||
['hash'] = `gauntlet6`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['coureur'] = {
|
||||
['name'] = 'La Coureuse',
|
||||
['brand'] = 'Penaud',
|
||||
['model'] = 'coureur',
|
||||
['price'] = 199000,
|
||||
['category'] = 'sports',
|
||||
['categoryLabel'] = 'Sports',
|
||||
['hash'] = `coureur`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['ratel'] = {
|
||||
['name'] = 'Ratel',
|
||||
['brand'] = 'Vapid',
|
||||
['model'] = 'ratel',
|
||||
['price'] = 199000,
|
||||
['category'] = 'offroad',
|
||||
['categoryLabel'] = 'Off Road',
|
||||
['hash'] = `ratel`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['l35'] = {
|
||||
['name'] = 'Walton L35',
|
||||
['brand'] = 'Declasse',
|
||||
['model'] = 'l35',
|
||||
['price'] = 167000,
|
||||
['category'] = 'offroad',
|
||||
['categoryLabel'] = 'Off Road',
|
||||
['hash'] = `l35`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['monstrociti'] = {
|
||||
['name'] = 'MonstroCiti',
|
||||
['brand'] = 'Maibatsu',
|
||||
['model'] = 'monstrociti',
|
||||
['price'] = 48000,
|
||||
['category'] = 'offroad',
|
||||
['categoryLabel'] = 'Off Road',
|
||||
['hash'] = `monstrociti`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['stingertt'] = {
|
||||
['name'] = 'Itali GTO Stinger TT',
|
||||
['brand'] = 'Maibatsu',
|
||||
['model'] = 'stingertt',
|
||||
['price'] = 238000,
|
||||
['category'] = 'sports',
|
||||
['categoryLabel'] = 'Sports',
|
||||
['hash'] = `stingertt`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['speedo5'] = {
|
||||
['name'] = 'Speedo Custom',
|
||||
['brand'] = 'Vapid',
|
||||
['model'] = 'speedo5',
|
||||
['price'] = 238000,
|
||||
['category'] = 'vans',
|
||||
['categoryLabel'] = 'Vans',
|
||||
['hash'] = `speedo5`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['clique2'] = {
|
||||
['name'] = 'Clique Wagon',
|
||||
['brand'] = 'Vapid',
|
||||
['model'] = 'clique2',
|
||||
['price'] = 102500,
|
||||
['category'] = 'muscle',
|
||||
['categoryLabel'] = 'Muscle',
|
||||
['hash'] = `clique2`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['brigham'] = {
|
||||
['name'] = 'Brigham',
|
||||
['brand'] = 'Albany',
|
||||
['model'] = 'brigham',
|
||||
['price'] = 149900,
|
||||
['category'] = 'muscle',
|
||||
['categoryLabel'] = 'Muscle',
|
||||
['hash'] = `brigham`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['inductor'] = {
|
||||
['name'] = 'Inductor',
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'inductor',
|
||||
['price'] = 5000,
|
||||
['category'] = 'cycles',
|
||||
['categoryLabel'] = 'Cycles',
|
||||
['hash'] = `inductor`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['inductor2'] = {
|
||||
['name'] = 'Junk Energy Inductor',
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'inductor2',
|
||||
['price'] = 5000,
|
||||
['category'] = 'cycles',
|
||||
['categoryLabel'] = 'Cycles',
|
||||
['hash'] = `inductor2`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['raiju'] = {
|
||||
['name'] = 'F-160 Raiju',
|
||||
['brand'] = 'Mammoth',
|
||||
['model'] = 'raiju',
|
||||
['price'] = 6855000,
|
||||
['category'] = 'planes',
|
||||
['categoryLabel'] = 'Planes',
|
||||
['hash'] = `raiju`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
['streamer216'] = {
|
||||
['name'] = 'Streamer216',
|
||||
['brand'] = 'Mammoth',
|
||||
['model'] = 'streamer216',
|
||||
['price'] = 2238000,
|
||||
['category'] = 'planes',
|
||||
['categoryLabel'] = 'Planes',
|
||||
['hash'] = `streamer216`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
['conada2'] = {
|
||||
['name'] = 'Weaponized Conada',
|
||||
['brand'] = 'Buckingham',
|
||||
['model'] = 'conada2',
|
||||
['price'] = 3385000,
|
||||
['category'] = 'planes',
|
||||
['categoryLabel'] = 'Planes',
|
||||
['hash'] = `conada2`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user