mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Merge pull request #59 from desypher/rcore_clothing_support
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user