codem_multichar
Config.Clothes == 'rcore_clothing' orif Config.Clothes == 'illenium-appearance' then
characterData = json.decode(characterData)
model = characterData['model']if Config.Clothes == 'rcore_clothing' then
model = characterData.model
characterData = characterData.skin
elseif Config.Clothes == 'illenium-appearance' then
characterData = json.decode(characterData)
model = characterData['model']if Config.Clothes == 'fivem-appearance' then
exports['fivem-appearance']:setPedAppearance(createdPeds[citizenid], characterData)Last updated