You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Exactly, the basic native 71 ID will not handle the boat or the plane so yes ESX has to use the closest vehicle method to work. Thanks for the bug report.
When I tried to repair a boat, plane or helicopter it doens't let me do it. I had a look to the script and changed the following thing:
On line 629 from:
GetClosestVehicle(coords.x, coords.y, coords.z, 5.0, 0, 71)
to
vehicle = ESX.Game.GetClosestVehicle(coords)
After changing this it picked the boat, plane and helicopter, hopefully you guys can do something with this issue!
The text was updated successfully, but these errors were encountered: