renzuzu / renzu_clothes

Fivem Advanced Clotheshop and Wardrobe
GNU General Public License v3.0
38 stars 19 forks source link

Wardrobe BUG #32

Open hasidu opened 1 year ago

hasidu commented 1 year ago

hi renzu

on my server i got a problem with Wardrobe that when you take your saved clothes from Wardrobe its change your apperence

bellow you can find examples

this one is before i change clothes https://media.discordapp.net/attachments/1020094791666642975/1048328812275957801/image.png?width=994&height=701

this one is after i changed clothes https://media.discordapp.net/attachments/1020094791666642975/1048329057898606652/image.png?width=889&height=701

how can i fix this issue ?

renzuzu commented 1 year ago

are you using the latest?

i have commit an update regarding hair part few months ago if i remember correctly

hasidu commented 1 year ago

yes its latest one renzu

hasidu commented 1 year ago

is there anything renzuu ?

hasidu commented 1 year ago

also when i open clothing menu its give me my mask so if exit from menu and remove mask from dp clothing menu and after re enter in the menu it give me again mask

so is there any fix for that ?

renzuzu commented 1 year ago

dp clothing and renzu_clothes is not sync

i will try to adapt on it.

the cause of it its because the this resource put everything on your skin database back again.

dp clothing does is only remove it and not modifying the database

hasidu commented 1 year ago

thank you renzu i will wait for update

M4grinhojr commented 1 year ago

hello, what´s the trigger for s4-house to use the wardrobe?

renzuzu commented 1 year ago

there is exports

exports('OpenClotheInventory', function(nocam)
    return OpenClotheInventory(nocam)
end)

exports('OpenClotheMenu', function(restrict, nocamera, export)
    return OpenClotheMenu(restrict, nocamera, export or true)
end)