JS: Alle Dateien mit UTF8-BOM abgespeichert
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//This script will make vehicles have smoother acceleration.
|
||||
//This script will make vehicles have smoother acceleration.
|
||||
//To disable the script call an event and set "GlobalDisable" to true.
|
||||
//To disable individual sections, set "DisableAntiReverse" or "DisableSmoothThrottle" to true.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import game from '../index';
|
||||
import game from '../index';
|
||||
import { IVehicle, EntityType, IEntity, VehicleSeat, DoorState } from '../game';
|
||||
import { parseJson } from '../util';
|
||||
import { VehicleData } from '../game';
|
||||
|
||||
Reference in New Issue
Block a user