Hello,
would like to make a car follow a path but if a plane crossing its way the car have to stop. After the plane leaved the area the car continue the path. My car unfortunately always stops and it doesnt matter where my plane is, and never start to move again. Why?
would like to make a car follow a path but if a plane crossing its way the car have to stop. After the plane leaved the area the car continue the path. My car unfortunately always stops and it doesnt matter where my plane is, and never start to move again. Why?
Code:
...
MoveToPosN( 1 47.43340032 19.26379022 151.09613030303 0 0 311.84973 )
:TESTPOINT
MonitorPos( 47.43343905 19.26372639 5 :GONEXT)
Hold(2)
jump(:TESTPOINT)
:GONEXT
MoveToPosN( 1 47.43343905 19.26372639 151.185821212121 0 0 311.81377 )
...
