change Gangwar-time & change KH-time & edit Indroduction & change help & delete Ahelp

This commit is contained in:
michael.reiswich
2021-04-03 11:51:27 +02:00
parent b4326c11cc
commit dacaf84cf7
8 changed files with 20 additions and 14 deletions

View File

@@ -499,9 +499,6 @@
z++
}
mp.gui.chat.push("DEBUG: Turf blips not removed: " + x + " / " + n);
mp.gui.chat.push("DEBUG: Attack blips not removed: " + y);
mp.gui.chat.push("DEBUG: LeaderBlips blips not removed: " + z);
}
mp.events.add('GangAreas:Create', (turfsJSON) => {

View File

@@ -91,7 +91,6 @@
mp.events.add("entityStreamIn", (entity) => {
if (entity.type === "player") {
mp.gui.chat.push("headshot entity stream in" + entity.name);
entity.setSuffersCriticalHits(false);
}
});