Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
| Cevap: Korumalar Dialog
Murat_Aziz ve Hayat Tşk Yardımlarınız Icın Ama Bır Kac Sey Icın Yardım Almak Istıyorum
1.Sunucuya Baglanınca * /did: Geçersiz parametre Bu hatayı verıyor Sorun nerde acaba ?
2. Ben Bu Liste Kısımlarına Tıklayınca Baska Bır Dıyalog Eklemek Istıyorum Ama Olmuyor Yapamadım Yanı if ($did == 14 ) { .dialog -m shitlist shitlist }
if ($did == 15 ) { .dialog -m kufurs kufurs } if ($did == 24 ) { .dialog -m badz badz }
Bu Sekıl Denedım Olmadı Nerede Yanlıs Yapıyorum Acaba ?
| Alıntı: |
dialog Sensizben {
title "Sensizben Script V1"
size -1 -1 198 147
option dbu
check "Reklam Koruması", 2, 6 16 50 10, 3state flat
check "Küfür Koruması", 3, 6 28 50 10, 3state flat
check "Join Part Flood Koruması", 6, 6 108 70 10, 3state flat
check "Tekrar Koruması", 7, 6 40 50 10, flat
check "Flood Koruması", 8, 6 52 50 10, flat
check "Uzun Yazı Koruması", 9, 6 64 57 10, flat
check "Caps Lock Koruması", 10, 6 75 61 10, flat
check "Bad Nick Koruması", 11, 6 86 60 10, flat
check "Telefon Koruması", 12, 6 97 53 10, 3state flat
box "Kanal Korumaları", 13, 3 6 100 117
button "Liste", 14, 61 16 37 10, default multi
button "Liste", 15, 61 28 37 10, default multi
box "Kişisel Korumalar", 16, 106 6 88 74
check "Küfür Koruması", 17, 108 16 52 10, flat
check "Flood Koruması ", 18, 108 39 53 10, 3state flat
check "Ban Koruması", 19, 108 64 50 10, 3state flat
check "Deop Koruması", 20, 108 51 50 10, 3state flat
box "Özellerde", 1, 106 83 89 40
check "Ortak Kanal Göster", 4, 108 91 57 10, 3state flat
check "Clone Göster", 5, 108 100 50 10, 3state flat
check "Özelleri Engelle", 21, 108 109 50 10, 3state flat
check "Reklam Koruması", 22, 108 28 52 10, flat
button "Tamam", 23, 77 130 37 12, ok
button "Liste", 24, 62 86 37 12
}
on *:dialog:Sensizben:init:*: {
if ($group(#Reklam).status == on ) did -c Sensizben 2
if ($group(#Küfür).status == on ) did -c Sensizben 3
if ($group(#Telefon).status == on ) did -c Sensizben 6
if ($group(#Tekrar).status == on ) did -c Sensizben 7
if ($group(#Flood).status == on ) did -c Sensizben 8
if ($group(#Uzun).status == on ) did -c Sensizben 9
if ($group(#Caps).status == on ) did -c Sensizben 10
if ($group(#Bad ).status == on ) did -c Sensizben 11
if ($group(#jp).status == on ) did -c Sensizben 12
if ($group(#Küfür2).status == on ) did -c Sensizben 17
if ($group(#Flood2).status == on ) did -c Sensizben 18
if ($group(#Ban).status == on ) did -c Sensizben 19
if ($group(#Deop).status == on ) did -c Sensizben 20
if ($group(#Ortak).status == on ) did -c Sensizben 4
if ($group(#Clone).status == on ) did -c Sensizben 5
if ($group(#Özelleri).status == on ) did -c Sensizben 21
if ($group(#Reklam2).status == on ) did -c Sensizben 22
if ($did == 14 ) { .dialog -m shitlist shitlist }
if ($did == 15 ) { .dialog -m kufurs kufurs }
if ($did == 24 ) { .dialog -m badz badz }
}
on *:dialog:Sensizben:sclick:2: {
if ($group(#Reklam).status == on ) { .disable #Reklam }
else { /.enable #Reklam }
}
on *:dialog:Sensizben:sclick:3: {
if ($group(#Küfür).status == on ) { .disable #Küfür }
else { /.enable #Küfür }
}
on *:dialog:Sensizben:sclick:6: {
if ($group(#Telefon).status == on ) { .disable #Telefon }
else { /.enable #Telefon }
}
on *:dialog:Sensizben:sclick:7: {
if ($group(#Tekrar).status == on ) { .disable #Tekrar }
else { /.enable #Tekrar }
}
on *:dialog:Sensizben:sclick:8: {
if ($group(#flood).status == on ) { .disable #flood }
else { /.enable #flood }
}
on *:dialog:Sensizben:sclick:9: {
if ($group(#uzun).status == on ) { .disable #uzun }
else { /.enable #uzun }
}
on *:dialog:Sensizben:sclick:10: {
if ($group(#caps).status == on ) { .disable #caps }
else { /.enable #caps }
}
on *:dialog:Sensizben:sclick:11: {
if ($group(#bad).status == on ) { .disable #bad }
else { /.enable #bad }
}
on *:dialog:Sensizben:sclick:12: {
if ($group(#jp).status == on ) { .disable #jp }
else { /.enable #jp }
}
on *:dialog:Sensizben:sclick:17: {
if ($group(#küfür2).status == on ) { .disable #küfür2 }
else { /.enable #küfür2 }
}
on *:dialog:Sensizben:sclick:18: {
if ($group(#flood2).status == on ) { .disable #flood2 }
else { /.enable #flood2 }
}
on *:dialog:Sensizben:sclick:19: {
if ($group(#ban).status == on ) { .disable #ban }
else { /.enable #ban }
}
on *:dialog:Sensizben:sclick:20: {
if ($group(#deop).status == on ) { .disable #deop }
else { /.enable #deop }
}
on *:dialog:Sensizben:sclick:4: {
if ($group(#ortak).status == on ) { .disable #ortak }
else { /.enable #ortak }
}
on *:dialog:Sensizben:sclick:5: {
if ($group(#clone).status == on ) { .disable #clone }
else { /.enable #clone }
}
on *:dialog:Sensizben:sclick:22: {
if ($group(#özelleri).status == on ) { .disable #özelleri }
else { /.enable #özelleri }
}
on *:dialog:Sensizben:sclick:17: {
if ($group(#reklam2).status == on ) { .disable #reklam2 }
else { /.enable #reklam2 }
}
| |