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/)
-   -   Tema Seçimi (https://www.ircforumlari.net/mirc-scripting-hazir-kodlar/33589-tema-secimi.html)

DrWat 04 Temmuz 2007 20:08

Tema Seçimi
 
Script Editörünüzden Remote Kısmına Ekleyiniz.!

Kod:

on 1:JOIN:#: { background -c # %temps }
alias tema { dialog -m tema tema }
dialog tema {
  title "Renk Secimi"
  size -1 -1 127 119
  option dbu
  radio "Kırmızı", 1, 9 10 50 10
  radio "Pembe", 2, 9 24 50 10
  radio "Açık Mavi", 3, 9 52 50 10
  radio "Mavi", 4, 9 38 50 10
  radio "Siyah", 5, 69 51 50 10
  radio "Turuncu", 6, 69 37 50 10
  radio "Sarı", 7, 69 23 50 10
  radio "Yeşil", 8, 69 9 50 10
  radio "Normal ( Beyaz )", 9, 9 68 50 10
  button "Tamam", 10, 45 101 37 12, flat ok
}
on *:dialog:tema:*:*:{
  if ($devent == sclick) {
    if ($did == 1) { kirmizi }
    if ($did == 2) { pembe }
    if ($did == 3) { amavi }
    if ($did == 4) { mavi }
    if ($did == 5) { siyah }
    if ($did == 6) { turuncu }
    if ($did == 7) { sari }
    if ($did == 8) { yesil }
    if ($did == 9) { a1 }
  }
}


Script Editörünüzden Aliases Kısmına Ekleyin.
Kod:

kirmizi {
  /background -l "templates/tem/1.gif"
  /background -h "templates/tem/1.gif"
  /background -m "templates/tem/1.gif"
  /background -s "templates/tem/1.gif"
  /background -c #Aybal "templates/tem/1.gif"
  /background -c #Radyo "templates/tem/1.gif"
  /background -c #Oyun "templates/tem/1.gif"
  /background -c #Team "templates/tem/1.gif"
  /background -c #Sohbet "templates/tem/1.gif"
  /background -c #English "templates/tem/1.gif"
  set %temps templates/tem/1.gif
}
pembe {
  /background -l "templates/tem/2.gif"
  /background -h "templates/tem/2.gif"
  /background -m "templates/tem/2.gif"
  /background -s "templates/tem/2.gif"
  /background -c #Aybal "templates/tem/2.gif"
  /background -c #Radyo "templates/tem/2.gif"
  /background -c #Oyun "templates/tem/2.gif"
  /background -c #Team "templates/tem/2.gif"
  /background -c #Sohbet "templates/tem/2.gif"
  /background -c #English "templates/tem/2.gif"
  set %temps templates/tem/2.gif
}
mavi {
  /background -l "templates/tem/3.gif"
  /background -h "templates/tem/3.gif"
  /background -m "templates/tem/3.gif"
  /background -s "templates/tem/3.gif"
  /background -c #Aybal "templates/tem/3.gif"
  /background -c #Radyo "templates/tem/3.gif"
  /background -c #Oyun "templates/tem/3.gif"
  /background -c #Team "templates/tem/3.gif"
  /background -c #English "templates/tem/3.gif"
  /background -c #Sohbet "templates/tem/3.gif"
  set %temps templates/tem/3.gif
}
amavi {
  /background -l "templates/tem/4.gif"
  /background -h "templates/tem/4.gif"
  /background -m "templates/tem/4.gif"
  /background -s "templates/tem/4.gif"
  /background -c #Aybal "templates/tem/4.gif"
  /background -c #Radyo "templates/tem/4.gif"
  /background -c #English "templates/tem/4.gif"
  /background -c #Oyun "templates/tem/4.gif"
  /background -c #Team "templates/tem/4.gif"
  /background -c #Sohbet "templates/tem/4.gif"
  set %temps templates/tem/4.gif
}
yesil {
  /background -l "templates/tem/5.gif"
  /background -h "templates/tem/5.gif"
  /background -m "templates/tem/5.gif"
  /background -s "templates/tem/5.gif"
  /background -c #Aybal "templates/tem/5.gif"
  /background -c #Radyo "templates/tem/5.gif"
  /background -c #English "templates/tem/5.gif"
  /background -c #Oyun "templates/tem/5.gif"
  /background -c #Team "templates/tem/5.gif"
  /background -c #Sohbet "templates/tem/5.gif"
  set %temps templates/tem/5.gif
}
sari {
  /background -l "templates/tem/6.gif"
  /background -h "templates/tem/6.gif"
  /background -m "templates/tem/6.gif"
  /background -s "templates/tem/6.gif"
  /background -c #Aybal "templates/tem/6.gif"
  /background -c #Radyo "templates/tem/6.gif"
  /background -c #English "templates/tem/6.gif"
  /background -c #Oyun "templates/tem/6.gif"
  /background -c #Team "templates/tem/6.gif"
  /background -c #Sohbet "templates/tem/6.gif"
  set %temps templates/tem/6.gif
}
turuncu {
  /background -l "templates/tem/7.gif"
  /background -h "templates/tem/7.gif"
  /background -m "templates/tem/7.gif"
  /background -s "templates/tem/7.gif"
  /background -c #English "templates/tem/7.gif"
  /background -c #Aybal "templates/tem/7.gif"
  /background -c #Radyo "templates/tem/7.gif"
  /background -c #Oyun "templates/tem/7.gif"
  /background -c #Team "templates/tem/7.gif"
  /background -c #Sohbet "templates/tem/7.gif"
  set %temps templates/tem/7.gif
}
siyah {
  /background -l "templates/tem/8.gif"
  /background -h "templates/tem/8.gif"
  /background -m "templates/tem/8.gif"
  /background -s "templates/tem/8.gif"
  /background -c #English "templates/tem/8.gif"
  /background -c #Aybal "templates/tem/8.gif"
  /background -c #Radyo "templates/tem/8.gif"
  /background -c #Oyun "templates/tem/8.gif"
  /background -c #Team "templates/tem/8.gif"
  /background -c #Sohbet "templates/tem/8.gif"
  set %temps templates/tem/8.gif
}
a1 {
  /background -l "templates/tem/9.gif"
  /background -h "templates/tem/9.gif"
  /background -m "templates/tem/9.gif"
  /background -s "templates/tem/9.gif"
  /background -c #English "templates/tem/9.gif"
  /background -c #Aybal "templates/tem/9.gif"
  /background -c #Radyo "templates/tem/9.gif"
  /background -c #Oyun "templates/tem/9.gif"
  /background -c #Team "templates/tem/9.gif"
  /background -c #Sohbet "templates/tem/9.gif"
  set %temps templates/tem/9.gif
}

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

Dosyaları indirin ve dosyayı mircinizin ana dizinine çıkartın klasörleriyle beraber. İçerisinde renk resimleri bulunmaktadır.

ScreenShot :
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

DrWat 04 Temmuz 2007 20:09

Cevap: Tema Seçimi
 
Alias kodlarındaki kalanalları kendiniz düzenleyin.
Ortaki kanallara global kanallarınız ekleyiniz.!

Mc_AyALa 04 Temmuz 2007 20:13

Yanıt: Tema Seçimi
 
Bak İşde Bunu Sevdim :)
Emeğine SağLık Kardeşim
Bi de Şu aşağıda ki Yaptığının Kodunu Werirmisin çok hoşuma gitti oda ;huh
kalın yazı ince yazı vs. vs. gibi olan bölümü yani

