fixes etc

This commit is contained in:
Nordi98 2025-06-12 03:36:12 +02:00
parent 4a0c8c6204
commit 453b281a4b
644 changed files with 1907 additions and 2456 deletions

View file

@ -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