fivem-appearance icon indicating copy to clipboard operation
fivem-appearance copied to clipboard

Request for compatibility with rcore_tattoos

Open horejsiladislav opened this issue 1 year ago • 5 comments

Hello wasabi, I am dev at rcore script studio, we have been previously talking about a problem with fivem-appearance and our rcore_tattoos script and I have been told to create an issue here.

Our customers are reporting that when they use both of the scripts at once, your fivem-appearance removes our tattoos from their ped. There is a really simple one line fix for this.

Everytime ClearPedDecorations is used, tattoos are deleted. Each time ClearPedDecorations is used, please reapply our tattoos with one of these events, depending on client/server side:

From server TriggerClientEvent('rcore_tattoos:applyOwnedTattoos', playerId)

From client TriggerEvent('rcore_tattoos:applyOwnedTattoos')

It could also be configurable, something like Config.ReapplyRcoreTattoos, but that's up to you.

Thanks a lot! 🔥

horejsiladislav avatar Mar 15 '23 21:03 horejsiladislav

Would adding a section to the documents page for people using rcore can apply that themselves be of any use?

Eg would be a section saying rcore tattoo issue in the faq section that shows where to apply the event with snippets in the fivem-appearance code

FBFezz avatar Apr 16 '23 03:04 FBFezz

@FBFezz That could be a solution if there was a place for them to add to, that is the current problem. And one more thing, the more stuff you put in the documentation and people are required to do, creates unnecessary tickets that result in more time spent for us developers than just adding this to the code itself.

horejsiladislav avatar Apr 19 '23 22:04 horejsiladislav

Ill leave it up to @wasabirobby for how he wants it to be done and can go from there

FBFezz avatar Apr 19 '23 22:04 FBFezz

Alright, but thanks for the idea!

horejsiladislav avatar Apr 19 '23 22:04 horejsiladislav

No Problem, ill try think of other ways in case those ideas don't work

FBFezz avatar Apr 19 '23 22:04 FBFezz