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 Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   "Halfop ve Dehalfop" (https://www.ircforumlari.net/mirc-scripting-sorunlari/502017-quothalfop-ve-dehalfopquot.html)

SupriSs 28 Ağustos 2012 16:19

"Halfop ve Dehalfop"
 
merhabalar arkadaşlar bana şöyle bir şey lazım
!halfop SupriSs yazınca halfop versin
!dehalfop SupriSs yazınca Dehalfop yapsın istiyorum
böyle birsey hazırlamanız mümkün mü acaba şimdiden teşekkür ederim..

Toprak 28 Ağustos 2012 20:53

Cevap: iLgilenirseniz sevinirim
 
Buyrun;

Kod:

on *:input:#:{
  if ($1 == !halfop) { if !$2 { echo -a Lütfen Nick Belirtiniz. | return } | mode # +h $2 }
  if ($1 == !dehalfop) { if !$2 { echo -a Lütfen Nick Belirtiniz. | return } | mode # -h $2 }   
}

Komutlar;
- !halfop Nick
- !dehalfop Nick

SupriSs 30 Ağustos 2012 16:54

Cevap: "Halfop ve Dehalfop"
 
Sağolasın Eline Sağlık


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

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