• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

QBCORE Mercy Clothing 3.0 (Newest Version) (1 Viewer)

JackF1337

Member
May 18, 2023
7
4
3
Credits
639
Mercy Clothing Newest Version

Replaces qb-clothing but needs some adjustments if you are not using default qb-multicharacters

# F̲e̲a̲t̲u̲r̲e̲s̲:
# • A lot of clothing options
# • Saved Outfits
# • Outfit Presets
# • Tattoos
# • Color Palettes
# • Unique Clothing Prices
# • Sliders
# • Depth Of Field
# • Optimised
# • Hair Fades
# • More..



Enjoy!
 

wassim_192

Active member
Feb 28, 2023
60
11
8
Credits
30
Mercy Clothing Newest Version

Replaces qb-clothing but needs some adjustments if you are not using default qb-multicharacters

# F̲e̲a̲t̲u̲r̲e̲s̲:
# • A lot of clothing options
# • Saved Outfits
# • Outfit Presets
# • Tattoos
# • Color Palettes
# • Unique Clothing Prices
# • Sliders
# • Depth Of Field
# • Optimised
# • Hair Fades
# • More..

-=Stripped Content=-

Enjoy!
oprn source ?
 

Bokraaa

Member
May 18, 2023
6
1
1
Credits
1
Mercy Clothing Newest Version

Replaces qb-clothing but needs some adjustments if you are not using default qb-multicharacters

# F̲e̲a̲t̲u̲r̲e̲s̲:
# • A lot of clothing options
# • Saved Outfits
# • Outfit Presets
# • Tattoos
# • Color Palettes
# • Unique Clothing Prices
# • Sliders
# • Depth Of Field
# • Optimised
# • Hair Fades
# • More..

-=Stripped Content=-

Enjoy!
nice!
 

flatd115

Well-known member
Jan 19, 2023
438
38
28
Credits
36
Mercy Clothing Newest Version

Replaces qb-clothing but needs some adjustments if you are not using default qb-multicharacters

# F̲e̲a̲t̲u̲r̲e̲s̲:
# • A lot of clothing options
# • Saved Outfits
# • Outfit Presets
# • Tattoos
# • Color Palettes
# • Unique Clothing Prices
# • Sliders
# • Depth Of Field
# • Optimised
# • Hair Fades
# • More..

-=Stripped Content=-

Enjoy!
nice
 

JackF1337

Member
May 18, 2023
7
4
3
Credits
639
how to fix CreateFirstCharacter not save skins

Change the event to this and it should work


RegisterNetEvent('qb-clothes:client:CreateFirstCharacter')
AddEventHandler('qb-clothes:client:CreateFirstCharacter', function()
Mercy.Functions.GetPlayerData(function(pData)
local skin = "mp_m_freemode_01"
if pData.charinfo.gender == 1 then
skin = "mp_f_freemode_01"
end

ChangeToSkinNoUpdate(skin)
OpenMenu('New')
SendNUIMessage({
action = "ResetValues",
})
end)
end)
 

skrrtsdd

Member
Feb 16, 2021
7
0
1
Credits
102
Change the event to this and it should work


RegisterNetEvent('qb-clothes:client:CreateFirstCharacter')
AddEventHandler('qb-clothes:client:CreateFirstCharacter', function()
Mercy.Functions.GetPlayerData(function(pData)
local skin = "mp_m_freemode_01"
if pData.charinfo.gender == 1 then
skin = "mp_f_freemode_01"
end

ChangeToSkinNoUpdate(skin)
OpenMenu('New')
SendNUIMessage({
action = "ResetValues",
})
end)
end)
put in cl_main ? or not
 

Users who are viewing this thread

Top