fixed conflicts in jobroutes

This commit is contained in:
2019-09-16 22:59:18 +02:00
parent a86726e4c1
commit 2cebda5e1a
3 changed files with 6 additions and 2 deletions

View File

@@ -36,7 +36,9 @@ export default function checkpointHandle(globalData: GlobalData) {
if (dist <= 2) {
if (!inCheckpoint) {
mp.gui.chat.push("Warte nun " + delay / 1000 + " Sekunden");
if (delay != 0) {
mp.gui.chat.push("Warte nun " + delay / 1000 + " Sekunden");
}
mp.game.audio.playSoundFrontend(1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", true);
}
inCheckpoint = true;