Id: 2004; Nick: ziNus; Timestamp: 2007-11-15 19:32:17; Pasted as: mIRC
Description: HELP ME PLZZZZZZZZZ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
alias pb.top10 {
  var %x 1
  while (%x <= $pb.players) {
    if ($hget(pb.top10,$address($hget(pb.users,%x),5))) != $null) {
      hadd pb.top10 $address($hget(pb.users,%x),5) %x
      hadd pb.top10 $address($hget(pb.users,%x),5) %x
    }
    if ($hget(pb.top10,$address($hget(pb.users,%x),5))) == $null) {
      hadd pb.top10 $address($hget(pb.users,%x),5) 1
      hadd pb.top10 $address($hget(pb.users,%x),5) 1
    }
    inc %x
  }
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.