Jump to content

[C#] How to drive ped airplane? Not Fly?


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.