You have to uncomment the test command to make it work.

-- TEST COMMAND
RegisterCommand('speedlimit', function(source, args)
SpeedLimitEnabled = not SpeedLimitEnabled
end)
You have to uncomment the test command to make it work.

-- TEST COMMAND
RegisterCommand('speedlimit', function(source, args)
SpeedLimitEnabled = not SpeedLimitEnabled
end)