-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
254dcf4
commit 26f534d
Showing
47 changed files
with
3,755 additions
and
1,617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--------------------EXTRA INTEGRATION SETTINGS--------------------- | ||
ec_masterswitch = false | ||
-- Determines if extra_integration plugin can be activated. | ||
allow_custom_controls = true | ||
-- Enabled/Disables menu which allows for custom controls to be set. | ||
--[[ Documentation / Wiki: https://github.com/TrevorBarns/luxart-vehicle-control/wiki/Extra-Controls ]] | ||
|
||
EXTRA_CONTROLS = { | ||
['DEFAULT'] = { | ||
-- { '<name>', Extras = {<extras table>}, Combo = <default combo>, Key = <default key>, (opt.) Audio = < button soundFX> } | ||
}, | ||
} | ||
|
||
CONTROLS = { | ||
-- COMBOS = { <list of index/key ID of approved combo-keys> }, List of Controls: https://docs.fivem.net/docs/game-references/controls/ | ||
-- KEYS = { <list of index/key ID of approved toggle keys> } | ||
-- ex: COMBOS = { 326, 155, 19, 349 }, --LCTRL, LSHIFT, LALT, TAB | ||
-- ex: KEYS = { 187, 188, 189, 190, 20 }, -- ARROW LFT, DWN, UP, RGT, Z | ||
COMBOS = { }, | ||
KEYS = { } | ||
} |
Oops, something went wrong.