Skip to content
MSN

Notice alert

A TG007 community discussion started by D3xter.

Discussion 1 post
Page 1 of 1
Open
Topic #4597 · 1 published post · 299 views

Hi all somhing Helpme ozzy for code ...

user posted image

 

wen user seid in chat room name saithan script send a notice alarm in task of bar,

 

i have one code bad not work, please givme the same code.

on *:text:*:#:{ 
if ($me isincs $strip($1-)) { 
var %t = $+(High,$nick,$ticks) 
tip_create %t Notice Alert in $chan $chr(9) $+($nick,$chr(59)) $strip($1-) $chr(9) . 
tip_conf %t font Tahoma 10 
tip_conf %t delay 3 
tip %t $iif($window(@Tip *,1),above -,10000 10000) 
} 
}