Brake ligths killswitch

This commit is contained in:
2025-10-09 00:19:39 +01:00
parent ba484d8df2
commit 636fd81e74
2 changed files with 21 additions and 2 deletions
@@ -95,5 +95,13 @@
"onDown": "extensions.use('ESBtnBoxDrivetrain').toggleBothDiffLock()",
"title": "ESBtnBox Bindings: Toggle Both Diff Locks",
"desc": "Lock front and rear diffs"
},
"bb_brake_light_killswitch": {
"cat": "vehicle",
"order": 54340,
"ctx": "vlua",
"onDown": "extensions.use('ESBtnBoxHeadlights').toggleBrakeLights()",
"title": "ESBtnBox Bindings: Toggle Brake Lights",
"desc": "Toggles the brake lights for those proper police runs"
}
}