🚗NB_speedlimit
Official documentation of NB_speedlimit, the best speed limitter for FiveM
Limit vehicle speed as you desire!
As a vehicle developer I am alway struggling with users who abuse exploits to gain speed that I never intended, or some weird GTA5 physics that allow players to gain extra speed. If you are someone like me, you have come to the right place! This script limits specific vehicles' speed individually.
Buy here: https://nickyboy-scripts.tebex.io/package/6236022

🚨Caution🚨
This script WILL NOT WORK CORRECTLY if <gamename>
and <modelname>
in vehicles.meta do not match. I am sure lots of vehicle developers put same values but doublecheck this if this script does not work in your server.
I could have used modelnames stored in QB-shared, however, referencing gamename is faster than using QB-Core modelnames. This script needs to be lightning-fast so I had to make a compromise.
Example vehicles.meta:
<modelName>Flecity1</modelName>
<txdName>Flecity1</txdName>
<handlingId>Flecity1</handlingId>
<gameName>Flecity1</gameName>
<vehicleMakeName>FiveM</vehicleMakeName>
Config
You can add as many vehicles as you wish! Here is the format:
Config.TargetVehicles = {
["adder"] = 20, -- this means adder will only accelerate up to 20 mph
["zentorno"] = 150,
-- Add more vehicle models and their desired speeds here
}
Support
My discord: https://discord.gg/SB3WMzbDvF
Last updated