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

8 lines
146 B
Lua

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