Skip to Content
Radar GunConfiguration

Configuration

config.lua
Config = {} Config.MaxDistance = 50 Config.UseMPH = true Config.CameraOffset = { X = 0.0, Y = 0.0, Z = 0.0, } Config.CameraZoom = { Enabled = true, Default = 70, Step = 5, Min = 80, -- Highest Max = 10, -- Lowest Restore = true, } Config.SpeedLimit = { Enabled = true, PlaySounds = true, UpKey = "UP", -- Up Arrow DownKey = "DOWN", -- Down Arrow Default = 50, Step = 5, Min = 10, -- Lowest Max = 200, -- Highest }
Last updated on