This commit is contained in:
Nikita Kruglickiy
2023-05-22 21:27:08 +03:00
parent aa596db8b7
commit 97403a249a
2 changed files with 8 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ local Vehicle, POWERTRAIN_COMPONENT = unpack(require('/koptilnya/engine_remaster
local WheelConfig = {
BrakePower = 800,
CustomWheel = {},
Offset = 90,
Offset = 180,
Model = 'models/sprops/trans/wheel_d/t_wheel25.mdl'
}
local FrontWheelsConfig = table.merge(table.copy(WheelConfig), { SteerLock = 10 })