Start Medic System / FactionInteraction
This commit is contained in:
@@ -26,6 +26,7 @@ mp.events.add("startDeathTimer", (isAdmin) => {
|
||||
else {
|
||||
mp.gui.chat.activate(false);
|
||||
}
|
||||
mp.game.audio.playSoundFrontend(-1, "Bed", "WastedSounds", true);
|
||||
deathDate = new Date();
|
||||
respawnTime = Math.floor(deathDate.getTime() / 1000 + 120);
|
||||
fade = 255 - 120;
|
||||
|
||||
Reference in New Issue
Block a user