Some Add-on cars causing players to crash

So I noticed with a large amount of car mods that when you spawn them, they will spawn in front of you even if you have it set to spawn inside the car. When you touch the car or try to get in it, you CTD. No idea why this happens.

**GTA V version?**YES
**Up to date?**YES
**Legit or Pirate copy?**LEGIT
**Steam/CD/Social Club?**STEAM
**Windows version?**YES
**Did you try to delete caches.xml and try again?**YES
**Error screenshot (if any)**https://i.imgur.com/ktF0b3y.png
System specifications
**What did you do to get this issue?**Spawn modded car and touched it
**What server did you get this issue on?**My own
CitizenFX.log file
.dmp files/report IDs

If an issue with starting:
GTA V folder screenshot
GTA V/update/x64/dlcpacks screenshot
Filepath to FiveM folder
FiveM client folder screenshot
Did you try to disable/uninstall your Anti-virus?

Also add what you already tried so far.

1 Like

this is not a FiveM issue, you will need to figure out why the cars you got are causing crashes.

either remove them or do some research on how to lower the texture quality of the vehicles.

its because your vehicles.meta is incomplete at the bottom of the vehicles.meta for ex.

<txdRelationships>
    <Item>
      <parent>vehshare</parent>
      <child>vehicles_race_interior</child>
    </Item>
    <Item>
      <parent>vehicles_race_generic</parent>
      <child>16charger</child>
    </Item> 
</txdRelationships>
1 Like

Did the mod come with a vehiclelayouts file for a RHD model?

1 Like

@Zulfurix Yes it did

Alright, has that been added to your __resource.lua as a data file?

Yeah it’s all in there

Found the issue, the mod author put a different layout and that’s why it doesn’t work. Changing it to say ‘LAYOUT_LOW’ fixes this
image

4 Likes

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