mIRC Home    About    Download    Register    News    Help

Print Thread
#70272 04/02/04 07:49 AM
Joined: Jun 2003
Posts: 13
N
netzer0 Offline OP
Pikka bird
OP Offline
Pikka bird
N
Joined: Jun 2003
Posts: 13
ok well this is what i got so far on a new subject.

Code:
 on *:TEXT:@info*:#unt.scrim:{ if $msg = true then 
  /msg usernamehere info from $nick 8,1info 4:**right here is where im missing** 11 
  alias mdx {return scripts\dll\dmx.dll}
 


Where the two **'s are is where i am just guessing where the code is missing, Im trying to get it so the user can do a @info and send me the info as in cs wise be able to send me their info of league either west or east well you get the picture. thanks guys!

#70273 04/02/04 08:02 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Code:
on *:TEXT:@info *:#unt.scrim:{ 
  if $msg = true { msg usernamehere info from $nick 8,1info 4:[color:tomato]$2-[/color] 11 } 
}
You need to watch the spacing (seen in alias mdx {[color:red]return scripts\dll\dmx.dll}[/color] , and also brace matching (use the "{}" button in mircs editor)
Code:
alias mdx { return scripts\dll\dmx.dll }


Link Copied to Clipboard