Merge pull request #551 from buntyverma69/patch-1

Fixed helicopters not going air depot
This commit is contained in:
Kakarot
2022-03-22 20:57:30 -07:00
committed by GitHub
+14 -14
View File
@@ -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',
},