milbradt
New Member
- Joined
- Dec 25, 2011
- Messages
- 177
- Solutions
- 1
- Reaction score
- 4
Code:
CONFIG = {
[1272] = {x = 82, y = 173, z = 7},
[1111] = {x = 82, y = 175, z = 7},
[1111] = {x = 82, y = 174, z = 7},
[1111] = {x = 82, y = 172, z = 7},
}
for itemid, offset in pairs(CONFIG) do
local item = getTileItemById(offset, itemid)
if item.uid > 0 then
doRemoveItem(item.uid)
end
end