mIRC Homepage
Posted By: Wragg map - 20/10/04 03:22 PM
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 ?
Posted By: Voice_of_Power Re: map - 20/10/04 03:33 PM
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
Posted By: Wragg Re: map - 20/10/04 05:35 PM
ooops, sorry, nvm i removed timestamps and that $color crap lol

now it works ok
© mIRC Discussion Forums