I recently put some trailers on my server so we could transport vehicles more efficiently. I originally spotted these trailers on San Andreas Roleplay and just had to have them! Upon spawning them in and attempting to “hook up” to the trailer nothing happens. I reverse a truck towards the hitch and the camera moves positions but the trailer itself does not move in any way. Yes, I’ve looked at other topics and found nothing to fix my issue. I know there is a fix because these trailers work fine on SARP. As far as I know these are supposed to already work with the default GTA 5 Trucks, and that’s what I used.
Any and all help is very much appreciated!
NOTE: If you reply please dumb it down for me, If it’s something in a vehicle meta please be specific. Thanks!
Also, the Second one used to work in my server a while ago. I tried installing older versions to get it working but that did not help either.
Trailers Used;
I’ve found the fix on my own. For anyone who finds this helpful I’m going to leave the fix here 1st You’re going to need notepad++ 2nd find the vehicle.meta of the truck you want to tow with. 3rd Find the following code in that meta (not every truck will have the exact same trailers added) <trailers> <Item>boattrailer</Item> <Item>trailersmall</Item> </trailers> <additionalTrailers> <Item>trailersmall2</Item> </additionalTrailers> 4th Take <Item></Item> and add it between either trailers or additionaltrailers. 5th Add the spawn name of the trailer you want to use, for example <Item>ctrailer</Item> 6th Save the meta and either restart your server or restart the vehicle resource.
Ok, i know how to do this for vehicles that ive added to the server, but i cant for the life of me find the data files for the default vehicles including the semis.
Can you perhaps point me to where the vehicle data files are stored for the default local cars?
type it in the truck you want to pull the trailer with
<Item>bigtexb</Item>
so it’ll look something like this
you would go into the vehicles.meta folder for the truck you would like to pull the trailer with and type the trailer in the middle between
type it in the truck you want to pull the trailer with
<Item>bigtexb</Item>
so it’ll look something like this
you would go into the vehicles.meta folder for the truck you would like to pull the trailer with and type the trailer in the middle between EXAMPLETRAILER
let me know if this helped!