Right hand T-pose

Hello, I have very strange bug with all Right Hand drive cars in my FiveM server. Its a very simple issue, but it seems like the solution isn’t as simple.

What I am experiencing as well as others is when you enter the car, the driver on the right hand will T-Pose and face backwards. Then the passenger on the left hand side will sometimes have hands on the wheel like they are driving, but there is no wheel. Of course.
Here is a screenshot to further show what I’m talking about.

Any help on this would be greatly appreciated, this has been an annoying bug I’ve been trying to fix myself.

Cheers.

1 Like

Hey there,

im having the same issue…
has anyone found a fix to this yet? i first thought it had something to do with the artifacts version or the gamebuild but changing them to an older version didnt change a thing :confused:
the cars used to work so maybe a FiveM-wide issue? Or maybe a script is interfering?

Cheers!

Okay so i fixxed it.

  1. Make sure you have this in the vehiclelayouts.meta:
    LAYOUT_LOW_RHD

  2. Change the order of your __resource.lua / fxmanifest.lua so that the layouts.meta is before the vehicles.meta

    data_file ‘VEHICLE_LAYOUTS_FILE’ ‘vehiclelayouts.meta’
    data_file ‘VEHICLE_METADATA_FILE’ ‘vehicles.meta’

The 2. one fixed it for me :slight_smile:
Cheers :slight_smile:

2 Likes

Ah you’re amazing. Greatly appreciated!!

This did the trick.

Cheers.

1 Like