Im doing a car addon and i have a question

so the files have https://gyazo.com/84d1248bfe652a48e91326aec04b253e

and all the _resource has is


files {
	'dlctext.meta',
	'handling.meta',
	'vehicles.meta',
	'carcols.meta',
	'carvariations.meta',
}

data_file 'DLCTEXT_FILE' 'dlctext.meta'
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'

how do i add the “lwgtrcontentunlocks” into the _resource file?

files {
	'lwgtrcontentunlocks.meta',
}


data_file 'CONTENT_UNLOCKING_META_FILE' 'lwgtrcontentunlocks.meta'

this link may be handy to you in the future.
https://wiki.fivem.net/wiki/Data_files

1 Like

thanks man i apprechiate it.