Game Crash when a collision occurs in an add-on car

On my FiveM server, addon vehicles will cause my game to crash and the game of everyone else in the server when damage is caused to the addon vehicle or you run into something with it.

I get the crash message Nevada-Virginia-Paris but have already tried the listed fix.

I’ve tried the suggested XML conversion fix for vehicals.meta etc. Doesn’t make a diifference.

Some help would be appreciated!

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the FiveM community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

1 Like

This happened to me, try a different resource.lua order of all the data files.

Do you mean changing the order? Example:
If it’s:
data_file ‘VEHICLE_LAYOUTS_FILE’ ‘vehiclelayouts.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’

I make it:

data_file ‘VEHICLE_METADATA_FILE’ ‘vehicles.meta’
data_file ‘HANDLING_FILE’ ‘handling.meta’
data_file ‘VEHICLE_VARIATION_FILE’ ‘carvariations.meta’
data_file ‘CARCOLS_FILE’ ‘carcols.meta’
data_file ‘VEHICLE_LAYOUTS_FILE’ ‘vehiclelayouts.meta’

Try mess with it, fixed my issue a while back.

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