2026-04-14 17:41:39 +02:00

8 lines
162 B
Lua

if Config.Wardrobe ~= 'illenium-appearance' then
return
end
function openWardrobe()
TriggerEvent('illenium-appearance:client:openOutfitMenu')
end