Skip to content

NazuRhythm/nazu-speedlimiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nazu-speedlimiter

This is standalone.

config.lua

Config = {}

Config.UseKPH = true

Config.BaseSpeed = {
    MPH = 1.6,
    KPH = 3.6,
}

Config.VehicleSpeedLimiter = {
    ['driftzr350'] = 100,
    ['zentorno'] = 150,
}