DrWat 04 Temmuz 2007 20:15

Cevap: Tema Seçimi
 
Onda bazı eksikler var daha kullanışlı yaptıgım zaman paylaşıma sunacagım.

Mc_AyALa 04 Temmuz 2007 20:17

Yanıt: Tema Seçimi
 
Çok Ama Çok SabırsızLıkLa BekLiyorum İnş. En Kısa Zamanda Biter Bende Yeni Scriptime Koyarm :D

DrWat 04 Temmuz 2007 20:22

Cevap: Tema Seçimi
 
Dediğim gibi hatalarını düzelttikten sonra birazdaha şık hale getirir getirmez paylaşıma sunucam :)

Ama taktir edersinki biraz zor bu iş ve profesionel değilim :)

Mc_AyALa 04 Temmuz 2007 20:24

Yanıt: Tema Seçimi
 
DrWat Bu Script Piyasada mı :Pp

DrWat 04 Temmuz 2007 20:26

Cevap: Tema Seçimi
 
Evet piyasada ama hiç bir yerde tanıtımını felan yapmadım :)

Mc_AyALa 04 Temmuz 2007 20:26

Yanıt: Tema Seçimi
 
GoogLe Amca Ne güne Duruyor :D

Mc_AyALa 04 Temmuz 2007 20:30

Yanıt: Tema Seçimi
 
Ay Lav yu DrWat ;oki


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

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net