fixes in busroute 3

This commit is contained in:
2019-09-16 23:06:16 +02:00
parent 2cebda5e1a
commit 017a3bafbe
2 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ export default function checkpointHandle(globalData: GlobalData) {
function myTimer() {
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) {
if (dist <= 3) {
if (!inCheckpoint) {
if (delay != 0) {