Busfahrer: Kein TP-Hack kehr möglich

This commit is contained in:
hydrant
2021-04-22 17:13:18 +02:00
parent 093563ea87
commit d4320488d5

View File

@@ -30,6 +30,8 @@ export default function busRouteList(globalData: IGlobalData) {
skill = jobskill;
if (!globalData.InMenu) {
globalData.InMenu = true;
mp.gui.cursor.show(true, true);
skillSelect = ["Anfänger", "Fortgeschrittener", "Profi"];
routeMenu = new Menu("Bus Job", "", new Point(0, screenRes.y / 3), null, null);
@@ -78,6 +80,7 @@ export default function busRouteList(globalData: IGlobalData) {
mp.events.callRemote("CLIENT:Job_StopJob");
}
routeSelected = false;
mp.gui.cursor.show(true, true);
globalData.InMenu = false;
});