mIRC Home    About    Download    Register    News    Help

Print Thread
#49532 15/09/03 04:31 AM
Joined: Sep 2003
Posts: 11
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Sep 2003
Posts: 11

its a presentacion of my script ,i use on conect

on 1:connect::#:
{ .echo Katana Script ... $Version $+ / $+ $os
.echo ------------- ...
.echo ®Version Verdugo ...
echo Copyright VerDuGo Team of Terror ...

if ·$server == chat.clarin.com .echo -s Bienvenidos al Server Clarin !!!!!!!!!!!!!!!! else
if $server == nodo1.redhispana.org .echo -s Bienvenidos al Server HISPANA !!!!!!!!!!!!!!!! )


its write good . any sugestiions help request

thnxxxxxxxxx


#49533 15/09/03 04:36 AM
Joined: Apr 2003
Posts: 300
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 300
Code:
on 1:connect: {
  echo -a Katana Script ... $Version $+ / $+ $os
  echo -a ------------- ... 
  echo -a ®Version Verdugo ... 
  echo -a Copyright VerDuGo Team of Terror ... 
  if ($server == chat.clarin.com) echo -a Bienvenidos al Server Clarin !!!!!!!!!!!!!!!!
  if ($server == nodo1.redhispana.org) echo -a Bienvenidos al Server HISPANA !!!!!!!!!!!!!!!!
}

i put -a instead of -s, so u will see the echo in ur active channel, cos if u r looking in a channel u wont realy notice it in status


Liek OMG Yuo Stoleded my MageHurtzzzz!!!11
#49534 15/09/03 04:54 AM
Joined: Sep 2003
Posts: 11
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Sep 2003
Posts: 11
thnx so much work real fine


Link Copied to Clipboard