diff --git a/shared/playerfunctions.lua b/shared/playerfunctions.lua index f9b27f3..0e7a1d9 100644 --- a/shared/playerfunctions.lua +++ b/shared/playerfunctions.lua @@ -972,6 +972,12 @@ local wardrobeFunc = { TriggerEvent("illenium-appearance:client:openOutfitMenu") end, }, + { + name = "rcore_clothing", + openWardrobe = function() + TriggerEvent('rcore_clothing:openChangingRoom') + end, + } } --- Opens the clothing customization menu @@ -984,4 +990,5 @@ function openClothing() break end end -end \ No newline at end of file + +end