Maybe finished taxi job

This commit is contained in:
hydrant
2019-05-21 21:35:49 +02:00
parent 425ea3e143
commit 7d0de9c662
10 changed files with 897 additions and 210 deletions

View File

@@ -23,6 +23,8 @@ let globalData: GlobalData = {
var inMenu = false;
mp.game.vehicle.defaultEngineBehaviour = false;
import jobMain from './Jobs/main';
jobMain(globalData);