Player::taskVehicleFollowWaypointRecording
task_vehicle_follow_waypoint_recording(Ped p0, Vehicle p1, string p2, int p3, int p4, int p5, int p6, float.x p7, float.Y p8, float.Z p9, bool p10, int p11)
p2 = Waypoint recording string (found in update/update.rpf/x64/levels/gta5/waypointrec.rpf p3 = 786468 p4 = 0 p5 = 16 p6 = -1 (angle?) p7/8/9 = usually v3.zero p10 = bool (repeat?) p11 = 1073741824
-khorio
Syntax
```js player.taskVehicleFollowWaypointRecording(vehicle, WPRecording, p3, p4, p5, p6, p7, p8, p9); ```
Required Arguments
- vehicle: Vehicle handle or object
- WPRecording: String
- p3: int
- p4: int
- p5: int
- p6: int
- p7: float
- p8: Boolean
- p9: float
Return value
- Undefined
Example
```js // todo ```