โ“ FAQ (Frequently Asked Questions)

1๏ธโƒฃ Can I add more keybind categories?

โœ… Yes! Simply create a new section inside CommandList and define your keys.

2๏ธโƒฃ What if a keybind doesnโ€™t work?

๐Ÿ”น Make sure it is in the KeyList. ๐Ÿ”น Avoid duplicate keybinds in FiveM settings.

3๏ธโƒฃ How do I trigger a server-side event?

Use "type": "server" instead of "type": "client".

Example:

["open_shop"] = {
    label = "Open Shop",
    type = "server",
    trigger = "shop:open",
    defaultKey = "P"
}

Last updated