[Help] Resource files for vehicles

So I’m adding custom vehicles to my server and I didn’t realise it actually mattered what you name things.

For example, my carcols file was being called like this:

data_file 'CARCOLS_TEXT_FILE' 'carcols.meta'

When it should have been:

data_file 'CARCOLS_FILE' 'carcols.meta'

I have a question about certain files.

First of all, how do I call the dlctext file? DLC_TEXT_FILE doesn’t work.

Also, I’ve got a few cars that have custom lua scripts, for example I added a 720s.

data_file 'VEHICLE_UNLOCKS_FILE' '720scontentunlocks.meta'

How do I write this one? I am getting an error when the script loads in saying it is an invalid type.

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