From c105fe7555cbc041983ee82dca5227b3f69b5d3d Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 2 Jul 2025 06:39:34 +0200 Subject: [PATCH] Update main.lua --- resources/[carscripts]/re_boat_winch/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[carscripts]/re_boat_winch/main.lua b/resources/[carscripts]/re_boat_winch/main.lua index da9fcd1e9..fd5156113 100644 --- a/resources/[carscripts]/re_boat_winch/main.lua +++ b/resources/[carscripts]/re_boat_winch/main.lua @@ -14,7 +14,7 @@ local boatOnTrailer = false local function getTrailerOffset(trailer) local model = GetEntityModel(trailer) if model == `boattrailer6` then - return vector3(0.0, 2.0, 0.3) -- Adjusted values for boattrailer6 (moved forward toward hitch) + return vector3(0.0, 4.0, 0.3) -- Adjusted values for boattrailer6 (moved forward toward hitch) else return vector3(0.0, 1.8, 0.0) -- Original boattrailer values end