added new bus route
This commit is contained in:
@@ -34,10 +34,10 @@ export default function checkpointHandle(globalData: GlobalData) {
|
||||
let dist = mp.game.gameplay.getDistanceBetweenCoords(Player.position.x, Player.position.y, 0, posCp.x, posCp.y, 0, false);
|
||||
//mp.gui.chat.push("delay: " + delay + " | delayCounter: " + delayCounter);
|
||||
if (dist <= 2) {
|
||||
mp.game.audio.playSoundFrontend(1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", true);
|
||||
|
||||
if (!inCheckpoint) {
|
||||
mp.gui.chat.push("Warte nun " + delay / 1000 + " Sekunden");
|
||||
mp.game.audio.playSoundFrontend(1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", true);
|
||||
}
|
||||
inCheckpoint = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user