“Hazır Kodlar” Kategorisi için ArÅŸiv

Hazır Kodlar


Comments Yorum Yok »

mirc indir, mirc download, sitesi
Kod:
on *:VOICE:#: {
//set %helper $nick
/enable #vois
}
on *:DEVOICE:#: {
//unset %helper
/disable #vois
}

#vois on
on *:text:*:#help:{
write helper/ $+ %helper $+ .txt $nick $+ : $1-
}
#voice end

on *:text:*!goster*:#helpsop:{
play #helpsop helper/ $+ $2 $+ .txt
}

on *:text:*!DoÄŸru*:#helpsop:{
inc %Yes $+ $2 1
.remove helper/ $+ $2 $+ .txt $1
}

on *:text:*!Yanlış*:#helpsop:{
inc %No $+ $2 1
.remove helper/ $+ $2 $+ .txt $1
}

on *:text:*!rapor*:#helpsop:{
//set %toplam %Yes [ $+ [ $2 ] ] + %No [ $+ [ $2 ] ]
/msg #helpsop $2 Nicki Toplam %toplam kişiye Yardım Etmiştir, Bundan %Yes [ $+ [ $2 ] ] Tanesi Doğru Cevap, %No [ $+ [ $2 ] ] Tanesi Yanlış Cevaptır..
.remove helper/ $+ $2 $+ .txt $1
//Unset %toplam
}
mircindir www.mircindir.com.tr

Comments Yorum Yok »