Test Busfahrer

This commit is contained in:
Mac_Slash
2020-04-29 15:44:48 +02:00
parent 09b5785d12
commit ae5f135367
13 changed files with 101 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ export default function checkpointHandle(globalData: IGlobalData) {
textTime = setInterval(ClearText, delay)
}
mp.game.audio.playSoundFrontend(1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", true);
mp.events.callRemote("playerWaitsInCheckpoint");
}
inCheckpoint = true;