Skip to main content

ToggleCharacterCreatorNUI

Open the Character Creator - Identity creation NUI
    --- @param source integer # Source to toggle on
    --- @param state boolean # Toggle to show NUI
    --- @param characterCreatorType? string # "creation" or nil
    exports["smzi_charactercreator"]:toggleCharacterCreatorNUI(source, state, characterCreatorType)

ToggleSkinMenu

Open the Character Creator - Character Appearance NUI
    --- @param source integer # Source to toggle on
    --- @param state boolean # Toggle to show NUI
    --- @param characterCreatorType? string # "creation" or nil
    exports["smzi_charactercreator"]:toggleSkinMenu(source, state, characterCreatorType)