1
0
Fork 0
forked from Simnation/Main
Main/resources/[housing]/qs-housing/client/custom/wardrobe/ak47_clothing.lua
2025-06-09 23:54:46 +02:00

8 lines
311 B
Lua

if Config.Wardrobe ~= 'ak47_clothing' then
return
end
function openWardrobe()
exports['ak47_clothing']:openOutfit() -- if it doesn't work with this export use other event
-- TriggerEvent('ak47_clothing:openOutfitMenu') -- Use this only if the first export doesn't work, depend of you'r version
end