# Job Clothes Issue

### Bad Looking Clothes

If you're experiencing issues with your job clothing our scripts, such as clothes looking different than intended or having holes, it's likely caused by modified clothing packs that change the order of the clothing items. To fix this issue, you need to adjust the numbers of your clothes in the Config.Clothes file for both male and female clothing. The quickest way to do this is to first wear the clothes in-game, then copy the numbers of your clothes into the configuration file.

### Not working clothes at all

If you're using a framework other than ESX and QBCore, you'll need to configure your entire clothing system in the /client/functions.lua file to ensure that it works with the script's ability to restore your original clothing. Unfortunately, we can't provide universal guidance as every clothing system is different. However, the goal of this modification is to adapt the clothing restoration to the defaults.

After properly connecting your clothing system to our script, don't forget to remove the following code that cancels the function execution at the top of the file:

{% code overflow="wrap" %}

```lua
if Config.Framework ~= "QBCore" and Config.Framework ~= "ESX" then
    print("CANNOT CHANGE CLOTHES, PLEASE CONFIGURE UR CLOTHES SYSTEM IN /Client/Functions.lua file.")
    return
end
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.17movement.net/multiplayer-jobs/common-issues/job-clothes-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
