Ok, i need a script that create a plane and make it flies to a place. I wrote:
_plane = "A10" createvehicle [ x pos, z pos, 0]
_pilot = "SoldierWPilot" createcehicle [x pos, z pos+10, 0]
_pilot moveindriver _plane
it works, the plane is on the ground, the pilot in it and he makes it take off (why that
there are no wp's....).
Then i add:
_plane setpos [x pos, z pos, 100]
the plane is now in the air and start falling on the ground (by the way, it starts falling and after a couple of seconds the game hangs and instantly quits to Windows
why that?)
So, what can i do to move it in the air and start flying to a point without make it falling?
thanks for help...