HeberPcL
[PowerOT.com.br]
I'm trying to create a function to check if there is one item in a particular area.
config
Functions:
getTileItemById(pos, itemId[, subType = -1])
doRemoveItem(uid[, count = -1])
Can help?
config
PHP:
area = {
{fromx=202, fromy=254, fromz=5, tox=204, toy=256, toz=5}, -- Area 1
{fromx=220, fromy=292, fromz=5, tox=222, toy=294, toz=5} -- Area 2
}
Functions:
getTileItemById(pos, itemId[, subType = -1])
doRemoveItem(uid[, count = -1])
Can help?