Wops
local pos = {x=111, y=111, z=7}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if doPlayerRemoveMoney(cid, 1000000) then
if math.random(1, 2) == 1 then
doCreateItem(2160, 100, pos)
return doCreateItem(2160, 100, pos)
else
return doPlayerSendTextMessage(cid, 28...