I followed the tutorial that was posted on Recent Update + Some information to stream a police vehicle.
Below is a screenshot from my resource folder
also when i start my server i see that the vehicle-assets are started however when i join the server the cop cars are still the originals.
gta5@lab:~/cfx-server/bin$ ./run.sh
2016-12-22 02:55:14.0926|INFO|CitizenMP.Server|Creating initial server instance.
2016-12-22 02:55:14.2186|INFO|CitizenMP.Server|Pre-parsing resources: mapmanager
2016-12-22 02:55:14.2219|INFO|CitizenMP.Server|Found resource mapmanager in resources/[managers]/mapmanager.
2016-12-22 02:55:15.8305|INFO|CitizenMP.Server|Starting resource mapmanager (last state: Stopped).
2016-12-22 02:55:16.2063|INFO|CitizenMP.Server|Started resource mapmanager.
.2016-12-22 02:55:16.2132|INFO|CitizenMP.Server|Found resource race in resources/[gamemodes]/race.
.2016-12-22 02:55:16.2770|INFO|CitizenMP.Server|Found resource race-test in resources/[gamemodes]/race-test.
.2016-12-22 02:55:16.3028|INFO|CitizenMP.Server|Found resource channelfeed in resources/[gameplay]/channelfeed.
.2016-12-22 02:55:16.3319|INFO|CitizenMP.Server|Found resource irc in resources/[gameplay]/irc.
.2016-12-22 02:55:16.3567|INFO|CitizenMP.Server|Found resource obituary in resources/[gameplay]/obituary.
.2016-12-22 02:55:16.3972|INFO|CitizenMP.Server|Found resource obituary-deaths in resources/[gameplay]/obituary-deaths.
.2016-12-22 02:55:16.4322|INFO|CitizenMP.Server|Found resource mapmanager in resources/[managers]/mapmanager.
.2016-12-22 02:55:16.4324|INFO|CitizenMP.Server|Found resource baseevents in resources/[system]/baseevents.
.2016-12-22 02:55:16.4644|INFO|CitizenMP.Server|Found resource chat in resources/[system]/chat.
.2016-12-22 02:55:16.4987|INFO|CitizenMP.Server|Found resource hardcap in resources/[system]/hardcap.
.2016-12-22 02:55:16.5298|INFO|CitizenMP.Server|Found resource ■■■■■■■ in resources/[system]/■■■■■■■.
.2016-12-22 02:55:16.5596|INFO|CitizenMP.Server|Found resource scoreboard in resources/[system]/scoreboard.
.2016-12-22 02:55:16.5973|INFO|CitizenMP.Server|Found resource sessionmanager in resources/[system]/sessionmanager.
.2016-12-22 02:55:16.6280|INFO|CitizenMP.Server|Found resource spawnmanager in resources/[system]/spawnmanager.
.2016-12-22 02:55:16.6637|INFO|CitizenMP.Server|Found resource betaguns in resources/[test]/betaguns.
.2016-12-22 02:55:16.6970|INFO|CitizenMP.Server|Found resource gameInit in resources/[test]/gameInit.
.2016-12-22 02:55:16.7436|INFO|CitizenMP.Server|Found resource keks in resources/[test]/keks.
.2016-12-22 02:55:16.7827|INFO|CitizenMP.Server|Found resource fivem in resources/fivem.
.2016-12-22 02:55:16.8212|INFO|CitizenMP.Server|Found resource fivem-awesome1501 in resources/fivem-awesome1501.
.2016-12-22 02:55:16.8637|INFO|CitizenMP.Server|Found resource fivem-map-hipster in resources/fivem-map-hipster.
.2016-12-22 02:55:16.8946|INFO|CitizenMP.Server|Found resource fivem-map-skater in resources/fivem-map-skater.
.2016-12-22 02:55:16.9364|INFO|CitizenMP.Server|Found resource freeroam in resources/freeroam.
.2016-12-22 02:55:17.0727|INFO|CitizenMP.Server|Found resource vehicle-assets in resources/vehicle-assets.
2016-12-22 02:55:17.1097|INFO|CitizenMP.Server|Starting game server on port 30120
2016-12-22 02:55:17.2406|INFO|CitizenMP.Server|Starting HTTP server on port 30120
2016-12-22 02:55:17.8091|INFO|CitizenMP.Server|Starting resource chat (last state: Stopped).
2016-12-22 02:55:17.8831|INFO|CitizenMP.Server|Started resource chat.
2016-12-22 02:55:17.8836|INFO|CitizenMP.Server|Starting resource spawnmanager (last state: Stopped).
2016-12-22 02:55:17.8972|INFO|CitizenMP.Server|Started resource spawnmanager.
2016-12-22 02:55:17.8976|INFO|CitizenMP.Server|Starting resource fivem-map-skater (last state: Stopped).
2016-12-22 02:55:17.9147|INFO|CitizenMP.Server|Starting resource fivem (last state: Stopped).
2016-12-22 02:55:17.9597|INFO|CitizenMP.Server|Started gametype Freeroam
2016-12-22 02:55:17.9668|INFO|CitizenMP.Server|Started resource fivem.
2016-12-22 02:55:17.9697|INFO|CitizenMP.Server|Started resource fivem-map-skater.
2016-12-22 02:55:17.9697|INFO|CitizenMP.Server|Starting resource baseevents (last state: Stopped).
2016-12-22 02:55:17.9906|INFO|CitizenMP.Server|Started resource baseevents.
2016-12-22 02:55:17.9906|INFO|CitizenMP.Server|Starting resource ■■■■■■■ (last state: Stopped).
2016-12-22 02:55:18.1169|INFO|CitizenMP.Server|Started resource ■■■■■■■.
2016-12-22 02:55:18.1169|INFO|CitizenMP.Server|Starting resource hardcap (last state: Stopped).
2016-12-22 02:55:18.1341|INFO|CitizenMP.Server|Started resource hardcap.
2016-12-22 02:55:18.1345|INFO|CitizenMP.Server|Starting resource scoreboard (last state: Stopped).
2016-12-22 02:55:18.1529|INFO|CitizenMP.Server|Started resource scoreboard.
2016-12-22 02:55:18.1529|INFO|CitizenMP.Server|Starting resource vehicle-assets (last state: Stopped).
2016-12-22 02:55:18.1770|INFO|CitizenMP.Server|Started resource vehicle-assets.
I was thinking that this might be related to cache so i removed the cache files on client & server but that didn’t fixed the issue.
Can someone please help me out?