fix servercrash taxifahrer

This commit is contained in:
Michael
2020-07-01 22:23:32 +02:00
parent 3c5cf9cd95
commit cef952487e
4 changed files with 20 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ export default function (globalData: IGlobalData) {
mp.events.callRemote("CLIENT:Job_StartJob");
} else if (index === 1) { // Job stoppen
mp.events.callRemote("CLIENT:Job_StopJob");
mp.events.callRemote("CLIENT:stopFare");
} else {
return;
}