Add New Police Vehicles
This commit is contained in:
@@ -615,6 +615,21 @@ data_file 'VEHICLE_LAYOUTS_FILE' 'data/enladder/dlctext.meta'
|
||||
'data/bat3/vehiclelayouts.meta',
|
||||
}
|
||||
|
||||
data_file 'HANDLING_FILE' 'data/bat3/handling.meta'
|
||||
data_file 'VEHICLE_METADATA_FILE' 'data/bat3/vehicles.meta'
|
||||
data_file 'CARCOLS_FILE' 'data/bat3/carcols.meta'
|
||||
data_file 'VEHICLE_VARIATION_FILE' 'data/bat3/carvariations.meta'
|
||||
data_file 'VEHICLE_LAYOUTS_FILE' 'data/bat3/dlctext.meta'
|
||||
|
||||
--code3megapackrb
|
||||
files {
|
||||
'data/bat3/vehicles.meta',
|
||||
'data/bat3/carvariations.meta',
|
||||
'data/bat3/carcols.meta',
|
||||
'data/bat3/handling.meta',
|
||||
'data/bat3/vehiclelayouts.meta',
|
||||
}
|
||||
|
||||
data_file 'HANDLING_FILE' 'data/bat3/handling.meta'
|
||||
data_file 'VEHICLE_METADATA_FILE' 'data/bat3/vehicles.meta'
|
||||
data_file 'CARCOLS_FILE' 'data/bat3/carcols.meta'
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -110,5 +110,59 @@ Citizen.CreateThread(function()
|
||||
AddTextEntry('enladder', 'Pierce Enforce Ladder')
|
||||
-- bat3
|
||||
AddTextEntry('bat3', '2019 Chevy Silverado FD')
|
||||
|
||||
-- code3bmw
|
||||
AddTextEntry('code3bmw', 'BMW Motor bike')
|
||||
-- code3boat
|
||||
AddTextEntry('code3boat', 'PD BOAT')
|
||||
-- code3camero
|
||||
AddTextEntry('code3camero', 'Chevy Camaro20')
|
||||
-- code3cap
|
||||
AddTextEntry('code3cap', '15 Chevy Caprice')
|
||||
-- code3cvpi
|
||||
AddTextEntry('code3cvpi', '2011 Ford cvpi')
|
||||
-- code3durango
|
||||
AddTextEntry('code3durango', '2020 Dodge durango')
|
||||
-- code3f150
|
||||
AddTextEntry('code3f150', '2019 ford f150')
|
||||
-- code3f250
|
||||
AddTextEntry('code3f250', '2019 ford f250')
|
||||
-- code3fpis
|
||||
AddTextEntry('code3fpis', '2018 ford taurus')
|
||||
-- code3gator
|
||||
AddTextEntry('code3gator', 'John Deere Gator')
|
||||
-- code3harley
|
||||
AddTextEntry('code3harley', 'Harley Davidson')
|
||||
-- code3mustang
|
||||
AddTextEntry('code3mustang', '2019 Ford Mustang')
|
||||
-- code3ram
|
||||
AddTextEntry('code3ram', '2016 Dodge Ram')
|
||||
--code3silverado
|
||||
AddTextEntry('code3silverado', '2016 chevy silverado')
|
||||
-- code3trailer
|
||||
AddTextEntry('code3trailer', 'pd trailer')
|
||||
-- code3trailer2
|
||||
AddTextEntry('code3trailer2', 'PD trailer2')
|
||||
-- code310charg
|
||||
AddTextEntry('code310charg', '2010 Dodge Charger')
|
||||
-- code314charg
|
||||
AddTextEntry('code314charg', '2014 Dodge Charger')
|
||||
-- code314tahoe
|
||||
AddTextEntry('code314tahoe', '2014 Chevy Tahoe')
|
||||
-- code316fpiu
|
||||
AddTextEntry('code316fpiu', '2016 Ford Explorer')
|
||||
-- code316impala
|
||||
AddTextEntry('code316impala', '2016 Chevy Impala')
|
||||
-- code318charg
|
||||
AddTextEntry('code318charg', '2018 Dodge Charger')
|
||||
-- code318chargk9
|
||||
AddTextEntry('code318chargk9', '9K2018 Dodge Charger')
|
||||
-- code318tahoe
|
||||
AddTextEntry('code318tahoe', '2020 Chevy Tahoe')
|
||||
-- code318tahoek9
|
||||
AddTextEntry('code318tahoek9', '2020 Chevy K9Tahoe')
|
||||
-- code319silv
|
||||
AddTextEntry('code319silv', '2020 Chevy silverado')
|
||||
-- code320exp
|
||||
AddTextEntry('code320exp', '2020 Ford Explorer')
|
||||
|
||||
end)
|
||||
@@ -278,6 +278,33 @@
|
||||
"brush",
|
||||
"enladder",
|
||||
"bat3",
|
||||
"code3bmw",
|
||||
"code3boat",
|
||||
"code3camero",
|
||||
"code3cap",
|
||||
"code3cvpi",
|
||||
"code3durango",
|
||||
"code3f150",
|
||||
"code3f250",
|
||||
"code3fpis",
|
||||
"code3gator",
|
||||
"code3harley",
|
||||
"code3mustang",
|
||||
"code3ram",
|
||||
"code3silverado",
|
||||
"code3trailer",
|
||||
"code3trailer2",
|
||||
"code310charg",
|
||||
"code314charg",
|
||||
"code314tahoe",
|
||||
"code316fpiu",
|
||||
"code316impala",
|
||||
"code318charg",
|
||||
"code318chargk9",
|
||||
"code318tahoe",
|
||||
"code318tahoek9",
|
||||
"code319silv",
|
||||
"code320exp",
|
||||
],
|
||||
"peds": [
|
||||
"spn52",
|
||||
|
||||
Reference in New Issue
Block a user