1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Nordi98 2025-07-02 06:37:51 +02:00
parent 5f71e16d4a
commit 561ff04e6a

View file

@ -14,7 +14,7 @@ local boatOnTrailer = false
local function getTrailerOffset(trailer)
local model = GetEntityModel(trailer)
if model == `boattrailer6` then
return vector3(0.0, 0.5, 0.3) -- Adjusted values for boattrailer6 (moved forward toward hitch)
return vector3(0.0, 2.0, 0.3) -- Adjusted values for boattrailer6 (moved forward toward hitch)
else
return vector3(0.0, 1.8, 0.0) -- Original boattrailer values
end