07.04.2018, 16:05
you can create this with Object or as Vehicle, controlled by NPC.
if you want to create as plane object, you must use next funcs:
if you want to create as NPC controlled vehicle, you must RECORD this NPC mode.
if you want to create as plane object, you must use next funcs:
PHP код:
CreateObject // to create plane object.
MoveObject // to move this plane object.
AttachCameraToObject // for attach a camera to plane object or other objects.
GetObjectPos // for get the posotion of object to be ejected later.

