Game Crashes when i spawn a RHD car

Everytime i spawn a RHD car on my Server it spawns, and i am not inside of it. When i want to get into the car (When i press “F”) my game crashes immediatly. What do i do wrong? Can someone help?

1 Like

Maybe there is a problem with your vehiclelayouts.meta file? Did you even mount it?

Unfortunately i don´t know anything about the Vehiclelayouts.meta. I only put it in the data folder. Maybe you can halp me with this? This is the file from a Toyota GT86:
vehiclelayouts.meta (156.5 KB)

And this is the resource.lua:
__resource.lua (547 Bytes)

Could you send the link to the mod?


Works absolutely fine for me, below is my file setup. It is recommended to use fxmanifest.lua instead of __resource.lua by the way.

fxmanifest.lua:

fx_version 'cerulean'
games { 'gta5' }

files {
	'data/*.meta',
}

data_file 'VEHICLE_LAYOUTS_FILE' 'data/vehiclelayouts.meta'
data_file 'CARCOLS_FILE' 'data/carcols.meta'
data_file 'HANDLING_FILE' 'data/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/carvariations.meta'

All the car’s files that have to be in the stream folder:

Data folder:
image

I left everything in the data files just how they were with the mod.

Now i get this error message when i want to join.

Sorry for the late reply, here is the resource. Should work fine post if you have any problems with it.
https://drive.google.com/file/d/1xnSOdc6-oTD607d_ThLjlLcNZ25ufnci/view?usp=share_link

2 Likes

Thank you very much now it works!
Do you know what the problem was?

1 Like

Probably the fxmanifest.lua file you made. Sometime it’s just easier to start from scratch that to find the problem. enjoy :slight_smile:

1 Like

Can you upload this again? I have the same fail

Here it is.

1 Like