Undress clothes

Ignore this page unless you are having trouble with "undressing" in the clothing shops.

Almost all servers will have this working out of the box.

Using the "Undress" button in the clothing shops is pretty easy, unless you click it and it puts some random clothing on you instead of taking it off.

This is because some replace clothing packs decided to replace the clothes representing the "naked" ped with some other clothes.

How to fix it

Let's say you are in "Lower body" > "Pants" category, you click on "Undress" and instead being without pants, you have some random pants on. (This is just an example on the Pants category, please follow same steps for different categories as well)

To fix it, you have to find which clothing on your server will make you look undressed and change it in the config. Follow these steps:

  1. Enable Admin mode

  2. Enable "Stock management"

  3. Go to the category you want to fix the "undress" in

  4. Find the piece of clothing that makes you look undressed

  5. Click on it to preview it

  6. Scroll down in Admin mode and copy the "Previewed item hash"

  7. Go to rcore_clothing\configs\config_default.lua

  8. Looks for Config.UnsetCards and in the table look for male or female ped depending on which one is broken

    • Male ped is mp_m_freemode_01

    • Female ped is mp_f_freemode_01

  9. We were in "Pants" category, so in the table we will be editing "pants"

  10. This is default: pants = '1724446270',, paste the hash there instead of the default one

    • Example: pants = '1724446270', -> pants = 'Male_xmas2--4--0--3',

  11. Save the file and restart the script

Now when you click "Undress" in the "Pants" category, you should be without a shirt.

Last updated

Was this helpful?