mIRC Home    About    Download    Register    News    Help

Print Thread
#85115 03/06/04 03:31 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
; ®2004 MoonRedSoftware

on ^1:open:?: {
if ($window(@privado).state == $null) window @privado -1 -1 400 100 arial 411 | .clear @privado
if ($nick isin %test) { .echo -a %textoQuery $nick (?) | .echo -a Bienvenido al privado $nick }
else { echo @privado 07TU NICK NO ESTA PERMITIDO $nick  | .titlebar TU NICK NO ESTA PERMITIDO $nick | .ignore $nick | .grabarquerys | halt }
}
on *:open:?:{
.background $nick KII_Character_2_resize.jpg
echo -g $nick 12Comienzo de Sesion: $asctime
echo -g $nick 12Ip : $Nick ( $+ $fulladdress $+ )
}


i have users like this 99 blushps 100:voice 200:friends
i want add like accepted list

any help?


mess with the best
#85116 03/06/04 05:02 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Not too sure what you're asking, this maybe?
Code:
on ^1:open:?:{
  if [color:blue]$istok(99 100 200,$ulevel,32)[/color] || $nick isin %test { echo -a %textoQuery $nick (?) | echo -a Bienvenido al privado $nick }
  else {
    if !$window(@privado) { window @privado -1 -1 400 100 arial 411 }
    clear @privado
    echo @privado 07TU NICK NO ESTA PERMITIDO $nick 
    titlebar TU NICK NO ESTA PERMITIDO $nick
    .ignore $nick
    grabarquerys
    halt
  }
}
on *:open:?:{
  .background $nick KII_Character_2_resize.jpg
  echo -g $nick 12Comienzo de Sesion: $asctime
  echo -g $nick 12Ip : $Nick ( $+ $fulladdress $+ )
}

* This checks if the userlevel for the event is[color:indigo] 99, 100 or 200[/color]

#85117 03/06/04 08:07 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
can you helpme?
didnt work

how can i do i have

100 and 200 and 99 are my pals and they are allowed to my query

300 we are my enemy


mess with the best

Link Copied to Clipboard