mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Update vehicles.lua
fixed linting issues
This commit is contained in:
+1
-31
@@ -11,7 +11,7 @@ QBShared.Vehicles = {
|
||||
['category'] = 'compacts',
|
||||
['categoryLabel'] = 'Compacts',
|
||||
['hash'] = `asbo`,
|
||||
['shop'] = {'pdm','luxury'},
|
||||
['shop'] = {'pdm'},
|
||||
},
|
||||
['blista'] = {
|
||||
['name'] = 'Blista',
|
||||
@@ -4414,16 +4414,6 @@ QBShared.Vehicles = {
|
||||
['hash'] = `youga4`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['mule5'] = { --DLC +set sv_enforceGameBuild 2545
|
||||
['name'] = 'Mule',
|
||||
['brand'] = 'Box Truck',
|
||||
['model'] = 'mule5',
|
||||
['price'] = 221000,
|
||||
['category'] = 'vans',
|
||||
['categoryLabel'] = 'Vans',
|
||||
['hash'] = `mule5`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
-- Utility
|
||||
['sadler'] = {
|
||||
['name'] = 'Sadler',
|
||||
@@ -4435,16 +4425,6 @@ QBShared.Vehicles = {
|
||||
['hash'] = `sadler`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['guardian'] = {
|
||||
['name'] = 'Guardian',
|
||||
['brand'] = 'Annis',
|
||||
['price'] = 21000,
|
||||
['category'] = 'offroad',
|
||||
['categoryLabel'] = 'Off Road',
|
||||
['model'] = 'guardian',
|
||||
['hash'] = `guardian`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
['slamtruck'] = {
|
||||
['name'] = 'Slam Truck',
|
||||
['brand'] = 'Vapid',
|
||||
@@ -5348,16 +5328,6 @@ QBShared.Vehicles = {
|
||||
['hash'] = `flatbed`,
|
||||
['shop'] = 'truck',
|
||||
},
|
||||
['flatbed'] = {
|
||||
['name'] = 'Flatbed Truck',
|
||||
['brand'] = 'MTL',
|
||||
['model'] = 'flatbed',
|
||||
['price'] = 30000,
|
||||
['category'] = 'industrial',
|
||||
["categoryLabel"] = 'Industrial',
|
||||
['hash'] = `flatbed`,
|
||||
['shop'] = 'truck',
|
||||
},
|
||||
['guardian'] = {
|
||||
['name'] = 'Guardian',
|
||||
['brand'] = 'Vapid',
|
||||
|
||||
Reference in New Issue
Block a user