IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Hazır Kodlar (https://www.ircforumlari.net/mirc-scripting-hazir-kodlar/)
-   -   Op - Voice Teşekkür (Dialog) (https://www.ircforumlari.net/mirc-scripting-hazir-kodlar/24736-op-voice-tesekkur-dialog.html)

oNGStar 15 Eylül 2006 00:57

Op - Voice Teşekkür (Dialog)
 
Ne i$TeRsen onu Yaz Op aldığında Deop edildiğinde Voice aldığında Devoice edildiqinde..

Kod :

alias optes {
if (%opvote == off) { dialog -m opvotes opvotes 180 200 280 180 | dialog -t opvotes Op-Voice Teşekkür Modu Kapalı. | did -b opvotes 9 | did -b opvotes 10 | did -b opvotes 11 | did -b opvotes 12 }
if (%opvote == on) { dialog -m opvotes opvotes 180 200 280 180 | dialog -t opvotes Op-Voice Teşekkür Modu Açık. }
}
dialog opvotes {
size 180 200 296 186
box "", 505, 1 -5 293 190
title ".::[ Op-Voice Teşekkür Olaylari ]::."
button "Kaydet ve Çık",1,20 150 125 25,ok, flat
button "Vazgeç",2,155 150 125 25,cancel, flat
text "Op (+o) Mesajı ->",3,20 47 100 20
text "DeOp (-o) Mesajı ->",4,20 72 100 20
text "Voice (+v) Mesajı ->",5,20 97 100 20
text "Devoice (-v) Mesajı ->",6,20 119 110 20
box "",7,13 135 274 10
box "",8,15 1 265 43,
edit %optemsg ,9,125 45 155 20,autohs
edit %deoptemsg ,10,125 69 155 20,autohs
edit %votemsg ,11,125 93 155 20,autohs
edit %devotemsg ,12,125 117 155 20,autohs
radio "Açık",13,125 13 50 25,group, flat
radio "Kapalı",14,190 13 50 25, flat
text "Durum:" 501, 70 18 35 15
}
on *:dialog:opvotes:sclick:1: { set %optemsg $did(9) | set %deoptemsg $did(10) | set %votemsg $did(11) | set %devotemsg $did(12) }
on *:dialog:opvotes:sclick:13: { set %opvote on | dialog -t opvotes Op-Voice Teşekkür Açıldı. | did -e opvotes 9 | did -e opvotes 10 | did -e opvotes 11 | did -e opvotes 12 }
on *:dialog:opvotes:sclick:14 { set %opvote off | dialog -t opvotes Op-Voice Teşekkür Kapandı. | did -b opvotes 9 | did -b opvotes 10 | did -b opvotes 11 | did -b opvotes 12 }
on *:dialog:opvotes:init:0:{
if (%opvote == on) { did -c opvotes 13 }
if (%opvote == off) { did -c opvotes 14 }
}
on ^*:OP:#:{
if ($opnick == $me) && (%opvote == on) && ($nick != $me) { msg $chan $nick %optemsg }
}
on ^*:DEOP:#:{
if ($opnick == $me) && (%opvote == on) && ($nick != $me) { msg $chan $nick %deoptemsg }
}
on ^*:VOICE:#:{
if ($vnick == $me) && (%opvote == on) && ($nick != $me) { msg $chan $nick %votemsg }
}
on ^*:DEVOICE:#:{
if ($vnick == $me) && (%opvote == on) && ($nick != $me) { msg $chan $nick %devotemsg }
}


iyi CaLısmaLar..

LeadeR 15 Eylül 2006 02:11

Yanıt: Op - Voice Teşekkür (Dialog)
 
Link;
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

Dost21 28 Aralık 2010 00:18

Cevap: Op - Voice Teşekkür (Dialog)
 
Paylaşım İçin Teşekkürler Hocam.

StanteaR 28 Aralık 2010 08:45

Cevap: Yanıt: Op - Voice Teşekkür (Dialog)
 
Alıntı:

LeadeR Nickli Üyeden Alıntı (Mesaj 169687)
Link;
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]


Herkes Bılıyor Senın Yaptıgını Bosver

AntepLi 10 Ocak 2011 21:43

Cevap: Op - Voice Teşekkür (Dialog)
 
Emeğinize Sağlık Teşekkürler.

By_Hence 14 Şubat 2011 21:19

Cevap: Op - Voice Teşekkür (Dialog)
 
qüselmis ellerinize saqlik


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 03:07.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk