Jump to content
  • 0
Tdi123

Como faço para a janela de chat, monitorar dois mapas?

Question

Exemplo:

setarray    $WOT$[0],"guild_vs2"; // NOME DO MAPA QUE SERÁ MONITORADO EM TEMPO REAL
        waitingroom    "",0;

    OnTimer1000:
        setarray    [email protected]$,"["+getmapusers($WOT$[0])+"] Arena PvP"; // MENSAGEM QUE SERÁ EXIBIDA PELA PLACA
        delwaitingroom;
        waitingroom    [email protected]$[rand(0)],0;
        initnpctimer;

Nessa configuração ele monitora apenas 1 mapa, porém eu queria que ele monitorasse dois mapas, mudando a cada 5 segundos!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
//====================== "Balão de Chat"

OnInit:
 waitingroom "",0;
  OnTimer2000:
   setarray    $WOT$[0],"guild_vs2"; // NOME DO MAPA QUE SERÁ MONITORADO EM TEMPO REAL
   setarray [email protected]$,"["+getmapusers($WOT$[0])+"]","janela 2","janela 3";
    set [email protected], rand(getarraysize([email protected]$));
    delwaitingroom;
     waitingroom [email protected]$[[email protected]],0;
      initnpctimer;

//======================

n testei, mas acredito q vá te ajudar em algo ^^

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.