vingo
Active Member
- Joined
- Oct 27, 2012
- Messages
- 464
- Reaction score
- 43
http://otland.net/attachments/notrash-error-png.23616/
PHP:
function onAddItem(moveitem, tileitem, position)
if (tileitem.actionid > 0 or tileitem.uniqueid > 0) then
doRemoveItem(moveitem.uid)
doSendMagicEffect(position, CONST_ME_POFF)
end
return true
end