GTA V NativesgameplayGameplay::setFadeOutAfterDeathOn this pageGameplay::setFadeOutAfterDeathSets whether the game should fade out after the player dies. Syntax ```js mp.game.gameplay.setFadeOutAfterDeath(toggle); ``` Required Arguments toggle: Boolean Return value Undefined Example ```js // todo ``` See also