forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
5f71e16d4a
commit
561ff04e6a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ local boatOnTrailer = false
|
||||||
local function getTrailerOffset(trailer)
|
local function getTrailerOffset(trailer)
|
||||||
local model = GetEntityModel(trailer)
|
local model = GetEntityModel(trailer)
|
||||||
if model == `boattrailer6` then
|
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
|
else
|
||||||
return vector3(0.0, 1.8, 0.0) -- Original boattrailer values
|
return vector3(0.0, 1.8, 0.0) -- Original boattrailer values
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue