Added support for rcore_clothing in wardrobe

I have tested this on my local, feel free to merge it if you're happy to add support for rcore_clothing!
This commit is contained in:
desypher
2025-10-12 01:15:30 +02:00
committed by GitHub
parent e05815cfbd
commit 696b469309

View File

@@ -972,6 +972,12 @@ local wardrobeFunc = {
TriggerEvent("illenium-appearance:client:openOutfitMenu") TriggerEvent("illenium-appearance:client:openOutfitMenu")
end, end,
}, },
{
name = "rcore_clothing",
openWardrobe = function()
TriggerEvent('rcore_clothing:openChangingRoom')
end,
}
} }
--- Opens the clothing customization menu --- Opens the clothing customization menu
@@ -984,4 +990,5 @@ function openClothing()
break break
end end
end end
end end