mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Fixed helicopters not going air depot
i am trying to figure it out why helicopters not going air depot ! category names are miss matching with garages.
This commit is contained in:
+15
-15
@@ -4181,13 +4181,13 @@ QBShared.Vehicles = {
|
||||
['hash'] = `toro2`,
|
||||
['shop'] = 'boats',
|
||||
},
|
||||
-- Helis
|
||||
-- helicopters
|
||||
['buzzard2'] = {
|
||||
['name'] = 'Buzzard',
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'buzzard2',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `buzzard2`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4196,7 +4196,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'frogger',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `frogger`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4205,7 +4205,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'frogger2',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `frogger2`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4214,7 +4214,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'maverick',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `maverick`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4223,7 +4223,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Buckingham',
|
||||
['model'] = 'swift',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `swift`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4232,7 +4232,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Buckingham',
|
||||
['model'] = 'swift2',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `swift2`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4241,7 +4241,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'seasparrow',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `seasparrow`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4250,7 +4250,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'seasparrow2',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `seasparrow2`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4259,7 +4259,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Unknown',
|
||||
['model'] = 'seasparrow3',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `seasparrow3`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4268,7 +4268,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Buckingham',
|
||||
['model'] = 'supervolito',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `supervolito`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4277,7 +4277,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Buckingham',
|
||||
['model'] = 'supervolito2',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `supervolito2`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4286,7 +4286,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Buckingham',
|
||||
['model'] = 'volatus',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `volatus`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4295,7 +4295,7 @@ QBShared.Vehicles = {
|
||||
['brand'] = 'Nagasaki',
|
||||
['model'] = 'havok',
|
||||
['price'] = 52000,
|
||||
['category'] = 'helis',
|
||||
['category'] = 'helicopters',
|
||||
['hash'] = `havok`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
@@ -4417,4 +4417,4 @@ QBShared.Vehicles = {
|
||||
['hash'] = `nimbus`,
|
||||
['shop'] = 'air',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user