Cannonb4ll 11 Posted June 15, 2020 Share Posted June 15, 2020 (edited) Hi everyone, I have been trying to install custom car mods for my FivePD server. It does say "Loading vehicle model", but never gets spawned I created a new folder in the resources folder, added __resource.lua and placed the model files inside stream folder Is there something I am doing wrong? I am adding the vehicle to the vehicles.json file from fivepd. My vehicles.json file: { "police": [ { "name": "Police 1", "vehicle": "police" }, { "name": "Police 2", "vehicle": "police2" }, { "name": "FIB 1", "vehicle": "fbi" }, { "name": "FIB 2", "vehicle": "fbi2" }, { "name": "Sheriff 1", "vehicle": "sheriff" }, { "name": "Sheriff 2", "vehicle": "sheriff2" }, { "name": "VW Polo Kamar", "vehicle": "vwpolokamar" }, { "name": "Volvo", "vehicle": "volvo" }, { "name": "Touran", "vehicle": "touran" }, { "name": "Politie motor", "vehicle": "policebike" } ], "ems": "ambulance", "firedept": "firetruk", "coroner": "speedo", "towtruck": "flatbed", "prisontransport": "police" } Edited June 15, 2020 by Cannonb4ll Link to post Share on other sites
0 Solution BGHDDevelopment 268 Posted June 15, 2020 Solution Share Posted June 15, 2020 Did you try clearing your cache folder? YouTube | Callouts | Twitter Link to post Share on other sites
0 Cannonb4ll 11 Posted June 16, 2020 Author Share Posted June 16, 2020 19 hours ago, BGHDDevelopment said: Did you try clearing your cache folder? Yep that worked! Link to post Share on other sites
0 BGHDDevelopment 268 Posted June 16, 2020 Share Posted June 16, 2020 This content has been locked by the Community Team. If you feel this was a mistake, please report this reply with a valid reason. YouTube | Callouts | Twitter Link to post Share on other sites
Question
Cannonb4ll 11
Hi everyone,
I have been trying to install custom car mods for my FivePD server.
It does say "Loading vehicle model", but never gets spawned
I created a new folder in the resources folder, added __resource.lua and placed the model files inside stream folder
Is there something I am doing wrong? I am adding the vehicle to the vehicles.json file from fivepd.
My vehicles.json file:
{ "police": [ { "name": "Police 1", "vehicle": "police" }, { "name": "Police 2", "vehicle": "police2" }, { "name": "FIB 1", "vehicle": "fbi" }, { "name": "FIB 2", "vehicle": "fbi2" }, { "name": "Sheriff 1", "vehicle": "sheriff" }, { "name": "Sheriff 2", "vehicle": "sheriff2" }, { "name": "VW Polo Kamar", "vehicle": "vwpolokamar" }, { "name": "Volvo", "vehicle": "volvo" }, { "name": "Touran", "vehicle": "touran" }, { "name": "Politie motor", "vehicle": "policebike" } ], "ems": "ambulance", "firedept": "firetruk", "coroner": "speedo", "towtruck": "flatbed", "prisontransport": "police" }
Link to post
Share on other sites
3 answers to this question
Recommended Posts