Infinity Store
Tebex StoreDiscord
  • CFX Auth
  • Resources
    • Scoreboard
      • Installation
      • Configuration
      • Robbery Integration
      • Exports
    • Squad system
      • Installation
      • Configuration
      • Exports
    • Notification
      • Installation
      • Configuration
      • Exports
    • Dashboard V2
      • Installation
      • Configuration
      • Webhooks
      • Exports
    • Job choice
      • Installation
      • Configuration
      • Exports
    • Pausemenu
      • Installation
      • Configuration
      • Exports
    • Playtime Shop
      • Installation
      • Configuration
      • Client events
      • SQL
      • Exports
    • Identity
      • Installation
      • Configuration
      • Exports
    • Keyguide
      • Installation
      • Configuration
      • Exports
    • HUD + UI LIB
      • Installation
      • Configuration
      • Customization
      • Exports
  • Military resources
    • Mortar
      • Installiation
      • Configuration
      • Exports
    • Bomb drone
      • Installiation
      • Configuration
      • Exports
    • Claymore
      • Installiation
      • Configuration
      • Exports
Powered by GitBook
On this page

Was this helpful?

  1. Resources
  2. Keyguide

Exports

Notification exports

Client side exports:

  • Toggle UI

    exports["text_guide"]:ToggleGuideText()

    Command (default): "guideText"

  • Add Guide Text

    exports["text_guide"]:AddGuideText(datas)

    • Datas structure:

      datas = { ["Exmaple button description"] = {"F"}, ["Fire"] = {"LMB"}, ["Aim"] = {"RMB"}, ["Jump"] = {"Space"}, ["Combat Roll"] = {"RMB", "+", "Space"}, ["Movement"] = {"W", "A", "S", "D"}, }

  • Remove Guide Text

    exports["text_guide"]:RemoveGuideText(datas)

    • Datas structure:

      datas = { "Movement", "Fire", "Combat Roll", }

  • Clear Guide Text

    exports["text_guide"]:ClearGuideText()

PreviousConfigurationNextHUD + UI LIB

Last updated 8 hours ago

Was this helpful?