weaponschein fertig

This commit is contained in:
hydrant
2020-03-13 22:51:30 +01:00
parent 6467615a32
commit 359762965d
16 changed files with 1574 additions and 14 deletions

View File

@@ -167,7 +167,7 @@ import smoothThrottle from './vehiclesync/smoothtrottle';
smoothThrottle();
import vehicleIndicators from './vehiclesync/vehicleindicators';
vehicleIndicators();
vehicleIndicators();
import reportList from './Player/reportmenu';
reportList(globalData);
@@ -202,6 +202,8 @@ itemShopList(globalData);
import taximeterInput from './Gui/taximeter';
taximeterInput(globalData);
require('./Gui/policedepartment');
interface VehicleData {
EngineState: boolean;
Locked: boolean;