Config
Config = {}
-- Rollback options
Config.betterRollback = {
-- Whether better rollback should be enabled
enabled = true,
-- Duration/period of the rollback
duration = 30,
-- Strength/speed of the rollback
strength = 10,
}
-- These handbrake turns happen when the player lets off their throttle (W). Turns their wheel and applies the handbrake
Config.betterHandbrakeTurns = {
-- Whether to enable better hand brake turns
enabled = true,
-- Strength of the improved handbrake turns system
strength = 1.5,
}
-- Check out our store for more: https://kuzquality.com/
Last updated