Extend Death System; Add Revive-System

This commit is contained in:
VegaZ
2018-10-21 21:31:31 +02:00
parent 614ec855e9
commit a1feadfd5d
6 changed files with 54 additions and 16 deletions

View File

@@ -30,7 +30,6 @@ mp.events.add("onPlayerRevived", () => {
isDeath = false;
mp.gui.chat.activate(true);
mp.game.gameplay.setFadeOutAfterDeath(false);
mp.events.callRemote('RespawnPlayerAtDeathpoint');
});
mp.events.add("respawnDeathPlayer", () => {