Describe the bug
I notice you have driving school setup in mph but the script is still counting car speed in kph.
Explain how to reproduce this
just do car or bike test and you will see it says don't go above 50mph but because it the value is wrong ins script if you go more than 30mph it count as an mistake,
The Fix is simple
Edit the script config file find Config.SpeedMultiplier = 3.6 and replace with Config.SpeedMultiplier = 2.237
once you restaret script or server bug will be fixed
Describe the bug I notice you have driving school setup in mph but the script is still counting car speed in kph.
Explain how to reproduce this
The Fix is simple Edit the script config file find Config.SpeedMultiplier = 3.6 and replace with Config.SpeedMultiplier = 2.237
once you restaret script or server bug will be fixed