Keybinds

Chaning keybinds

Changing keybinds in the resource is easy. To begin, open the config.lua and navigate to the main = { section.

 -- Controls:
    controlDroneKey = {0, 19}, -- https://docs.fivem.net/docs/game-references/controls/ -- default Left ALT
    nightVisionKey = {0, 212},   
    thermalImagingKey = {0, 214},
    -- Camera Rotations:
    rotatingUpKey = {0, 172},
    rotatingDownKey = {0, 173},
    rotatingLeftKey = {0, 174},
    rotatingRightKey = {0, 175},
    toggleSearchLight = {0, 121},

Here you'll find most of the controls. A couple more can be found in the searchLight = { section below.

onByDefaultHours = {18, 6},
switchColourKey = {0, 208},

You should use the FiveM controls list HERE to find the control number you want to use.

You should then put that as the second number in a pair of brackets.

The first number should always be 0, this is the control group.

If you are having issues setting controls, just reach out to us and we can provide more assistance.

Last updated