qb-speedcameras icon indicating copy to clipboard operation
qb-speedcameras copied to clipboard

Whitelisted jobs being billed

Open Asmoddy opened this issue 2 years ago • 4 comments

Police and ambulance are being fined when going to a speedcam with the latest qb core framework.

Asmoddy avatar Apr 22 '22 20:04 Asmoddy

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

WEEZOOKARP avatar Apr 26 '22 11:04 WEEZOOKARP

I may update the script one more time in the future to make it a little more user friendly

WEEZOOKARP avatar Apr 26 '22 11:04 WEEZOOKARP

Is there a way to change the "km" to "mph"? ✌

xxUnknown13xx avatar Sep 24 '22 02:09 xxUnknown13xx

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

WEEZOOKARP avatar Nov 10 '22 00:11 WEEZOOKARP