Hello. I downloaded the LAPD FIVEM vehicle pack and tried to add it to the server. However, when I attempted to do so, I received errors in CMhttps://forum.cfx.re/t/vehicles-to-the-server-errors/5255582/1D stating: Warning: could not find file data/**/carcols.meta (defined in fxmanifest.lua:5), Warning: could not find file data/**/carvariations.meta (defined in fxmanifest.lua:5), Warning: could not find file data/**/vehicles.meta (defined in fxmanifest.lua:5). I have placed the meta files correctly. Is there a solution to this issue?
I have attached a screenshot of the error message.
In the files table, remove the last slash after the file name, and remove the asterisk you have in front of carvariations; decapitalize FILE at the bottom three lines as well, it needs to be all lower case as far as I recall
The error points to a different fxmanifest, your files table starts on line 7, but the error mentions line 5 - that’s not right. Make a new resource from scratch.