forked from Simnation/Main
8 lines
128 B
Lua
8 lines
128 B
Lua
![]() |
if Config.Wardrobe ~= 'raid_clothes' then
|
||
|
return
|
||
|
end
|
||
|
|
||
|
function openWardrobe()
|
||
|
TriggerEvent('raid_clothes:openmenu')
|
||
|
end
|