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