MVS
DiscordTebexYoutube
  • MAIN
    • License System
    • How To Dowload
    • Basic Aces & Principals overview/guide
  • Tebex
    • ๐Ÿ”ฅ Ultimate Hotkeys Script
      • ๐Ÿ“Œ Overview
      • ๐Ÿ”ง Configuration File (config.lua)
      • ๐Ÿ“Œ CommandList: Key Categories
      • ๐ŸŽฎ KeyList: Supported Keys
      • ๐Ÿš€ How to Use the Script?
      • โ“ FAQ (Frequently Asked Questions)
Powered by GitBook
On this page
  1. Tebex
  2. ๐Ÿ”ฅ Ultimate Hotkeys Script

โ“ 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"
}
Previous๐Ÿš€ How to Use the Script?

Last updated 2 months ago