Junggeeee

This commit is contained in:
VegaZ
2021-04-09 00:40:48 +02:00
parent 40d9b92dfe
commit f355ccd50d

View File

@@ -438,6 +438,7 @@ export default function factionInteraction(globalData: IGlobalData) {
}); });
mp.events.add('updateHealCheckpoint', (xPos, yPos, zPos) => { mp.events.add('updateHealCheckpoint', (xPos, yPos, zPos) => {
mp.gui.chat.push("DEBUG: JO LÜPPT");
if (activeTask && activeTask.Type == 1) { if (activeTask && activeTask.Type == 1) {
if (mp.colshapes.exists(activeColshape) && mp.markers.exists(activeMarker)) { if (mp.colshapes.exists(activeColshape) && mp.markers.exists(activeMarker)) {
activeMarker.setCoords2(xPos, yPos, zPos, 0, 0, 0, false); activeMarker.setCoords2(xPos, yPos, zPos, 0, 0, 0, false);