Player::taskParachuteToTarget

From RAGE Multiplayer Wiki

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

Syntax

player.taskParachuteToTarget(x, y, z);

Required Arguments

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

Return value

  • Undefined

Example

// todo

See also