mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
qb-vehicleshop cycles bug/fix
When you swap to a cycle in the qb-vehicleshop the scipt can't find a brand
This commit is contained in:
+8
-1
@@ -320,6 +320,7 @@ QBShared.Vehicles = {
|
||||
--- Cycles
|
||||
['bmx'] = {
|
||||
['name'] = 'BMX',
|
||||
['brand'] = 'Bike',
|
||||
['model'] = 'bmx',
|
||||
['price'] = 160,
|
||||
['category'] = 'cycles',
|
||||
@@ -328,6 +329,7 @@ QBShared.Vehicles = {
|
||||
},
|
||||
['cruiser'] = {
|
||||
['name'] = 'Cruiser',
|
||||
['brand'] = 'Bike',
|
||||
['model'] = 'cruiser',
|
||||
['price'] = 510,
|
||||
['category'] = 'cycles',
|
||||
@@ -336,6 +338,7 @@ QBShared.Vehicles = {
|
||||
},
|
||||
['fixter'] = {
|
||||
['name'] = 'Fixter',
|
||||
['brand'] = 'Bike',
|
||||
['model'] = 'fixter',
|
||||
['price'] = 225,
|
||||
['category'] = 'cycles',
|
||||
@@ -344,6 +347,7 @@ QBShared.Vehicles = {
|
||||
},
|
||||
['scorcher'] = {
|
||||
['name'] = 'Scorcher',
|
||||
['brand'] = 'Bike',
|
||||
['model'] = 'scorcher',
|
||||
['price'] = 280,
|
||||
['category'] = 'cycles',
|
||||
@@ -352,6 +356,7 @@ QBShared.Vehicles = {
|
||||
},
|
||||
['tribike'] = {
|
||||
['name'] = 'Tri Bike',
|
||||
['brand'] = 'Bike',
|
||||
['model'] = 'tribike',
|
||||
['price'] = 500,
|
||||
['category'] = 'cycles',
|
||||
@@ -360,6 +365,7 @@ QBShared.Vehicles = {
|
||||
},
|
||||
['tribike2'] = {
|
||||
['name'] = 'Tri Bike 2',
|
||||
['brand'] = 'Bike',
|
||||
['model'] = 'tribike2',
|
||||
['price'] = 700,
|
||||
['category'] = 'cycles',
|
||||
@@ -368,6 +374,7 @@ QBShared.Vehicles = {
|
||||
},
|
||||
['tribike3'] = {
|
||||
['name'] = 'Tri Bike 3',
|
||||
['brand'] = 'Bike',
|
||||
['model'] = 'tribike3',
|
||||
['price'] = 520,
|
||||
['category'] = 'cycles',
|
||||
@@ -4011,4 +4018,4 @@ QBShared.Vehicles = {
|
||||
['hash'] = `warrener2`,
|
||||
['shop'] = 'pdm',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user