VegaZ 0 Posted October 21, 2018 (edited) Hello, I've got a problem when a player dies on my server. I disabled the AutoRespawnAfterDeath via NAPI.Server.SetAutoRespawnAfterDeath(false); When a player dies, after 5 seconds the screen is fading to a completely black screen and in the bottom right corner the GTA 5 "Loading symbol" appears. Is there a solution for this problem or this just an unfinished feature? I also draw some text and rectangles on clientside, to show the player how long he will be dead. Best regards, VegaZ This fixed it for me: mp.game.gameplay.setFadeOutAfterDeath(false); Edited October 21, 2018 by VegaZ Share this post Link to post Share on other sites