--------------------EXTRA INTEGRATION SETTINGS--------------------- ec_masterswitch = true -- 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'] = { -- { '', Extras = {}, Combo = , Key = , (opt.) Audio = < button soundFX> } }, } CONTROLS = { -- COMBOS = { }, List of Controls: https://docs.fivem.net/docs/game-references/controls/ -- 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 = { } }