[RELEASE] CleanUI (cui) character

Thanks for the answer. Do you mean something like this ?

mp_f_freemode_01_tutorial_clothes.meta

<?xml version="1.0" encoding="UTF-8"?>
<ShopPedApparel>
<pedName>mp_f_freemode_01</pedName>
<dlcName>tutorial_clothes</dlcName>
<fullDlcName>mp_f_freemode_01_tutorial_clothes</fullDlcName>
<eCharacter>SCR_CHAR_MULTIPLAYER_F</eCharacter>
<creatureMetaData>MP_CreatureMetadata_tutorial_clothes</creatureMetaData>

<pedOutfits>
</pedOutfits>
<pedComponents>
</pedComponents>
<pedProps>
</pedProps>

</ShopPedApparel>

fxmanifest.lua

fx_version 'cerulean'
game 'gta5'

files {
    'mp_f_freemode_01_tutorial_clothes.meta'
}

data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_f_freemode_01_tutorial_clothes.meta'

Taken from this post: