Advertisement
intersys

Untitled

Aug 15th, 2014
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.27 KB | None | 0 0
  1. alias test {
  2.   var %x = 1, %file = mixs.ini
  3.   while ($ini(mixs.ini,%x)) {
  4.     var %topic = $v1
  5.     if ($readini(%file,%topic,numplayers) > $numtok($readini(%file,%topic,players),44)) && ($readini(%file,%topic,numplayers) == $1) {
  6.       echo -s %topic
  7.     }
  8.     inc %x
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement