Ancores
Active Member
- Joined
- Jan 17, 2010
- Messages
- 538
- Reaction score
- 28
Why isn't this working and how can I fix it?
Error:
Description:
Thanks.
LUA:
function removeItem(item)
doRemoveItem(item)
return true
end
function onSay(cid, words, param, channel)
local item = doCreateItem(2160, 1, getCreaturePosition(cid))
addEvent(removeItem, 5*1000, item)
return true
end
Error:
Description:
[16/02/2010 21:56:26] (luaDoRemoveItem) Item not found
Thanks.