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 totrue
for PMA Voice andfalse
for SaltyChat.Example:
Config.Framework
Description: Determines the framework used by the script. Use
auto
for automatic detection, or specifyesx
orqb
.Example:
Config.groups
Description: A list of group names for certain functionalities (currently empty by default).
Example:
Config.saltranges
Description: Defines the voice ranges if using SaltyChat. Must include exactly three values for range distances.
Example:
Team Configuration
Config.teamgroups
Description: Specifies the team groups allowed to access certain features.
Example:
Config.blacklistedstrings
Description: A list of blacklisted strings that cannot be used in chat or other functionalities.
Example:
Keybind Configuration
Config.keybinds
Description: Defines keybinds for specific functionalities. Each keybind has a name and an associated key.
Example:
Config.hudsettingscmd
Description: Sets the command used to open the HUD settings menu.
Example:
Last updated