Nun aber
This commit is contained in:
@@ -428,7 +428,7 @@ export default function factionInteraction(globalData: IGlobalData) {
|
|||||||
|
|
||||||
mp.events.add('updateHealCheckpoint', (xPos, yPos, zPos) => {
|
mp.events.add('updateHealCheckpoint', (xPos, yPos, zPos) => {
|
||||||
if (activeTask && activeTask.Type == 1) {
|
if (activeTask && activeTask.Type == 1) {
|
||||||
activeCheckpoint.setCoords2(xPos, yPos, zPos, 0, 0, 0, false);
|
activeCheckpoint.setCoords(xPos, yPos, zPos, false, false, false, false);
|
||||||
mp.game.ui.setNewWaypoint(xPos, yPos);
|
mp.game.ui.setNewWaypoint(xPos, yPos);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user