Jump to content

gabrielks

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by gabrielks


  1. @Ridley thank you so much worked, could you help me just one more thing? add this to npc:  

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

        OnTimer1000:
            setarray    .@MSG$,"["+getmapusers($WOT$[0])+"] Online(s)"; // MENSAGEM QUE SERÁ EXIBIDA PELA PLACA
            delwaitingroom;
            waitingroom    .@MSG$[rand(0)],0;
            initnpctimer;

×
×
  • Create New...

Important Information

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