TaskPlaneTaxi — FiveM Natives
0x92C360B5F15D2302 · TASK · all
The given ped will try to drive the plane to the given coordinates and will then drive around the given coords (the plane will form 8s on the ground)
Parameters
| Name | Type | Description |
|---|---|---|
| pilot | Ped | The ped driving the plane. |
| aircraft | Vehicle | The plane used. |
| xPos | float | The X coordinate. |
| yPos | float | The Y coordinate. |
| zPos | float | The Z coordinate. |
| fCruiseSpeed | float | The speed of the plane (in m/s). |
| fTargetReachedDist | float | Distance (in meters) at which the plane thinks it has arrived to the given coordinates. |
Returns
void