Jump to content
Sign in to follow this  
Lorenzo

Bug with air unit fly>=130m trough waypoint ?

Recommended Posts

hello all,

i have a find a ... "bug" !?

i put a air unit like a ch-47d or uh-60 and i initialise it with :

this FlyInHeight 130

now i put waypoint by default "en marche" and when i test, the air unit can't go trough the waypoint, it turn all around

i have test with different height and the problem appear only when the height >=130 meters ...... with different helicopter the problem is the same .....

perhaps this "bug" is know ??

it's possible to by-pass it ?

thank's

Share this post


Link to post
Share on other sites

You can't use the flyinheight command in a init box, you will have to you it at a waypoint, or a trigger.

RED

Share this post


Link to post
Share on other sites

If you want to start the helicopter off at a ceratin altitude, let's say 130m, use:

objectname setpos [getpos this select 0, getpos this select 1, (getpos this select 2) + X]

Put this in the initialisation box.

Where X is the height desired (approximately).

Share this post


Link to post
Share on other sites

thank's, i go test this !

have you got a idea for why it's work when the height is < 130 meters ??

normally when i take a helico i can go : height > 2300 meters ..

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×