Player::taskParachuteToTarget

From RAGE Multiplayer Wiki
Revision as of 23:40, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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