Top

Call


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Dec 13, 2008
Last Updated  Dec 13, 2008
Tags  call  dialog 

Description

Very simple but yet effective, same principal as Nickalert but i like call LOL what it dose is when some one says your name it pops up a dialog with a sound as shows you whos calling you and in what room! Also you may not like the wav so change it to anything you desire.


http://www.chainscriptz.com/pic/call_dialog.png

Grab the Code

dialog Call {
  title "Call"
  size -1 -1 190 22
  option dbu
  text "", 1, 3 5 185 15
}
on *:dialog:call:init:*: if ($chan != $active) { splay -w ringring.wav | did -a $dname 1 You been called By %nickcall On %chancall }
on *:text:*:#: if ($me isin $strip($1-)) { set %nickcall $nick | set %chancall $chan | dialog -m call call }

Comments

  (0)  RSS

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom