mIRC Home    About    Download    Register    News    Help

Print Thread
#105726 20/12/04 12:10 PM
G
GogetaX
GogetaX
G
how to use it rightly?

when i inputing something, it saying to me this 2 times... why? and how to fix it?

#105727 20/12/04 12:39 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
Use the /halt command.

Example:

on *:input:#:{
echo -a Your usual text will not be displayed.
halt
}


Regards,

#105728 20/12/04 02:33 PM
G
GogetaX
GogetaX
G
so HALT its destroying last SAY?

#105729 20/12/04 02:50 PM
G
GogetaX
GogetaX
G
humm
it dont working when i using something like this:
Code:
 
on *:INPUT:#:{
  if ( %Languange.letters == 2 ) {
    say $replacecs($$1-,a,2a,b,3b,c,4c,d,5d,e,6e,f,7f,g,8g,h,9h,i,10i,j,11j,k,12k,l,13l,m,14m,n,15n,o,0o,p,2p,q,3q,r,4r,s,5s,t,6t,u,7u,v,8v,w,9w,x,10x,y,11y,z,12z,A,2A,B,3b,C,4C,D,5D,R,6R,F,7F,G,8G,H,9H,I,10I,J,11J,K,12K,L,13L,M,14M,N,15N,O,0O,P,2P,Q,3Q,R,4R,S,5S,T,6T,U,7U,V,8V,W,9W,X,10X,Y,11Y,Z,12Z)
    halt
  }
}
 

#105730 20/12/04 06:59 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
That works fine for me, make sure you have %Languange.letters actually set or it won't work, and make sure you have it in a new remote file.

As a note, if you use that, you'll get banned from most channels.

Regards,

#105731 20/12/04 07:45 PM
G
GogetaX
GogetaX
G
it writing to me the text in duble
one text its a simple text
and the secund text its with color text...

#105732 20/12/04 08:26 PM
D
DaveC
DaveC
D
search your scripts for for another ON INPUT even thou you halted it, it only halts the default action, not another on input, so maybe theres another script thats doing a /say frown


Link Copied to Clipboard