Add /freekh, /arevive, Chat on Death, fix DeathAdminMsg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user