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

7 lines
128 B
Lua

if Config.Wardrobe ~= 'raid_clothes' then
return
end
function openWardrobe()
TriggerEvent('raid_clothes:openmenu')
end