Files
Elite-Gaming-FiveM/resources/lvc/PLUGINS/extra_controls/SETTINGS.lua
T
Jacob 775709ddef New Improvements & Bug Fixes
+ Added new Wheel-Damage script which causes wheels to fly off if the car is hit hard.
+ Added newer version of the police siren LVC menu.
+ Changed a bunch of keybinds in order to facilitate FivePD.
+ Readded the accidentally removed emote menu and removed NoDriveBy.
+ Updated the server theme alittle away from just RP.
+ Updated to server artifacts version to 6372
2023-04-02 20:38:32 +01:00

21 lines
920 B
Lua

--------------------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'] = {
-- { '<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 = { }
}