viewing paste Population Count | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14
prontera,150,150,5  script  Population-Count    99,{
end;
 
OnTimer30000:
delwaitingroom "Population-Count";
waitingroom "Server Population: "+getusers(1)+"",0;
stopnctimer;
initnpctimer;
end;
 
OnInit:
initnpctimer;
end;
}
Viewed 1678 times, submitted by Streusel.