mIRC Homepage
Posted By: SnakeRulez help me .. - 18/04/03 05:06 PM
this command not working :
on *:TEXT:*:#:{
if ($me isin $1-) {
var %tempmsg $time(HH:nn:ss) $date(m/d/yyyy) 13ChanMessage: <3 $+ $chan $+ 12\4 $+ $address($nick,5) $+ > $1-
if ($window(@Private) == $null) { window -ng1 @Private }
aline -hp @Private %tempmsg
}
}
Posted By: KingTomato Re: help me .. - 18/04/03 05:12 PM
if you use var, you need the '=' i believe like...

var %var = value

rather then

var %var value

I believe... (I can fly) grin
Posted By: Cheech Re: help me .. - 18/04/03 05:12 PM
if everything after var %tempmsg is supposed to be the %var i think you need a = in between it
Posted By: laz Re: help me .. - 19/04/03 04:58 AM
Just don't use a var:

Code:
  
on *:TEXT:*:#:{
  if ($me isin $1-) {
    if ($window(@Private) == $null) { window -ng1 @Private }
    aline -hp @Private $time(HH:nn:ss) $date(m/d/yyyy) 13ChanMessage: &lt;3 $+ $chan $+ 12\4 $+ $address($nick,5) $+ &gt; $1-
  }
}
Posted By: _D3m0n_ Re: help me .. - 19/04/03 05:38 AM
true your method would work but i think if he added simply ONE thing to his ... his would also work like this:
Code:
var %tempmsg [color:red]=[/color] $time(HH:nn:ss) $date(m/d/yyyy) 13ChanMessage: &lt;3 $+ $chan $+ 12\4 $+ $address($nick,5) $+ &gt; $1-


just adding the = would have done the trick to make his work ...... just a simple lil missing thing and it annoys ya so u cant figure out whats wrong ..... lol ive had my share of them
Posted By: KingTomato Re: help me .. - 19/04/03 07:09 PM
Sry for being off-topic, but has anyone else noticed the bogus post dates on these messages? Mine is in 2003, and you ppl are posting in 2002? confused
Posted By: Cheech Re: help me .. - 19/04/03 07:20 PM
thats actually the date you registered to the forum i think .
© mIRC Discussion Forums