Documentation
DiscordStore
  • STG
    • 🖐️Welcome!
  • 📕Guide
    • 🪝Create Discord Webhook
    • 🤖Create Discord Bot Token
  • Scripts
    • 🍕Pizza Maker
      • 💡Installation
      • ⚙️Configuration
    • ♟️Chess
      • 💡Installation
      • ⚙️Configuration
    • 📱Basic Radio
      • 💡Installation
      • ⚙️Configuration
    • 🗺️Treasure Map
      • 💡Installation
      • ⚙️Configuration
    • 🏦Advanced Banking
      • 💡Installation
      • ⚙️Configuration
      • ⬆️Exports
    • 🤳Radio System
      • 💡Installation
      • ⚙️Configuration
    • 🥇Gold Panning
      • 💡Installation
      • ⚙️Configuration
    • 🖥️Complex Hud
      • 💡Installation
      • ⚙️Configuration
    • 💃Emote Menu
      • 💡Installation
      • ⚙️Configuration
    • 💴Money Wash
      • 💡Installation
      • ⚙️Configuration
    • 🚘Auto Pilot
      • 💡Installation
      • ⚙️Configuration
    • ⛽Fuel
      • 💡Installation
      • ⚙️Configuration
    • 🫂Multicharacter
      • 💡Installation
      • ⚙️Configuration
    • 🛒3 in 1 Shop
      • 💡Installation
      • ⚙️Configuration
    • 🍎Fruit Job
      • 💡Installation
      • ⚙️Configuration
    • 🍾Bottle Spin
      • 💡Installation
      • ⚙️Configuration
    • 🍕Pizza Delivery
      • 💡Installation
      • ⚙️Configuration
    • 📦Blind Fold
      • 💡Installation
      • ⚙️Configuration
    • 🔫Weapon Shop
      • 💡Installation
      • ⚙️Configuration
    • 💻Hud
      • 💡Installation
      • ⚙️Configuration
    • 🔃Loading Screen
      • 💡Installation
      • ⚙️Configuration
    • ⌚Smart Watch
      • 💡Installation
      • ⚙️Configuration
    • 🎮Hand Console 2
      • 💡Installation
      • ⚙️Configuration
    • 👒Appearance
      • 💡Installation
      • ⚙️Configuration
    • 🃏Card Game V2
      • 💡Installation
      • ⚙️Configuration
    • 🚗Simple Garage
      • 💡Installation
      • ⚙️Configuration
    • 🎸Busker
      • 💡Installation
      • ⚙️Configuration
    • 🔫Raider
      • 💡Installation
      • ⚙️Configuration
    • 🗃️Wallet
      • 💡Installation
      • ⚙️Configuration
    • 🐔Butcher
      • 💡Installation
      • ⚙️Configuration
    • 🃏Card Game
      • 💡Installation
      • ⚙️Configuration
    • 🎮Hand Console
      • 💡Installation
      • ⚙️Configuration
    • 🎲Rubik Cube
      • 💡Installation
      • ⚙️Configuration
    • 👮Jail
      • 💡Installation
      • ⚙️Configuration
    • 🖼️Custom Frame
      • 💡Installation
      • ⚙️Configuration
    • 🎮Gamepad
      • 💡Installation
      • ⚙️Configuration
    • 🏦Banking
      • 💡Installation
      • ⚙️Configuration
    • 🗺️Pause Menu
      • 💡Installation
      • ⚙️Configuration
    • 👒Clothing Store
      • 💡Installation
      • ⚙️Configuration
    • 🚙Vehicle Shop
      • 💡Installation
      • ⚙️Configuration
    • 🧬Character Creator
      • 💡Installation
      • ⚙️Configuration
    • 🛒Purchaseable Market
      • 💡Installation
      • ⚙️Configuration
    • 📄Billing
      • 💡Installation
      • ⚙️Configuration
  • 🎸Copy of Busker
    • 💡Installation
    • ⚙️Configuration
Powered by GitBook
On this page
  1. Scripts
  2. Complex Hud

Configuration

Configuration guide of Complex Hud Script.


HUD Script Configuration Guide

This guide provides detailed instructions for configuring the STG HUD Script for FiveM. This script allows for seamless integration of a customizable HUD system, supporting various voice systems, frameworks, and keybind options.


Main Configuration

Config.pma

  • Description: Specifies whether the script should use pma-voice. Set to true for PMA Voice and false for SaltyChat.

  • Example:

    Config.pma = true -- true for PMA Voice, false for SaltyChat

Config.Framework

  • Description: Determines the framework used by the script. Use auto for automatic detection, or specify esx or qb.

  • Example:

    Config.Framework = "auto" -- Options: auto, esx, qb

Config.groups

  • Description: A list of group names for certain functionalities (currently empty by default).

  • Example:

    Config.groups = {
        '' -- Add group names here
    }

Config.saltranges

  • Description: Defines the voice ranges if using SaltyChat. Must include exactly three values for range distances.

  • Example:

    Config.saltranges = {
        [1] = 3.0, -- Whisper range
        [2] = 10.0, -- Normal range
        [3] = 25.0 -- Shouting range
    }

Team Configuration

Config.teamgroups

  • Description: Specifies the team groups allowed to access certain features.

  • Example:

    Config.teamgroups = {
        'superadmin',
        'admin',
        'moderator',
    }

Config.blacklistedstrings

  • Description: A list of blacklisted strings that cannot be used in chat or other functionalities.

  • Example:

    Config.blacklistedstrings = {
        'idiot' -- Add other prohibited strings here
    }

Keybind Configuration

Config.keybinds

  • Description: Defines keybinds for specific functionalities. Each keybind has a name and an associated key.

  • Example:

    Config.keybinds = {
        {
            name = 'BreadCrumbs',
            key = 'F1',
        },
        {
            name = 'Radio',
            key = 'F2',
        },
        {
            name = 'Phone',
            key = 'F3',
        }
    }

Config.hudsettingscmd

  • Description: Sets the command used to open the HUD settings menu.

  • Example:

    Config.hudsettingscmd = 'hud' -- Replace 'hud' with your preferred command

PreviousInstallationNextEmote Menu

Last updated 5 months ago

🖥️
⚙️