forked from Simnation/Main
Update Lightbar
Tastenbelegung
This commit is contained in:
parent
efbd20a26d
commit
e2c2da71a5
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ Config = {
|
||||||
-- Keybinds, you can choose from here : https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/
|
-- Keybinds, you can choose from here : https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/
|
||||||
DefaultControls = function()
|
DefaultControls = function()
|
||||||
RegisterKeyMapping('+evc_menu', 'EVC - Menu (Hold for trailer)', 'KEYBOARD', 'F6') -- Open placement menu
|
RegisterKeyMapping('+evc_menu', 'EVC - Menu (Hold for trailer)', 'KEYBOARD', 'F6') -- Open placement menu
|
||||||
RegisterKeyMapping('+evc_lights', 'EVC - Lights', 'KEYBOARD', 'LMENU') -- Enable lights
|
RegisterKeyMapping('+evc_lights', 'EVC - Lights', 'KEYBOARD', 'Q') -- Enable lights
|
||||||
RegisterKeyMapping('+evc_siren', 'EVC - Siren', 'KEYBOARD', 'E') -- Enable sirens (holding with sirens on will trigger alternative siren, holding with sirens off will trigger horn)
|
RegisterKeyMapping('+evc_siren', 'EVC - Siren', 'KEYBOARD', 'E') -- Enable sirens (holding with sirens on will trigger alternative siren, holding with sirens off will trigger horn)
|
||||||
RegisterKeyMapping('+evc_siren_tone', 'EVC - Siren Tone', 'KEYBOARD', 'G') -- Change the siren tone
|
RegisterKeyMapping('+evc_siren_tone', 'EVC - Siren Tone', 'KEYBOARD', 'G') -- Change the siren tone
|
||||||
RegisterKeyMapping('+evc_spawn_toggle', 'EVC - Spawn Toggle', 'KEYBOARD', 'F7') -- Put / Remove lights, objects and sirens
|
RegisterKeyMapping('+evc_spawn_toggle', 'EVC - Spawn Toggle', 'KEYBOARD', 'F11') -- Put / Remove lights, objects and sirens
|
||||||
end,
|
end,
|
||||||
|
|
||||||
-- Handle entityCreated / entityRemoved automatically, if you set this to false make sure to add :
|
-- Handle entityCreated / entityRemoved automatically, if you set this to false make sure to add :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue