cui_character icon indicating copy to clipboard operation
cui_character copied to clipboard

Clothes Issue

Open 0x80249fff opened this issue 2 years ago • 8 comments

Yesterday was everything fine. Today seems to be not working anymore? Is something changed?

There is no clothes to select everything else is working tho.

error1

After printing GetClothesData() function im getting emtpy table like this:

error2

0x80249fff avatar Apr 09 '22 20:04 0x80249fff

I also have this issue

myStoryRP avatar Apr 10 '22 18:04 myStoryRP

I have the same problem, if know how to fix this, please let me know! thanks

hugoshao avatar Apr 20 '22 07:04 hugoshao

Same issue here. Haven't touched this script in months and now clothing doesn't show up, either in character creation or clothing stores.

gitSNAKEgit avatar Apr 20 '22 08:04 gitSNAKEgit

Hi, have you managed to fix it?

Nywarda avatar Apr 21 '22 02:04 Nywarda

Not yet but, functions 'GetComponentDataFromHash' and 'GetPropDataFromHash' are both returning nil when they should be returning a table containing the clothing data, including the name of the item. Honestly I don't understand how these functions work.

gitSNAKEgit avatar Apr 21 '22 06:04 gitSNAKEgit

Maybe something bricked by CFX? It worked on release-branch 3-4 days ago and it did not work on unstable.. Maybe they released this stuff now and bricked the release branch?

SeaLife avatar Apr 21 '22 11:04 SeaLife

Yeah it looks like it. Which is a shame because this is an awesome script and I'd hate to have to use something else.

gitSNAKEgit avatar Apr 22 '22 07:04 gitSNAKEgit

I made a pull request with a workaround for this. Instead of using the native, I'm accessing root-cause's repository with all the clothing information. Everything else stays the same. While my pull request is waiting for approval, feel free to use my fork.

LostJ3ster avatar May 07 '22 20:05 LostJ3ster