Open the Character Creator - Identity creation NUI
Copy
--- @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)
Open the Character Creator - Character Appearance NUI
Copy
--- @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)