Finalize Surgery
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user