mIRC Home    About    Download    Register    News    Help

Print Thread
#2693 20/12/02 10:50 AM
Joined: Dec 2002
Posts: 7
P
Proxy Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: Dec 2002
Posts: 7
alias anotice {
if $chan(0) != 0 && $1 {
var %i 1,%x 1,%d 0
while %x <= $chan(0) {
while %i <= $nick($chan(%x),0) {
if $nick($chan(%x),%i) !isop # && $nick($chan(%x),%i) != $me {
.timer5 5 1 %d notice $nick($chan(%x),%i) $1-
}
inc %i
}
inc %d <DELAY>
%i = 1
inc %x
}
}
}

3 Unknown command

Why? confused

#2694 20/12/02 10:57 AM
Joined: Dec 2002
Posts: 18
W
Pikka bird
Offline
Pikka bird
W
Joined: Dec 2002
Posts: 18
/timer[N/name] [-ceomhipr] [time] <repetitions> <interval> <command>

You have: timer5 5 times 1s delay command: %d


-watcher
#2695 20/12/02 12:42 PM
Joined: Dec 2002
Posts: 75
wyx Offline
Babel fish
Offline
Babel fish
Joined: Dec 2002
Posts: 75
old
.timer5 5 1 %d notice $nick($chan(%x),%i) $1-
new
.timer5 5 %d notice $nick($chan(%x),%i) $1-
^^^^ try this


-= Win 95 Virusses =-
-= Try To Infecting Virus =-

Link Copied to Clipboard