Hey guys,
i want to make an introscript with a flying plane some cameramovements and so on. I want the plane to spawn local only, so the ongoing RP is not interrupted.
Therfor i tested some points and angles and recognized the following:
_plane = createVehicle ["C_Plane_Civil_01_F", position player, [], 0, "FLY"];
works absolutly fine!
_plane = createVehicleLocal ["C_Plane_Civil_01_F", position player, [], 0, "FLY"];
does not work.
I searched the wiki and found out, that the createVehicleLocal does not support these parameters. Is there a way of spawning a local plane like that or do i have to imitate a plane via sounds and cameramovement?
Thanks a lot! have a nice day!