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:
stolk88
2022-01-07 15:40:39 +01:00
committed by GitHub
parent 0a41144052
commit aff4b06e5d
+8 -1
View File
@@ -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',
},
}
}