Skip to main content

Player::taskParachuteToTarget

makes ped parachute to coords x y z. Works well with PATHFIND::GET_SAFE_COORD_FOR_PED

Syntax

```js player.taskParachuteToTarget(x, y, z); ```

Required Arguments

  • x: float
  • y: float
  • z: float

Return value

  • Undefined

Example

```js // todo ```

See also