CheckpointZeit angepasst, Türfehler angepasst
This commit is contained in:
@@ -164,14 +164,15 @@ waypointUtil();
|
||||
|
||||
require('./vehiclesync/vehiclesync');
|
||||
|
||||
require('./vehiclesync/door');
|
||||
|
||||
import smoothThrottle from './vehiclesync/smoothtrottle';
|
||||
smoothThrottle();
|
||||
|
||||
import vehicleIndicators from './vehiclesync/vehicleindicators';
|
||||
vehicleIndicators();
|
||||
|
||||
import vehicleDoor from './vehiclesync/door';
|
||||
vehicleDoor();
|
||||
|
||||
import reportList from './Player/reportmenu';
|
||||
reportList(globalData);
|
||||
|
||||
|
||||
@@ -77,6 +77,7 @@ export default function checkpointHandle(globalData: IGlobalData) {
|
||||
}
|
||||
mp.game.audio.playSoundFrontend(1, "Beep_Red", "DLC_HEIST_HACKING_SNAKE_SOUNDS", true);
|
||||
mp.events.callRemote("playerWaitsInCheckpoint");
|
||||
mp.players.local.freezePosition(true);
|
||||
}
|
||||
inCheckpoint = true;
|
||||
|
||||
@@ -87,6 +88,7 @@ export default function checkpointHandle(globalData: IGlobalData) {
|
||||
activeCheckpoint = null;
|
||||
clearInterval(myVar);
|
||||
mp.events.callRemote("playerInCheckpoint");
|
||||
mp.players.local.freezePosition(false);
|
||||
if (event != "") {
|
||||
while (checkPointsDone > 10000) {
|
||||
|
||||
@@ -94,7 +96,7 @@ export default function checkpointHandle(globalData: IGlobalData) {
|
||||
mp.events.callRemote(event, checkPointsDone);
|
||||
}
|
||||
} else {
|
||||
delayCounter += 100;
|
||||
delayCounter += 50;
|
||||
}
|
||||
} else if (dist > 2) {
|
||||
inCheckpoint = false;
|
||||
|
||||
Reference in New Issue
Block a user