翻译一下下面的配置文件
Config = {
-------------------------------------------------------------
-- IMPORTANT
-- All parts need to be added to inventory
-- Custom vehicle sounds for engines (https://www.gta5-mods.com/vehicl ... -sound-add-on-sound)
-------------------------------------------------------------
WearRate = 100000, -- The rate parts wear off (Higher the value less wear on the parts)
UseMiles = false, -- If set to false it will use kilometers
UseRelativeValues = true, -- If set to true cars performance wouldnt be affected with stock parts. Otherwise stock car parts will make the car slower
UseT1gerMechanic = false, -- If set to true Vehicles will use the CarJack (toolbox) and Lift (mechanic_toolbox) from the t1ger_mechanic script. Look at the Readme for using this
DetectDistance = 3.0, -- Distance where vehicles are being detected
OnlyOwnedVehicles = true, -- Script excludes not owned cars
--Double UI----------------------------------------------------------------------------------------------------------------------
SetWaitTimeBeforeLoadHud = 500, -- Wait time for show/hide the HUD when entering/leaving the vehicle in ms. Play with this value
---------------------------------------------------------------------------------------------------------------------------------
--Times to repair/install certain parts in miliseconds
EngineRepairTime = 10000,
EngineInstallTime = 15000,
TurboRepairTime = 10000,
TurboInstallTime = 15000,
NitroInstallTime = 10000,
OilInstallTime = 5000,
|