News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Bike flee without using PedFlee  (Read 1448 times)

0 Members and 1 Guest are viewing this topic.

Offline UltimateGamer9

  • Full Member
  • ***
  • Posts: 190
  • Gender: Male
    • View Profile
Bike flee without using PedFlee
« on: September 13, 2015, 11:19:54 PM »
How do I make a ped flee using a bike without using PedFlee? PedFlee just randomly rides. I want to set the ped ride where I wanted exactly the place I wanted him/her to ride there.Does anyone know how to do it without using PedFlee?

Offline Unknownsoldier

  • Hero Member
  • ****
  • Posts: 2,773
    • View Profile
Re: Bike flee without using PedFlee
« Reply #1 on: September 14, 2015, 03:03:07 AM »
When the ped is on the bike, use this:
PedMoveToXYZ(ped, 1, x, y, z)

Replace Ped with the name of the ped, and replace X, y, Z with the coordinates.

And, the ped will automatically follow the street. so dont worry about turns and stuff.

Offline UltimateGamer9

  • Full Member
  • ***
  • Posts: 190
  • Gender: Male
    • View Profile
Re: Bike flee without using PedFlee
« Reply #2 on: September 14, 2015, 10:57:33 AM »
When the ped is on the bike, use this:
PedMoveToXYZ(ped, 1, x, y, z)

Replace Ped with the name of the ped, and replace X, y, Z with the coordinates.

And, the ped will automatically follow the street. so dont worry about turns and stuff.
It doesn't work. They just don't move or anything.