How to change km/h to mp/h on esx_dmvschool and no. of mistakes allowed

I am wondering how I can change the number of the speed limit and km/h to mp/h in the below screenshots?
image
image

I would also like to change the number of mistakes allowed from 5 to 10, how can I do this?
image

1 Like

config.lua change line 4 to

Config.SpeedMultiplier = 2.236936

Change config.lua line 3 to

Config.MaxErrors       = 10
2 Likes

then will i also need to change the following numbers to suit mp/h or will it do it automatically?

Yes you’d have to change that in your translations (en.lua)

1 Like

sorry i meant would i need to change the numbers here? (in config.lua)
image

and also the speed multiplier thing didnt come into affect. why is this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.