test ausgaben entfernt

This commit is contained in:
Fabian
2021-04-21 20:33:58 +02:00
parent 3cbca7ec1e
commit fed8dc786d
2 changed files with 0 additions and 13 deletions

View File

@@ -7,14 +7,6 @@
player.setSuffersCriticalHits(false);
});
mp.events.add('outgoingDamage', (sourceEntity, targetEntity, sourcePlayer, weapon, boneIndex, damage) => {
mp.gui.chat.push("outdmg");
});
mp.events.add('incomingDamage', (sourceEntity, targetEntity, sourcePlayer, weapon, boneIndex, damage) => {
mp.gui.chat.push("indmg");
});
mp.events.add("render", () => {
if (blockInput) {
mp.game.controls.disableControlAction(32, 142, true);