Add /freekh, /arevive, Chat on Death, fix DeathAdminMsg

This commit is contained in:
xSprite
2018-10-22 00:16:34 +02:00
parent 78f4919e12
commit d6e3d90127
4 changed files with 64 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ mp.game.gameplay.setFadeOutAfterDeath(false);
mp.events.add("startDeathTimer", () => {
if (isDeath === false) {
isDeath = true;
mp.gui.chat.activate(false);
//mp.gui.chat.activate(false);
deathDate = new Date();
respawnTime = Math.floor(deathDate.getTime() / 1000 + 120);
fade = 255 - 120;