Id: 5366; Nick: BenSax; Timestamp: 2008-02-08 13:26:19; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;!point nick points
on *:text:!point*:#:{
  writeini # $+ .ini points $2 $3
}
;!rank
on *:text:!rank:#:{
  if ($2 == $null) && ($readini(# $+ .ini ,points,$nick) != $null) {
    notice $nick You got $readini(# $+ .ini ,points,$nick) points.
  }
  ;!rank nick
  if ($2 != $null) && ($readini(# $+ .ini ,points,$2) != $null) {
    notice $nick $2 points is $readini(# $+ .ini ,points,$2) $+ .
  }
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)