Fixed speed cams.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
main = {
|
main = {
|
||||||
addPercentage = 10.0, -- This allows a 10% lee-way before classing the driver as speeding, set to 0 to disable
|
addPercentage = 10.0, -- This allows a 10% lee-way before classing the driver as speeding, set to 0 to disable
|
||||||
addLimit = 2.0, -- This allows an addition of 2MPH to the speed limit before classing the driver as speeding, set to 0 to disable
|
addLimit = 2.0, -- This allows an addition of 2MPH to the speed limit before classing the driver as speeding, set to 0 to disable
|
||||||
webhook = "https://discord.com/api/webhooks/940390888373366876/E5CqXWxk87EuOxoCFExqUq197PdPkE4h4ktWfDM8xt1dL0IelzRRIJ5zCh53TLfW76JO",
|
webhook = "https://discord.com/api/webhooks/982312949085528104/adC7PDcRZ4pufJ9q_8np2qmt8EDBBzrGHU-FJqu7FDO_ajIgU1Cnd764x01LvId4LoqH",
|
||||||
webhookImage = "https://i.imgur.com/soIsgMS.jpg",
|
webhookImage = "https://i.imgur.com/soIsgMS.jpg",
|
||||||
webhookName = "Average Speed Camera",
|
webhookName = "Average Speed Camera",
|
||||||
detectionRadius = 13.0, -- The distance from a camera you must be to start the detection process
|
detectionRadius = 13.0, -- The distance from a camera you must be to start the detection process
|
||||||
|
|||||||
Reference in New Issue
Block a user