can any1 give me a enlightment on how to add this to store ?! ive got everything working except the clothe stores now ive read old comments of ppl talking about it but couldnt really figured out how to do it for myself so if anyone can give me some tip would be nice , so yeah… if anyone can give me some light about it would love it
Para poner stop a cualquier esx solo comentalo con # esx_skin
thanks but not works
Thanks so much!
hi, did you fix it?
Please read this
Same Here Only ClothShop not working skin is resetting any fix you get
???
Pode partilhar esse script por favor?
could someone tell me during the install what does " Include [this code] somewhere you init first player connection" mean, and how to do it? thanks
cant download
- Inventory
- Messaging service
tried to make it work but:
SCRIPT ERROR: @skincreator/server.lua:5: attempt to index a nil value (local ‘user’)
ref (@skincreator/server.lua:5)
handler (@essentialmode/server/player/login.lua:134)
handler (@skincreator/server.lua:4)
perfect but u need to change the language in html
Did you manage to get this going with kashacters ?
I got the menu working with target correctly, but when i close the menu and open the chat i cant type, but i can move etc…
How do I install the HUD ??
How do I change this to English
If you dont want this ****! Follow below…
If you have some brain cells in editing/developing scripts, Its pretty easy, just follow.
-
Go to https://github.com/boermansjo/ESX_HUD And download this version.
-
Go to esx_identity/client/main.lua [line: 88 or press ctrl + f and search esx_skin]
Should say something like:

if reason == "" then
TriggerServerEvent('esx_identity:setIdentity', data, myIdentifiers)
EnableGui(false)
Citizen.Wait(500)
TriggerEvent('esx_skin:openSaveableMenu', myIdentifiers.id)
else
ESX.ShowNotification(reason)
end
end)
Replace with this: 
if reason == "" then
TriggerServerEvent('esx_identity:setIdentity', data, myIdentifiers)
EnableGui(false)
Citizen.Wait(500)
-- TriggerEvent('esx_skin:openSaveableMenu', myIdentifiers.id)
TriggerEvent('hud:loadMenu')
else
ESX.ShowNotification(reason)
end
end)
-
Done

-
(optional) If you are using esx_skin, skinchanger and you want to add this, make sure It is in this order!
start skinchanger
start skincreator
start esx_skin
finally someone with a working brain 
I am working on other stuff. But as soon as I can, I will finish this version compatible with esx_skin.
hey thanks for solve that issue, what about the clotheshop, do you know about get it working with skinchanger?

