mIRC Home    About    Download    Register    News    Help

Print Thread
#101103 20/10/04 03:22 PM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
i have this:

;/MAP
raw 006:*:{
window -lk +s @MAP 220 50 320 290 @MAP Verdana 11
if !$line(@MAP,0) {
.aline @MAP $theme(logo) $network MAP:
.aline @MAP $chr(160)
}
.aline @MAP $color(normal text) -s $timestamps $+ $theme(logo) $2 $3 $4 $5 $6
halt
}
raw 007:*:{
.aline @MAP $chr(160)
.aline @MAP $color(normal text) -s $timestamps $+ $theme(logo) End of /MAP
halt
}


but when map is showed i get this:

0 -s (17:20) maptree

why is this "0 -s" showing and how to fix it ?

#101104 20/10/04 03:33 PM
Joined: Oct 2003
Posts: 42
V
Ameglian cow
Offline
Ameglian cow
V
Joined: Oct 2003
Posts: 42
instead of:

Code:
.aline @MAP $color(normal text) -s $timestamps $+ $theme(logo) $2 $3 $4 $5 $6


Try:

Code:
.aline $color(normal text) -s @MAP $timestamps $+ $theme(logo) $2-6


Note the $2-6 bit wink

#101105 20/10/04 05:35 PM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
ooops, sorry, nvm i removed timestamps and that $color crap lol

now it works ok

Last edited by Wragg; 20/10/04 05:39 PM.

Link Copied to Clipboard