Ir para conteúdo
Banner com Efeitos

Featured Replies

Postado

creaturescripts..

local storage = 13500
local efeito = 30
local time = 5

    function effect(cid)
      if isPlayer(cid) then
         if getPlayerStorageValue(cid, storage) >= 1 then
            doSendMagicEffect(getCreaturePosition(cid), efeito)
            addEvent(effect, time * 1000, cid)
         end
      end
    end

function onLogin(cid)

if getPlayerStorageValue(cid, storage) >= 1 then
   doSendMagicEffect(getCreaturePosition(cid), efeito)
   addEvent(effect, time * 1000, cid)
end

 return true
end
<event type="login" name="PlayerEffect" event="script" value="NomeDoArquivo.lua"/>

obs : para o efeito sair o player tem que deslogar 1 vez depois de ganhar a storage.

infos40x40.png

Skype : duhw.carvalho

 

Ajude-nos a crescer, clicando em curtir

 

 

 

  • Respostas 7
  • Visualizações 912
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Eduardo Carvalho
    Eduardo Carvalho

    creaturescripts.. local storage = 13500 local efeito = 30 local time = 5     function effect(cid)       if isPlayer(cid) then          if getPlayerStorageValue(cid, storage) >= 1 then          

Postado
  • Autor

creaturescripts..

local storage = 13500
local efeito = 30
local time = 5

    function effect(cid)
      if isPlayer(cid) then
         if getPlayerStorageValue(cid, storage) >= 1 then
            doSendMagicEffect(getCreaturePosition(cid), efeito)
            addEvent(effect, time * 1000, cid)
         end
      end
    end

function onLogin(cid)

if getPlayerStorageValue(cid, storage) >= 1 then
   doSendMagicEffect(getCreaturePosition(cid), efeito)
   addEvent(effect, time * 1000, cid)
end

 return true
end
<event type="login" name="PlayerEffect" event="script" value="NomeDoArquivo.lua"/>

obs : para o efeito sair o player tem que deslogar 1 vez depois de ganhar a storage.

eu tenho que resgistra no login.lua?

tipo 

registerCreatureEvent(cid, "xxxxxx")

Editado por macalo (veja o histórico de edições)

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo