[Release] Boat Trailer - Cart your boat around! [1.0]

Its a custom build i had made for my server.

Thanks for sharing! I’m pretty new to this but I assume I could reuse the elseif for a different set of boat/trailer?

Correct, you can just keep adding more in there. You’ll just need to play around with the positioning on the trailer (the most time consuming bit)

2 Likes

Could make one for car would be really nice

another amazing script! but is there a way to add more cars?

I’ve made small modifications to the script to allow users to easily define the model names of the boats they want to attach as well as added the ability to select multiple trailers to attach to. It doesn’t check the sizes of the boats or anything so YMMV with odd-sized boats, but it works on all boats that look like they should fit on the trailer.

I’ve never used git before so I have no clue if I did the fork / pull requests properly.

Instructions:

  • In client.lua
  • Modify line 12 and add the names of the boats you want to allow being attached to the trailer.
  • Modify line 13 and add the names of the trailers you want the boats to be allowed to attach do.

Download:

2 Likes

I love you

I tried just editing lines 12 and 13 to add the code 3 boat, boston whaler, and the defender boat known as “wardenboat” and none of the editing of both those arrays in lines 12 and 13 seemed to have worked at all… for me to add addon boats or addon trailers… However, the “DINGHY” works and attaches to the trailer… here is the code I am using

local BOATS = {'DINGHY', 'code3boat', 'HILLBOATY', 'bostonwhale', 'wardenboat'} -- Define all the boats that can attach to the trailer (Xodus989)
local TRAILERS = {'BOATTRAILER', 'code3trailer', 'bwtrail'} --Define all the possible trailers (Xodus989)

Hi, i have a question Can it be done for the trailer to spawn immediately with the boat?

Can anyone help me fix the array? I add addon boats and trailers to the array but they don’t work… In the meantime I am using a different towing script that doesn’t require driving up onto the trailer with the boat for now…

Hello how is it possible to include an addon Boattrailer in the script? as I have tried it does not work unfortunately

Hey man i know this is an old script but i was wondering how can i convert this script to a custom JetSki trailer ive attempted to change it but not much luck.

1 Like

I got this and LOVE LOVE LOVE IT!!! Is there a way to make it where more trucks can pull the trailers? Currently the only truck that will hook up to the trailers is the BOBCATXL.