Player::taskSmartFleeCoord
Makes the specified ped flee the specified distance from the specified position.
Syntax
```js 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
```js // todo ```