We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279ffad commit 130abf1Copy full SHA for 130abf1
config.lua
@@ -94,9 +94,9 @@ Config.SafetyStages = {
94
['stage_1'] = {
95
item = 'vehicle_alarm_1', -- Usable Item to set the stage to the vehicle
96
alarm = true, -- Acustic alarm
97
- ownerAlert = true, -- Notify Owner
98
- policeAlert = true, -- Notify Police
99
- liveCoords = true, -- Owner gets live coords (Blip)
+ ownerAlert = false, -- Notify Owner
+ policeAlert = false, -- Notify Police
+ liveCoords = false, -- Owner gets live coords (Blip)
100
},
101
['stage_2'] = {
102
item = 'vehicle_alarm_2', -- Usable Item to set the stage to the vehicle
0 commit comments