• 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!

Ajuda

pakito markinho

New Member
Joined
Jun 4, 2009
Messages
10
Reaction score
0
alguem sabe como coloco para usar a cada 30 segundos?
Code:
function onUse(cid, item, frompos, item2, topos)

efeito = getPlayerPosition(cid)

if item.uid == 12457 then

doPlayerAddMana(cid, 500)
doSendMagicEffect(efeito,1)
doPlayerSendTextMessage(cid,20,"The power stay with you")
doSendAnimatedText(getPlayerPosition(cid), "Ahhhh...", TEXTCOLOR_ORANGE)
end

return 1
end

obrigado desde ja :(
 

Similar threads

Back
Top