Skip to main content

Player::setMinGroundTimeForStungun

Ped will stay on the ground after being stunned for at lest ms time. (in milliseconds)

Syntax​

```js player.setMinGroundTimeForStungun(ms); ```

Required Arguments​

  • ms: int

Return value​

  • Undefined

Example​

```js // todo ```

See also​