dpClothing+ (1.0.3) Clothing Variations and Toggles (Gloves, Vest, Top, Hair, Bag and more)

Hey brother, when players take their shirts off, its defaults to a black hoodie instead of being shirtless, any fix for this? im guessing ive compiled clothing wrong or something.

I’m trying to make a hairtie item, but cannot find the right export to make it work…
This is the code I currently have:

ESX                = nil

TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)

local hair = false

ESX.RegisterUsableItem('hairtie', function(source)

    if hair then 

        local xPlayer = ESX.GetPlayerFromId(source)

        TriggerEvent("dp:ToggleClothing:Hair")

        --ExecuteCommand(Config.Commands.Lang("HAIR"))

        hair = false

    else

        local xPlayer = ESX.GetPlayerFromId(source)

        --ExecuteCommand(Config.Commands.Lang("HAIR"))

        TriggerEvent("dp:ToggleClothing:Hair")

        hair = true

    end

end)

Not sure if this could be the issue or not, but from what I remember is essentially whenever you add new clothes into your server, you pretty much have to re-install / re-configure the whole menu because now each hat, shirt, glasses, whatever you originally configured is now different. Therefor it will not work correctly anymore.

I would try that first and see if it configures normally again.

If its your first time installing this program and using it, you have to tell the script to essentially: if command shirt is toggled and player takes off shirt, then player will now be shirtless and will show his/her upper body. You will also need to make your configurations.

I hope that makes sense / helps!

Good work as always amazing.

I’m having the same problem and I’ve tried almost everything

Ok, I’ve solved my problem.
It was going in contrast with a script that I’m developing right now that requires skinchanger.

Hey! Does anyone know how to spawn after relog always without your mask on

did you ever get an answer to this got the same issue

I’m trying to get the male tshirt_1 to change to 15 and the female tshirt_1 to chage to 14.

Currently both go to 15 via the config.

How can I get them to deviate?

any help would be appreciated :frowning:

For some reason mine does not work. I hold Y, press on the item I want to take off / on with my mouse. It does not say anything and I can not do it. I have cleared my cache, I have tried restarting FiveM, I have tried checking on all servers I am in, same problem.

1 Like

hey so i do -1 on the tshirt slot and i get no top but others see me in a top why is this

same
for me

Go to settings and you must see an option to change things of the mouse (Mouse settings or similar). Inside that, you see an option called Mouse Input or similar. Check that you NOT have Window, you must have in one of the another two. I hope it works for you

Is it possible to make it remove and add back the armour of the vest when people take it off/on?

I noticed that if i equip a bulletproof vest and then take it off via the Menu i will still have 100 armour on my ped.

1 Like

Can you pass me the barbershop?

Hi,

I have two questions :

  1. I made sure that when I remove the top, it strikes the chest bare. On the female character it works, but on the male character, there is a remnant of the undershirt …

  2. When you take off the bottom, how do you put the color variation you want on the bottom you have chosen?

Sorry for my english, i’m french

Thanks for your help

How do I delete the controller bind?

Try your database

Thanks for the italian translation!