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

🎮 KeyList: Supported Keys

The KeyList contains all the keys that users can assign to actions.

🔹 Example Keys:

KeyList = {
    {label = "Enter", value = "RETURN"},
    {label = "Space", value = "SPACE"},
    {label = "F1", value = "F1"},
    {label = "F2", value = "F2"},
    {label = "Z", value = "Z"},
    {label = "X", value = "X"},
    {label = "C", value = "C"},
}

🔹 How to Add More Keys? Simply add a new entry with a label (display name) and a value (FiveM keybind).

Example:

{label = "T", value = "T"}
Previous📌 CommandList: Key CategoriesNext🚀 How to Use the Script?

Last updated 2 months ago