LG-Gaming Marathon
Would you like to react to this message? Create an account in a few clicks or log in to continue.


LG-Gaming Marathon Server hosted by LGrobert
 
HomeSearchLatest imagesRegisterLog in

 

 !asl

Go down 
AuthorMessage
LGrobert
Elite Newbie
LGrobert


Male Number of posts : 40
Age : 37
Status : Founder
Points : 9
Registration date : 2008-09-30

!asl Empty
PostSubject: !asl   !asl Icon_minitimeMon Nov 24, 2008 3:04 pm

Here a script to identify guys:

Code:
on !*:join:#:{
  if ($nick == $me) {
    halt
  }
  if ($readini(asl.ini,$nick,logged) == Active) {
    halt
  }
  notice $nick Type !addasl age/sex/location to set your asl. Type !asl <name> to see some1`s asl.
}
on *:text:!asl*:#: {
  if ($readini(asl.ini,$2,asl) == $null) {
    halt
  }
  msg $chan $2 is $readini(asl.ini,$2-,asl)
}
on *:text:!addasl*:#: {
  if ($readini(asl.ini,$nick,logged) == Active) { notice $nick u have already added your asl sorry to check it typ !asl $nick
    halt
  }
  if ($readini(asl.ini,$nick,asl) == $null) {  writeini asl.ini $nick asl $2 $3- }
  writeini asl.ini $nick logged active 
  notice $nick Your asl is set to $readini(asl.ini,$nick,asl)
Back to top Go down
http://lg-gaming.com
 
!asl
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
LG-Gaming Marathon :: Server :: Scripts-
Jump to: