[Free] dpClothing + With UI

Description:

I made a simple UI for the script made by Dullpear_dev

Orginal Script (dpClothing+) : Click Here

Showcase

Download:

Github

Code is accessible No
Subscription-based No
Lines (approximately) ~600
Requirements Nothing
Support No

Our Scripts:

19 Likes

Nice alternativ UI !

It doesn’t work for me, my clothes don’t have commands

1 Like

you need to download the original dpClothing to use it

download link: dpClothing+ (1.0.3) Clothing Variations and Toggles (Gloves, Vest, Top, Hair, Bag and more) - FiveM Resource Development & Modding / Releases - Cfx.re Community

do i need to have both?

It stops me when I have to exit and then I get “invalid command szclothing”

dpclothingui\Client\NUI.lua on the line 81

Citizen.CreateThread(function()
    RegisterKeyMapping('+szclothing', 'Toggle Clothing', 'keyboard', Config.NUI.DefultKey)
    RegisterCommand('+szclothing', ShowClothingUI, false)
end)

then

RegisterCommand('szclothing', function()
	if not isDead then
		ShowClothingUI()
	end
end, false)


Citizen.CreateThread(function()
    RegisterKeyMapping('szclothing', 'Toggle Clothing', 'keyboard', Config.NUI.DefultKey)
end)

or

Citizen.CreateThread(function()
    RegisterCommand('+szclothing', ShowClothingUI, false)
    RegisterKeyMapping('+szclothing', 'Toggle Clothing', 'keyboard', Config.NUI.DefultKey)
end)

For some reason with the masks if I add a extra for it to set it does it the opposite order for some reason. So if i set extra for hair to be 0 so no hair will stick through the mask it makes them bald when they take the mask off but keeps the hair when they put it on. Seems like everything else works the right way besides the mask?

hello
to you manage to solve the problem I have the same

i having error on the command for refreshcc and the desccircle
help please

are you already fix that?