8 lines
133 B
Lua
8 lines
133 B
Lua
![]() |
if Config.Wardrobe ~= 'qs-appearance' then
|
||
|
return
|
||
|
end
|
||
|
|
||
|
function OpenClotheMenu()
|
||
|
TriggerEvent('clothing:openOutfitMenu')
|
||
|
end
|