Tdi123 Posted February 4, 2021 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 Share Posted February 4, 2021 Exemplo: setarray $WOT$[0],"guild_vs2"; // NOME DO MAPA QUE SERÁ MONITORADO EM TEMPO REAL waitingroom "",0; OnTimer1000: setarray .@MSG$,"["+getmapusers($WOT$[0])+"] Arena PvP"; // MENSAGEM QUE SERÁ EXIBIDA PELA PLACA delwaitingroom; waitingroom .@MSG$[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! Quote Link to comment Share on other sites More sharing options...
0 rickzera Posted February 5, 2021 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 51 Reputation: 3 Joined: 08/01/12 Last Seen: 14 hours ago Share Posted February 5, 2021 //====================== "Balão de Chat" OnInit: waitingroom "",0; OnTimer2000: setarray $WOT$[0],"guild_vs2"; // NOME DO MAPA QUE SERÁ MONITORADO EM TEMPO REAL setarray .@Merc$,"["+getmapusers($WOT$[0])+"]","janela 2","janela 3"; set .@msg, rand(getarraysize(.@Merc$)); delwaitingroom; waitingroom .@Merc$[.@msg],0; initnpctimer; //====================== n testei, mas acredito q vá te ajudar em algo ^^ Quote Link to comment Share on other sites More sharing options...
Question
Tdi123
Exemplo:
setarray $WOT$[0],"guild_vs2"; // NOME DO MAPA QUE SERÁ MONITORADO EM TEMPO REAL
waitingroom "",0;
OnTimer1000:
setarray .@MSG$,"["+getmapusers($WOT$[0])+"] Arena PvP"; // MENSAGEM QUE SERÁ EXIBIDA PELA PLACA
delwaitingroom;
waitingroom .@MSG$[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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.