Documentation
  • πŸ“„TeamsGG Documentation
    • Common Errors
  • Paid Scripts
    • πŸ“±Phone
      • 🧠Installation
      • πŸ¦„Unique phones
      • πŸ’ΏConfigure
      • ⏭️Exports
        • Client side
        • Server side
      • πŸͺ›Commands
      • 🍎Custom apps
    • ☎️Boomer Phone
      • 🧠Installation
      • πŸ¦„Unique phones
      • ⏯️Exports
        • Client side
    • 🏠Properties
      • 🧠Installation
      • πŸ’ΏConfigure
      • 🐚Add More Shells
      • ⏭️Exports
        • Client side
          • GetCurrentPropertyId
          • GetCurrentProperty
          • IsPointInsideProperty
          • OpenPropertyMenu
          • AddKey
          • RemoveKey
          • SetWaypointToProperty
          • GetAllProperties
          • GetKeyHolders
          • PoliceRaidDoor
        • Server side
          • GetAllProperties
          • AddKey
          • RemoveKey
          • ToggleDoorlock
          • GetPlayersInProperty
          • GetKeyHolders
          • DeleteProperty
          • AddStarterApartment
      • πŸ‘œState bags
    • 🏦Banking
      • 🧠Installation
      • ⏯️Exports
        • Client side
        • Server side
    • πŸ’ΈBilling
      • 🧠Installation
      • ⏭️Exports
        • Client side
        • Server side
    • πŸ“ŠHud
      • 🧠Installation
      • ⏭️Exports
        • Client side
    • πŸ“¦Storage Units
      • 🧠Installation
Powered by GitBook
On this page
  • First steps​
  • Dependencies
  • Frameworks
  • Standalone
  1. Paid Scripts
  2. Hud

Installation

After you purchase the script you will receive it in your Keymaster account.

PreviousHudNextExports

Last updated 8 months ago

First steps

  1. Download the script from your account.

  2. Extract the zip file.

  3. Open the folder and copy the tgg-hud folder to your resources folder.

  4. Add start tgg-hud to your server.cfg file (below ox_lib).

start ox_lib
# other resources here
start tgg-hud

Dependencies

  • Follow their instructions.

Frameworks

Our script is compatible with QBCore, QBox, ESX, vMenu(basic functions) and Standalone(custom framework or no-framework). You don't need to do anything additional, the script will auto-detect it!

Standalone

If you are using a custom framework/no-framework, YOU need to implement some of the core functions to adjust it to your specifics.

Locate /client/framework/standalone.lua and /server/framework/standalone.lua and implement the functions(you can refer to qb.lua or esx.lua).

NOTE: We provide limited or no support for custom frameworks.

πŸ“Š
🧠
​
Keymaster
ox_lib
installation