Extend Death System; Add Revive-System
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user