Guest User

Untitled

a guest
Dec 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on *:TEXT:!updatestats:#: {
  2. if (%z == %forx) {
  3. set %z 0, %x = %x + 1
  4. }
  5. var %x = 1, %z = 0, %t = $gettok(%finished,%x,32)
  6. while (%z <= %forx / 4) {
  7. set %stats [ $+ [ %t ] ] $addtok(%stats $+ %t,$matchtok(%picksfor $+ %t,$gettok(%thewinners,%z,44),44),44)
  8. %z = %z + 1
  9. echo -ga %stats [ $+ [ %t ] ]
  10. }
  11. }
Add Comment
Please, Sign In to add comment