Add changes
This commit is contained in:
@@ -161,8 +161,7 @@ sirenSilence();
|
||||
import waypointUtil from './util/waypoint';
|
||||
waypointUtil();
|
||||
|
||||
import vehicleSync from './vehiclesync/vehiclesync';
|
||||
vehicleSync();
|
||||
require('./vehiclesync/vehiclesync');
|
||||
|
||||
import smoothThrottle from './vehiclesync/smoothtrottle';
|
||||
smoothThrottle();
|
||||
@@ -201,4 +200,13 @@ import itemShopList from './Interaction/ItemShop';
|
||||
itemShopList(globalData);
|
||||
|
||||
import taximeterInput from './Gui/taximeter';
|
||||
taximeterInput(globalData);
|
||||
taximeterInput(globalData);
|
||||
|
||||
interface VehicleData {
|
||||
EngineState: boolean;
|
||||
Locked: boolean;
|
||||
}
|
||||
|
||||
export {
|
||||
VehicleData
|
||||
}
|
||||
Reference in New Issue
Block a user