ZSX_Multicharacter
If you are using the ZSX_Multicharacter you need to desarrollate this integration with the script:
Client Side
GetResourceState('origen_clothing') == 'started' and 'origen_clothing'elseif Framework.AppereanceResource == 'origen_clothing' then
if skinData and skinData.skin then
exports['origen_clothing']:SetAppearance(ped, skinData.skin)
end elseif Framework.AppereanceResource == 'origen_clothing' then
local currentCoords = GetEntityCoords(PlayerPedId())
exports['origen_clothing']:startPedCreation(currentCoords, gender, PlayerPedId(), false, function()
if Config.Identity.SetInBucketOnAppearance then
TriggerServerEvent('ZSX_Multicharacter:Event:SetPlayerState', 'LOG_IN_USER')
end
if UserInterfaceActive then
exports[ZSX_UI]:HideUI(false)
end
HandleHud(false)
end)Server Side
Last updated