Complete Scripts
  • 📖COMPLETE DOCS
  • 💻SCRIPTS
    • Complete Carplay
      • Installation
      • Changelog
      • Config
      • Common errors
      • Exports
    • Complete Vision
      • Installation
      • How to use it
      • Common errors
      • Updates
    • Complete Hud
      • Config
      • Common errors
      • Exports
      • Update
    • Complete Hunting
      • Config
      • Common errors
      • Updates
    • Complete Importexport
      • Config
      • Common errors
    • Complete Speedometer
      • Config
      • Common errors
      • Update
      • Exports
    • Complete Daily Bonus
      • Github
      • Common errors
      • Exports
Powered by GitBook
On this page

Was this helpful?

  1. SCRIPTS
  2. Complete Hud

Exports

Check common issues to prevent contacting support

exports['complete_hud']:setIsTalking(value)

Set if the player is talking, this will start the voice animation. Pass a boolean value (true / false)

exports['complete_hud']:setVoiceLevel(value)

Set the amplitude of the voice animation, pass a value between 0.001 and 1

exports['complete_hud']:serverAnnouncement(title, text, time)

Create a server announcement. Title and text needs to be string, time (in milliseconds ex. 5000) an int

exports['complete_hud']:showHud()

Display the hud

exports['complete_hud']:hideHud()

Hide the hud

PreviousCommon errorsNextUpdate

Last updated 17 minutes ago

Was this helpful?

💻