I got bug in this script:
local before, after = {x = 738, y = 700, z = 7}, {x = 743, y = 696, z = 7}
function onUse(cid, item, fromPosition, itemEx, toPosition)
local k = item.itemid == 1945 then
if k then
local thing = getThingFromPos(before, false).uid
if isPlayer(thing) then...