Skip to main content

Player::taskStandStill

Makes the specified ped stand still for (time) milliseconds.

Syntax​

```js player.taskStandStill(time); ```

Required Arguments​

  • time: int

Return value​

  • Undefined

Example​

```js // todo ```

See also​