🕹️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 Belt State

-- return @boolean
exports["wais-hudv6"]:seatbelt()

🎛 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)

📟 Open Car Control

-- return @boolean
exports["wais-hudv6"]:openCarcontrol()

🌎 Force Show Minimap (Radar)

ATTENTION: When you send the true value, the minimap in the bottom left will remain open continuously. Don't forget to send the false value again to return it to its default tasks.

-- Force show minimap
exports["wais-hudv6"]:forceShoMap(true)

Last updated