Client
Last updated
Last updated
WARNING: Using exports that modify the vehicles logic like SetManual or RemoveManual may cause issues if they are outside of a Thread and the vehicles are in the Config.Vehicles.
SetManual
Set the vehicle to manual gears
RemoveManual
Remove a Manual Car
ShouldBeManual
Check if the vehicle is in forced manual vehicle list (Config.Vehicles)
IsCustomCarManual
Check if the vehicle is added by the export and is not on the forced list of the script
GetVehicleData
Retrive juicy information that can be used for HUDs, custom scripting or debugging
IsRealisticMode
Check, if the script is in realistic mode
IsArcadeMode
Check, if the script is in arcade mode