forked from Simnation/Main
9 lines
291 B
Lua
9 lines
291 B
Lua
![]() |
---@diagnostic disable: duplicate-set-field
|
||
|
if GetResourceState('illenium-appearance') == 'missing' then return end
|
||
|
if GetResourceState('rcore_clothing') ~= 'missing' then return end
|
||
|
Clothing = Clothing or {}
|
||
|
|
||
|
function Clothing.OpenMenu()
|
||
|
TriggerEvent('qb-clothing:client:openMenu')
|
||
|
end
|