Commands and keybinds

/hydraulics and jump key configuration.

Main command

Config.Command = 'hydraulics'

Usage: /hydraulics.

Rename it:

Config.Command = 'hydro'
-- or
Config.Command = 'lowrider'

Jump key defaults

Config.JumpKey = {
    defaultKey = 'G',
    playerCanConfigure = true
}
  • defaultKey: default jump key

  • playerCanConfigure: allow per-player changes

Player key customization

/myjumpkey [key]

Examples:

Valid names:

  • Letters: A-Z

  • Numbers: 0-9

  • Function keys: F1-F12

  • Special: SPACE, LSHIFT, LCTRL, LALT

Full list: https://docs.fivem.net/docs/game-references/controls/

Admin key configuration

Examples:

Disabling key config

Last updated