🔔 Çevrimdışı bildirim almak ister misiniz?
Bir konuya etiketlendiğinizde, özel mesaj aldığınızda, bir mesajınız alıntılandığında forumda olmasanız bile anlık bildirim almak için lütfen izni verin.
Cevap: Xpopu.dll iLe Popup renklendirme ve icon'Lu Popups Yapma
Böyle Bir Addon Var ama Toollbar'Lar için Yapmıştım Buyur Bunu Sen temana göre değiştir temanın kodlarıana bana gonderirsen sevinirim ona görece bişiler yapabıLıtım...
Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias xpopdll {
if ($isid) return $dll(LR-system\xpopup\xpopup.dll,$1,$2-)
else dll " $+ LR-system\xpopup\xpopup.dll" $1 $2-
}
alias uxpop dll -u xpopup.dll
alias xpop {
if ( $isid ) {
return $xpopdll( _xpop, $1 $prop $2- )
}
else {
xpopdll xpop $2 $1 $3-
}
}
alias xpopup {
if ( $isid ) {
return $xpopdll( _xpopup, $1 $prop $2- )
}
else {
xpopdll xpopup $2 $1 $3-
}
}
alias mpopup {
xpopdll mpopup $1 $2
}
ON *:SIGNAL:Xpopup-*: {
echo -s $signal : $1-
}
alias mtest {
xpopup -i mirc 0 $shell
mpopup mirc 1
xpopup -t mirc custom
xpopup -b mirc %xpopupsss
xpopup -s mirc custom
xpopup -m mirc %xpopupsss
}
alias mtest2 {
xpopup -i mircbar 0 $shell
mpopup mircbar 1
xpopup -t mircbar custom
xpopup -b mircbar %xpopupsss
xpopup -s mirc custom
xpopup -m mirc %xpopupsss
}
on *:START:{
mtest
mtest2
}
on 1:load:{
echo -a 2,15« RenkLi PoPups » 10,15 RenkLi PoPups mIRC'inize 7 Yüklendi.
echo -a 2,15« RenkLi PoPups » 10,15 RenkLi PoPups 7 ßy Låu®eLL
echo -a 2,15« RenkLi PoPups » 10,15 Web: 7 Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. echo -a 2,15« RenkLi PoPups » 10,15 Mail: Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
}
on 1:unload:{
echo -a 2,15« RenkLi PoPups » 10,15 RenkLi PoPups mIRC'inizden 7 Kaldırıldı.
echo -a 2,15« RenkLi PoPups » 10,15 Web : 7 Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. echo -a 2,15« RenkLi PoPups » 10,15 Mail: Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
}