LAYOUT_LOW_RHD issues

Trying to add in Right hand vehicles into the city I do dev help on. Whenever I am in my personal test city and trying to work on the vehicles I can’t get right hand drive vehicles to work. If I do layout_low_rhd i spawn standing the vehicle. When I do layout_low i get out of the car on the wrong side and stand up inside the car.

<?xml version="1.0" encoding="UTF-8"?>

<CVehicleModelInfo__InitDataList>
vehshare



eg6
eg6
eg6
eg6
SPOON
null
null
null
null

null
STINGER
LAYOUT_LOW_RHD

Any help would be so appreciated. Please and Ty, I’ve googled for hours and still no fixes.

my fxmanifest file is as follows:

fx_version ‘adamant’
game ‘gta5’

files {
‘data//handling.meta’,
'data/
/vehiclelayouts.meta’,
‘data//vehicles.meta’,
'data/
/carvariations.meta’,
‘data//carcols.meta’,
'data/
/dlctext.meta’,
‘data//shop_vehicle.meta’,
'data/
/carcontentunlocks.meta’,
}
data_file ‘HANDLING_FILE’ ‘data//handling.meta’
data_file ‘VEHICLE_METADATA_FILE’ 'data/
/vehicles.meta’
data_file ‘CARCOLS_FILE’ ‘data//carcols.meta’
data_file ‘VEHICLE_VARIATION_FILE’ 'data/
/carvariations.meta’
data_file ‘DLCTEXT_FILE’ ‘data//dlctext.meta’
data_file ‘VEHICLE_LAYOUTS_FILE’ 'data/
/vehiclelayouts.meta’
data_file ‘VEHICLE_SHOP_FILE’ ‘data//shop_vehicle.meta’
data_file ‘CARCONTENTUNLOCKS_FILE’ 'data/
/carcontentunlocks.meta’

ANy solution?