Перейти к содержанию

Player::taskSmartFleeCoord

Материал из RAGE MP Wiki Archive

Makes the specified ped flee the specified distance from the specified position.

Syntax

<syntaxhighlight lang="javascript">player.taskSmartFleeCoord(x, y, z, distance, time, p6, p7);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • distance: float
  • time: int
  • p6: Boolean
  • p7: Boolean

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also