qb-speedcameras
qb-speedcameras copied to clipboard
Whitelisted jobs being billed
Police and ambulance are being fined when going to a speedcam with the latest qb core framework.
take a look in the client.lua there should be some else if statements for vehicles above them will be the job check you can put -- in front of that to remove the job check and you can remove the -- from before the others in order to uncomment them and use them instead
this script is not going to be supported very much going forward
I may update the script one more time in the future to make it a little more user friendly
Is there a way to change the "km" to "mph"? ✌
Is there a way to change the "km" to "mph"? ✌
change the kmh in the blips and then you should just be able to just replace all instances of local SpeedKM = GetEntitySpeed(playerPed)*3.6 with local SpeedKM = GetEntitySpeed(playerPed)*2.236936