My addon cars are not loading please help

Hey my addon car is not working here is the __resource.lua file

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

files {
    'vehicles.meta',
    'carvariations.meta',
    'carcols.meta',
    'handling.meta',
    'vehiclelayouts.meta',    -- Not Required
}

data_file 'HANDLING_FILE' 'handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
data_file 'CARCOLS_FILE' 'carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'vehiclelayouts.meta'   -- Not Required


client_scripts {
    'vehicle_names.lua'    -- Not Required
}

Help Please

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