Step 8

Keybinds and RegisterKeyMapping

What is a RegisterKeyMapping and why do we use it?

We have started using the FiveM native called RegisterKeyMapping FiveM Documentation. This removes the need for while loops checking every frame for keypresses, therefore allowing the resource to be more optimised. This FiveM native works by triggering the chat command it has been registered with when the keybind is pressed. This new method also allows each client to change their own key binds in-game.

Open Gta5 settings > Key Bindings > FiveM.

How to unbind keys?

Once you have started the resource on your server for the first time, even if you change the key in the config.lua, it will not change for the players who have already joined. Although it will change for the players who join after you have changed it.

  • Go to C:\Users[USERNAME]\AppData\Roaming\CitizenFX.

  • Open fivem.cfg.

  • Remove the lines with this resource name.

  • Restart Fivem. Keybinds will be set back to default values set in the config.

Last updated