• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

0.3.6 function setItemName Error

rafael2009

New Member
Joined
Jun 7, 2009
Messages
21
Reaction score
2
Hello everybody, I came here to ask for help.
It seems that version 0.3.6 has a function SetItemName and others.The attack is also the script that I use in all versions of TFS, but 0.3.6 did not work, take a look:

function onUse(cid, item, pos)
doPlayerSendTextMessage(cid,25," ! Você encontrou uma Sword Lost ! ")
container = doPlayerAddItem(cid, 2000, 1)
k = doAddContainerItem(container, 7405, 1)
setItemName(k.uid,"Evento")
end

If I'm wrong correct me, but before the test 0.3.6. Thanks
 
Back
Top