pedr0fontoura / fivem-appearance

👀 A flexible player customization script for FiveM.
https://forum.cfx.re/t/release-fivem-appearance/2438537
MIT License
120 stars 72 forks source link

unable to add new tattoos #64

Closed ChurchTG7 closed 2 years ago

ChurchTG7 commented 2 years ago

when i try to add new tattoos using the same

{
    "name": "hair-32-4",
    "label": "hair-32-4",
    "hashMale": "MP_Security_Hair_000_M",
    "hashFemale": "MP_Security_Hair_000_F",
    "zone": "ZONE_HAIR",
    "collection": "mpSecurity_overlays"
}

but change it for one of the tats i have from GTA5-mods.com

{
    "name": "Yakuza Tat 1",
    "label": "Yakuza Tat 1",
    "hashMale": "sp_fr_tat_000",
    "hashFemale": "sp_fr_tat_000",
    "zone": "ZONE_TORSO",
    "collection": "mpSecurity_overlays"
}

it doesn't work where did i go wrong?

franfdezmorales commented 2 years ago

Hey @ChurchTG7, json looks fine, maybe the problem is on how you stream the new tattoos.

ChurchTG7 commented 2 years ago

yea i figured as much just need to figure out why they aren't streaming correctly thanks anyways

franfdezmorales commented 2 years ago

Thats perfect! I close this issue.