FiveM Modding Tutorial
add this to your fxmanifest
files {
'mp_f_freemode_01_mpvinewood_shop.meta',
'mp_m_freemode_01_mpvinewood_shop.meta',
'mp_f_freemode_01_mpheist3_shop.meta',
'mp_m_freemode_01_mpheist3_shop.meta'
}
data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_f_freemode_01_mpvinewood_shop.meta'
data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_m_freemode_01_mpvinewood_shop.meta'
data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_f_freemode_01_mpheist3_shop.meta'
data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_m_freemode_01_mpheist3_shop.meta'
copy the mentioned metas from the dlcpacks next to it
copy all the files from dlcpacks to the stream folder in their own folder and append their pack names to all of them
no need to rename the .ymt’s
props need to have their own prefix: mp_m_freemode_01_p_mp_m_vinewood for example
before this you have this amount of slots
and after you will have this amount
you can have even more using this mod
add it the same way as the others and you’ll have 100+ free slots
and you can forget about replacing the existing clothing and butchering ymt’s with awful methods
Original source: https://forum.cfx.re/t/how-to-stream-casino-and-all-future-clothing/1474253