🕹️Exports
👁 Hide Hud
You can use the following event or export to hide or show Hud.
-- Show hud
exports["wais-hudv6"]:showHud(false)
-- Hide hud
exports["wais-hudv6"]:showHud(true)
🌎 Hide Radar ( Minimap )
-- Show radar ( minimap )
exports["wais-hudv6"]:showRadar(false)
-- Hide radar ( minimap )
exports["wais-hudv6"]:showRadar(true)
📸 Cinematic Mode
-- Open Cinematic Mode
exports["wais-hudv6"]:cinematic(true)
-- Close Cinematic Mode
exports["wais-hudv6"]:cinematic(false)
🎛 Get Player Customizations
You can access many personalisations of the user such as status, carhud, rightcorner, fuel type etc. with this export.
exports["wais-hudv6"]:customizations(type)
Last updated