โ 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