@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;