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 https://gtaforums.com/topic/889559-c-how-to-drive-ped-airplane-not-fly/ Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now