👚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:

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

Last updated