This is integration for the new version of esx_multicharacter (>=1.10.9)
If this integration does not match your esx_multicharacter version, please try the old one.
Step 1
Open file esx_multicharacter/server/modules/multicharacter.lua and find characters[id] = { (inside function SetupCharacters)
Place this code above the line.
ifGetResourceState("rcore_clothing") =="started" thenifvthenv.skin=json.encode(exports["rcore_clothing"]:getSkinByIdentifier(v.identifier))elseprint("ERROR: Unknown version of multichar")endend
Step 2
Open file esx_multicharacter/client/modules/multicharacter.lua and find TriggerEvent("skinchanger:loadSkin", newCharacter.skin) (inside function Multicharacter:ChangeExistingPed())