local custom_TI = drop.ItemId // 1000000
if (Drop_Func) then
if (custom_TI == 4) or drop.ItemId == 2061000 or drop.ItemId == 2060000 then
entity.DropComponent:OnDestroyDrop()
end
end
Drop_Func = false;
["아이템필터"] = function(self)
Drop_Func = not Drop_Func
print_toggle_message("아이템필터", Drop_Func)
end,
이것도 못하면 그냥 사던가 하셈...
댓글0