Fix merge conflicts

This commit is contained in:
VegaZ
2018-10-22 20:22:45 +02:00
11 changed files with 85 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ mp.events.add("onPlayerRevived", () => {
isDeath = false;
mp.gui.chat.activate(true);
mp.game.gameplay.setFadeOutAfterDeath(false);
mp.game.graphics.setStreamedTextureDictAsNoLongerNeeded("Mptattoos");
});
mp.events.add("respawnDeathPlayer", () => {
@@ -44,6 +45,7 @@ mp.events.add("respawnDeathPlayer", () => {
mp.gui.chat.activate(true);
mp.game.gameplay.setFadeOutAfterDeath(false);
mp.events.callRemote('RespawnPlayerAtHospital');
mp.game.graphics.setStreamedTextureDictAsNoLongerNeeded("Mptattoos");
});
mp.events.add("updateDutyMedics", (count) => {