Ir para conteúdo
  • 0

Invocar item


SkyDarkyes

Pergunta

3 respostass a esta questão

Posts Recomendados

  • 0


function onCastSpell(cid, var)

if getPlayerStorageValue(cid, 33333346) < os.time() then

local pos = getPlayerPosition(cid)

 

local exaust = 15 --seg

local item = 2160

local quantidade = 100

setPlayerStorageValue(cid, 33333346, os.time () + exaust)

doPlayerAddItem(cid, item, quantidade)

doSendMagicEffect(pos, 50)

else

doPlayerSendCancel(cid, " aguarde"..getPlayerStorageValue(cid, 33333346) - os.time ().." segundos ")

return FALSE

end

return true

end

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...