more functionality in bus system

This commit is contained in:
2019-09-12 18:41:22 +02:00
parent 5ea2487b29
commit 774129c01c
2 changed files with 18 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ export default function checkpointHandle(globalData: GlobalData) {
var inCheckpoint = false;
mp.events.add('setCheckPoint', (position, player) => {
mp.gui.chat.push("jaha");
inCheckpoint = false;
posCp = position;
Player = player;