Skip to main content

Gameplay::setFadeInAfterDeathArrest

Sets whether the game should fade in after the player dies or is arrested.

Syntax

```js mp.game.gameplay.setFadeInAfterDeathArrest(toggle); ```

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

```js // todo ```

See also