ZSX_Multicharacter


  1. Open framework_functions.lua in your ZSX_Multicharacter

  2. Search for Framework.OpenSkinMenu

  3. Replace the function with this one below

Framework.OpenSkinMenu = function()
    if GetResourceState('ZSX_UI') == 'started' then
        exports['ZSX_UI']:HideUI(false)
    end
    HandleHud(false)
    TriggerEvent('vms_charcreator:openCreator', 0, false, false)
end

Last updated

Was this helpful?