mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user