1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-02 06:12:26 +02:00
parent 6c5b470e91
commit 5f646b2994
3 changed files with 3 additions and 9 deletions

View file

@ -39,7 +39,7 @@ end
local function isTrailer(vehicle)
local model = GetEntityModel(vehicle)
return model == `boattrailer` or model == `yftrailer`
return model == `boattrailer` or model == `boattrailer3`
end
local function getClosestVehicle(coords, maxDistance)