forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
561ff04e6a
commit
c105fe7555
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue