This is the 2017 California Highway Patrol Mega Pack made by Thehurk. I did not create these vehicles or any of the textures on them, all credit is to Thehurk and his contributors. This pack contains multiple different ELS vehicles. Deemed to the recent release of MrDaGree’s ELS FiveM Server Sync script shown here; [Release] ELS FiveM | Server Sync | Lights | Sirens | Custom Patterns, this pack was created to work with his script.
The templates are also included in the download and are created by thehurk.
WARNING IF TRIED TO USE WITH 2016 CHP PACK THERE WILL BE ERRORS
THIS WAS TESTED WITH THE LATEST VERSION OF FIVEM SERVER (453) ON A VPS
Download: 2017 California Highway Patrol Mega Pack.zip - Google Drive
Original Download to the files that are not FiveM drag and drop ready: http://www.lcpdfr.com/files/file/14852-2017-california-highway-patrol-mega-pack-els/
Here are the vehicles in this pack
2009 Crown Victoria w/ Federal Signal Vision Lightbar as hwaycar1
2009 Slicktop Dodge Charger as hwaycar2
2011 Slicktop Crown Victoria as hwaycar3
2011 Slicktop K9 Crown Victoria as hwaycar4
2011 Crown Victoria as hwaycar5
2011 K9 Crown Victoria as hwaycar6
2013 BMW 1200RT as hwaycar7
2013 Ford Expedition as hwaycar8
2013 Ford Explorer as hwaycar9
2013 Slicktop-ish Ford Explorer as hwaycar10
2013 Ford F350 as hwaycar11
2015 Chevy Tahoe as hwaycar12
2015 Dodge Charger as hwaycar13
2015 Slicktop Dodge Charger as hwaycar14
2016 Ford Explorer as hwaycar15
2016 Slicktop-ish Ford Explorer as hwaycar16
How to install:
-
Without MrDaGree’s ELS pack;
Drag 2017-els-chp-pack into your resources folder as well add 2017-els-chp-pack into your server.cfg.
This will not work without some type of ELS Sync -
With MrDaGree’s ELS pack;
Drag all of the files in the ELS Files folder in your CHP pack into your els-fivem\vcf folder.
After that go to your els-fivem\vcf.lua lua file type this into vcf_files = {} as shown in the first box.
As well in the els-fivem\vcf.lua lua file type this into where it states vehicleStageThreeAdvisor = {} as shown in the second box below.
After you’ve done this your vehicles should work with MrDaGree’s ELS pack, if you come across any problems just state them into the replies!
vcf_files = {
"hwaycar1.xml",
"hwaycar2.xml",
"hwaycar3.xml",
"hwaycar4.xml",
"hwaycar5.xml",
"hwaycar6.xml",
"hwaycar7.xml",
"hwaycar8.xml",
"hwaycar9.xml",
"hwaycar10.xml",
"hwaycar11.xml",
"hwaycar12.xml",
"hwaycar13.xml",
"hwaycar14.xml",
"hwaycar15.xml",
"hwaycar16.xml",
}
vehicleStageThreeAdvisor = {
"hwaycar1",
"hwaycar2",
"hwaycar3",
"hwaycar4",
"hwaycar5",
"hwaycar6",
"hwaycar7",
"hwaycar8",
"hwaycar9",
"hwaycar10",
"hwaycar1l",
"hwaycar12",
"hwaycar13",
"hwaycar14",
"hwaycar15",
"hwaycar16",
}