Help with streaming metas

Hey, i saw on a post that you can stream .meta files. I tried streaming the meta files with this script:

resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'

datafile 'VEHICLE_METADATA_FILE' 'vehicles.meta',
datafile 'VEHICLE_VARIATION_FILE' 'carvariations.meta'

files {
	'vehicles.meta',
	'carvariations.meta',
}

When i try to join the server is see this error

I can’t see anything wrong with the script. If you could help i would greatly appreciate it.
Thanks,
Yannick

files {
‘handling.meta’,
‘vehicleaihandlinginfo.meta’,
‘materials.dat’
}

data_file ‘HANDLING_FILE’ ‘handling.meta’
data_file ‘HANDLING_FILE’ ‘vehicleaihandlinginfo.meta’
data_file ‘HANDLING_FILE’ ‘materials.dat’

This prevented the error from coming up but the cars don’t work. Is it an error on my end?

You can only stream .meta for ADDON cars… Each add on has to have there individual __resource with the designated metas

Yea This is just the CHP megapack metas. Do i need more?