Scripting_Game 0 Posted May 19 (edited) Hello, fix bug mp.events.add("playerDeath", (player, reason, killer) => { mp.game.audio.playSoundFrontend(-1, "Bed", "WastedSounds", true); mp.game.graphics.startScreenEffect(scriptConstants.screenFX, 0, true); mp.game.cam.setCamEffect(scriptConstants.camEffect); if (textTimer) clearTimeout(textTimer); textTimer = setTimeout(function () { mp.game.ui.messages.showShard("~r~Sugautas", (killer ? `${killer.handle == player.handle ? `You committed suicide.` : getDeathMessage(killer.name, reason)}` : "Mirei.")); }, scriptConstants.textDelay); }); Edited May 19 by Scripting_Game Share this post Link to post Share on other sites
Doom 5 Posted May 19 You need this resource I believe 1 Share this post Link to post Share on other sites
Scripting_Game 0 Posted May 19 5 hours ago, Doom said: You need this resource I believe Thanks you Share this post Link to post Share on other sites