Ir para conteúdo
  • 0

[Resolvido] Quero Coloca Tempo Nessa scripts Me ajuda pfv


DelsonShoes

Pergunta

Quero coloca Tempo Nessa Scripts Para os Player Nao fica usando Toda hr alguem me ajuda pfv?

 

 

 

function onSay(cid, words, param)
if doPlayerRemoveItem(cid,2160,10) == TRUE then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Voce Desbugou!")
doSendMagicEffect(getPlayerPosition(cid), 12)
addLevel(cid, 1)
else
doPlayerSendCancel(cid, "Presisa De 10 Gold Para Desbugar!")
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Presisa De 10 Gold Para Desbugar!")
doSendMagicEffect(getPlayerPosition(cid), 2)
end
end

Editado por DelsonShoes
Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0


function onSay(cid, words, param)

local time = X -- tempo em segundos.

local storage = X -- storage.

if getPlayerStorageValue(cid, storage) - os.time() <= 0 then

if doPlayerRemoveItem(cid,2160,10) == TRUE then

doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Voce Desbugou!")

doSendMagicEffect(getPlayerPosition(cid), 12)

setPlayerStorageValue(cid, storage, os.time()+time)

addLevel(cid, 1)

else

doPlayerSendCancel(cid, "Presisa De 10 Gold Para Desbugar!")

doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Presisa De 10 Gold Para Desbugar!")

doSendMagicEffect(getPlayerPosition(cid), 2)

end

else

doPlayerSendCancel(cid, "Você só poder usar esse script a cada "..time.." Segundos.")

end

end

 

Editado por DuuhCarvalho
Link para o comentário
Compartilhar em outros sites

  • 0
  • Administrador
A questão neste tópico de suporte foi respondida e/ou o autor do tópico resolveu o problema. Este tópico está fechado e foi movido para Suporte - Resolvidos. Se você tiver outras dúvidas, crie um novo tópico.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...