Finalize Surgery

This commit is contained in:
VegaZ
2021-05-03 21:33:56 +02:00
81 changed files with 3654 additions and 609 deletions

View File

@@ -186,8 +186,8 @@ ped();
import reportList from './Player/reportmenu';
reportList(globalData);
import nodmHandler from './Player/nodm';
nodmHandler();
import polygonHandler from './Player/polygons';
polygonHandler();
import checkpointHandle from './util/checkpoint';
checkpointHandle(globalData);
@@ -208,7 +208,7 @@ import PilotRouteList from './Jobs/PilotRouteSelect';
PilotRouteList(globalData);
import weapondamageUtil from './util/weapondamage';
weapondamageUtil();
weapondamageUtil(globalData);
import soundUtil from './util/sound';
soundUtil();
@@ -277,6 +277,14 @@ handsup();
import spawnschutz from './Player/spawnschutz';
spawnschutz();
import bigmap from './Gui/bigmap';
bigmap();
import notification from './Gui/notification';
notification();
import rentCar from './util/rentcar';
rentCar(globalData);
require('./Gui/policedepartment');
require('./Gui/helptext');
@@ -290,4 +298,4 @@ interface VehicleData {
export {
VehicleData
}
}