WAREHOUSE

This commit is contained in:
funkyfranky
2018-08-08 21:36:23 +02:00
parent b46c238dda
commit 009e38b6f7
2 changed files with 67 additions and 45 deletions

View File

@@ -224,7 +224,8 @@ function AI_CARGO_HELICOPTER:onafterLanded( Helicopter, From, Event, To )
if self.RoutePickup == true then
if Helicopter:GetHeight( true ) <= 5 and Helicopter:GetVelocityKMH() < 10 then
self:Load( Helicopter:GetPointVec2() )
--self:Load( Helicopter:GetPointVec2() )
self:Load()
self.RoutePickup = false
self.Relocating = true
end