1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/community_bridge/modules/clothing/esx_skin/client.lua
2025-08-06 16:37:06 +02:00

8 lines
308 B
Lua

---@diagnostic disable: duplicate-set-field
if GetResourceState('esx_skin') == 'missing' then return end
if GetResourceState('rcore_clothing') ~= 'missing' then return end
Clothing = Clothing or {}
function Clothing.OpenMenu()
TriggerEvent('esx_skin:openMenu', function() end, function() end, true)
end