Files
Elite-Gaming-FiveM/resources/els-fivem/config.lua
T
2021-12-03 01:19:31 +00:00

49 lines
786 B
Lua

outputLoading = false
playButtonPressSounds = true
printDebugInformation = true
vehicleSyncDistance = 150
envirementLightBrightness = 0.006
lightDelay = 20 -- Time in MS
panelType = "original"
panelOffsetX = 0.0
panelOffsetY = 0.0
-- https://docs.fivem.net/game-references/controls
shared = {
horn = 86,
}
keyboard = {
modifyKey = 132,
stageChange = 85, -- E
guiKey = 199, -- P
takedown = 83, -- =
siren = {
tone_one = 157, -- 1
tone_two = 158, -- 2
tone_three = 160, -- 3
},
pattern = {
primary = 163, -- 9
secondary = 162, -- 8
advisor = 161, -- 7
},
warning = 246, -- Y
secondary = 303, -- U
primary = 7, -- ??
}
controller = {
modifyKey = 73,
stageChange = 80,
takedown = 74,
siren = {
tone_one = 173,
tone_two = 85,
tone_three = 172,
},
}