anyone-ok Posted June 16, 2017 Share Posted June 16, 2017 How to drive ped airplane? Not Fly? int xPos = Convert.ToInt16(player.Position.X); int yPos = Convert.ToInt16(player.Position.Y); int zPos = Convert.ToInt16(player.Position.Z); Vector3 git; git.X=xPos-5000; git.Y=yPos+500; git.Z=zPos-300; karakter2.Task.DriveTo(ucak,git,10,50); Link to comment Share on other sites More sharing options...