viewing paste Unknown #14519 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
//Online Counter by Normynator v1.0
prontera,153,163,5  script  Online  71,{
function On;
OnInit:
    set .p, getusers(1);
    On;
    end;
OnPCLogoutEvent:
    .p--;
    On;
    end;
OnPCLoginEvent:
    .p++;
    On;
    end;
On:
    delwaitingroom strnpcinfo(0);
    waitingroom "Player : " + .p , 0;
    end;
}
Viewed 608 times, submitted by Normynator.