❓ 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