3alola1
I don't have time
PHP:
function onUse(cid, item, frompos, item2, topos)
mag = getPlayerMagLevel(cid)
if mag >= 0 then
doSendMagicEffect(topos,28)
doCreatureSay(cid,"Infinty Manarune!",19)
doSendAnimatedText(getPlayerPosition(cid), "+100000", TEXTCOLOR_PURPLE)
doPlayerAddMana(cid, 1000000)
if item.type > 0 then
end
else
doSendMagicEffect(frompos,2)
doPlayerSendCancel(cid,"You don't have the required magic level to use that rune.")
end
return 1
end
i need help in this i whant to make the rune health so fast!!!