Scripts/resources/[il]/illenium-appearance/client/management/esx.lua

16 lines
261 B
Lua
Raw Normal View History

2024-12-29 19:49:12 +00:00
if not Config.BossManagedOutfits then return end
if not Framework.ESX() then return end
function Management.RemoveItems()
-- Do nothing
end
function Management.AddItems()
-- Do nothing
end
function Management.AddBackMenuItem()
-- Do nothing
end