GOD Wille
Excellent OT User
tfs 0.4
and i do get tile not found error, why?
Code:
local config = {
pos1 = getCreaturePosition(cid),
bushId = 1285,
}
function onSay(cid, words, param, channel)
if(param == '') and
getTileItemById(config.pos1, config.bushId).uid <= 0 then
doTileAddItemEx(config.pos1, config.bushId)
end
return true
end
and i do get tile not found error, why?