How I can stream carmodcols in the fxmanifest

I’m trying to stream carmodcols.ymt in fivem to add new paints to the vehicles but i don’t know what data_file is carmodcols.ymt. Can someone help me?

fx_version "cerulean"
game "gta5"
version "1.0.0"

files {
    "data/carcols_gen9.meta",
    "data/carmodcols_gen9.meta",
    "data/carmodcols.ymt",
    "stream/vehicle_paint_ramps.ytd"
}

data_file "CARCOLS_GEN9_FILE" "data/carcols_gen9.meta"
data_file "CARMODCOLS_GEN9_FILE" "data/carmodcols_gen9.meta"
data_file "FIVEM_LOVES_YOU_447B37BE29496FA0" "data/carmodcols.ymt"

client_script "color_names.lua"

This may work for you;

data_file ‘CARCOLS_FILE’ ‘carcols.ytd’

For your convenience, I recommend that you look here.

https://docs.fivem.net/docs/game-references/data-files/

I already tried this and didn’t work

I have tried most of them that are for vehicles and they didn’t work

might be worth contacting the developer as something could be wrong with the file

Is a mod for SP and Im trying to use it on fivem

any updates on this topic ???