GG Studio Docs
  • GG Studio
  • GG Studio Scripts
    • Advanced Garbage Job
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • Global Setup
    • Go Postal Job
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • Global Setup
    • Advanced Taxi Job
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • Global Setup
    • Advanced Hunting System
      • Dependencies
        • QBCore
        • QBOX
        • ESX
      • Installation
        • QBCore
          • Temp Setup qs-inventory
          • codem-inventory
          • ox_inventory
        • QBOX
        • ESX
          • Temp Setup qs-inventory
    • Survival Hud
      • Dependencies
      • Exports
Powered by GitBook
On this page
  1. GG Studio Scripts
  2. Survival Hud

Exports

Exports Are Added to Other Scripts in Their Client

--Wetness
exports["SAG-survival-hud"]:setWetness(true) -- True to Show False to Hide

--Bleeding
exports["SAG-survival-hud"]:setBleeding(true) -- True to Show False to Hide

--Digestion
exports["SAG-survival-hud"]:setDigestion(true) -- True to Show False to Hide

--Disease
exports["SAG-survival-hud"]:setDisease(true) -- True to Show False to Hide

--Illness
exports["SAG-survival-hud"]:setIllness(true) -- True to Show False to Hide

--Broken Bone
exports["SAG-survival-hud"]:setBrokenbone(true) -- True to Show False to Hide

--Overweight
exports["SAG-survival-hud"]:setOverweight(true) -- True to Show False to Hide

--Player Tempature Bar
exports["SAG-survival-hud"]:setTempature(50) -- Number 0 - 100

--Player Blood Bar
exports["SAG-survival-hud"]:setBlood(50) -- Number 0 - 100

--Show/Hide Hud
exports["SAG-survival-hud"]:hudVisibility(true) -- True to Show False to Hide

PreviousDependencies

Last updated 5 months ago