I use this table in the AddEvent.
but does not work ;x
I'm using so:
local from = {x=1234, y=1234, z=3}
local to = {x=1234, y=1234, z=3}
local function createitem(item, pos)
for x = from.x, to.x do
for y = from.y, to.y do
local v = getTopCreature({x=x, y=y, z=from.z}).uid...