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
Last updated