aj-fivem-appearance
aj-fivem-appearance copied to clipboard
[Suggestion]
Is your feature request related to a problem? Please describe.
I have this qb-tattooshop script which makes my ped naked when using tattoo shop. so what do i need to replace the TriggerEvent 'qb-clothing:client:loadOutfit' with to make it work with fivem-appearance?
Full code of the function
function GetNaked()
if GetEntityModel(PlayerPedId()) == `mp_m_freemode_01` then
TriggerEvent('qb-clothing:client:loadOutfit', {
outfitData = {
["arms"] = { item = 15, texture = 0 },
["t-shirt"] = { item = 15, texture = 0 },
["torso2"] = { item = 15, texture = 0 },
["pants"] = { item = 14, texture = 0 },
["shoes"] = { item = 5, texture = 0 },
["glass"] = { item = 0, texture = 0 }
}
})
also the /shirt /pants commands doesn't remove the shirt, instead changes to other clothes.