How to fix addon vehicle problem

So I added this car pack to my server but when I try to spawn the vehicles through the spawn code it doesn’t even spawn and just gives an error at the bottom left (Normally that error means it isn’t in your resources folder or something important isn’t there) but when I check my server console it says

Some resources have an outdated resource manifest:
[ citizen-server-impl] - NYPD%20CARS
[ citizen-server-impl] - NYSP%20CARS

To my knowledge everything is 100% added and all .meta, .ytd/yft, and .lua file is correct

image

image

The other file looks the same (With different info ofc)

I have already tried replacing __resource.lua with fxmanifest.lua and editing the text file with this:
fx_version ‘cerulean’
games { ‘rdr3’, ‘gta5’ }

author ‘hamy os’
description ‘car addon’
version ‘1.0.0’

files {
‘data/**/*.meta’,
}

data_file ‘HANDLING_FILE’ ‘data//handling*.meta’
data_file ‘VEHICLE_LAYOUTS_FILE’ 'data/
/vehiclelayouts*.meta’
data_file ‘VEHICLE_METADATA_FILE’ ‘data//vehicles*.meta’
data_file ‘CARCOLS_FILE’ 'data/
/carcols*.meta’
data_file ‘VEHICLE_VARIATION_FILE’ ‘data//carvariations*.meta’
data_file ‘CONTENT_UNLOCKING_META_FILE’ 'data/
/*unlocks.meta’
data_file ‘PTFXASSETINFO_FILE’ ‘data/**/ptfxassetinfo.meta’

Does the script start? That shows that it finds the cars but does it actually start in the console

Update it works now, sorry

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.