Player::taskSmartFleeCoord

From RAGE Multiplayer Wiki

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

Syntax

player.taskSmartFleeCoord(x, y, z, distance, time, p6, p7);

Required Arguments

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

Return value

  • Undefined

Example

// todo

See also