найдите в
Code
# ======================
# Nitro / Constant speed
# ======================
#
# Unlike the original s0beit, this nitro will not keep accelerating
# towards the speed of light, but rather keep a constant high speed.
key_nitro_mod = lalt
# Speed multiplier at full speed
# 1.25 = as fast or faster than most vehicles. Higher = faster.
nitro_high = 2.0
# Reduce to this speed multiplier when the key is released
# To disable nitro deceleration, set nitro_low to the same value
# as nitro_high, and nitro_decel_time to 0.
nitro_low = 0.75
# Time in seconds to accelerate from 0 to full speed
nitro_accel_time = 0.8
# Time in seconds to decelerate from full speed to reduced speed
nitro_decel_time = 0.5
и замените на:
Code
# ======================
# Nitro / Constant speed
# ======================
#
# Unlike the original s0beit, this nitro will not keep accelerating
# towards the speed of light, but rather keep a constant high speed.
key_nitro_mod = no
# Speed multiplier at full speed
# 1.25 = as fast or faster than most vehicles. Higher = faster.
nitro_high = 0.0
# Reduce to this speed multiplier when the key is released
# To disable nitro deceleration, set nitro_low to the same value
# as nitro_high, and nitro_decel_time to 0.
nitro_low = 0.00
# Time in seconds to accelerate from 0 to full speed
nitro_accel_time = 0.0
# Time in seconds to decelerate from full speed to reduced speed
nitro_decel_time = 0.0