forked from Simnation/Main
fixes etc
This commit is contained in:
parent
4a0c8c6204
commit
453b281a4b
644 changed files with 1907 additions and 2456 deletions
|
@ -32,7 +32,7 @@ ClientConfig = {
|
|||
-- control_id: https://docs.fivem.net/docs/game-references/controls/)
|
||||
-- control_key: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/
|
||||
|
||||
OPEN_SELF_MENU = { enabled = true, control_id = 246, input_parameter = "Y" }, -- Y Key
|
||||
OPEN_SELF_MENU = { enabled = true, control_id = 246, input_parameter = "Z" }, -- Z Key
|
||||
OPEN_OTHER_MENU = { enabled = true, control_id = 74, input_parameter = "H" }, -- H Key
|
||||
EMERGENCY_DISPATCH = { enabled = true, control_id = 47, input_parameter = "G" }, -- G Key
|
||||
CANCEL_INTERACTION = { enabled = true, control_id = 73, input_parameter = "X" }, -- X Key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue