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/)
-   -   2. Sunucu Bağlantı Sorunu (https://www.ircforumlari.net/mirc-scripting-sorunlari/248230-2-sunucu-baglanti-sorunu.html)

Tai_Pan 28 Ağustos 2009 07:05

2. Sunucu Bağlantı Sorunu
 
Merhaba arkadaşlar.. Kullandığım scriptle herhangi bir servera normal olarak girebiliyorum fakat /server -m komutuyla ikinci bir servera giremiyorum. Aliases de şöyle bir kod var acaba buradan mı yasaklanmış bana yardım edermisiniz. Şimdiden teşekkür ederim.

Kod;


s {
if ( $$1 == -m) { goto ss }
else {
server $$1 | goto sss
:ss
.echo -a 4 Kullanmış oldugunuz script 2. Sunucu bağlantısını desteklememektedir.  %logo
halt
}
:sss
}
server {
if ( $$1 == -m) { goto ss }
else {
server $$1 | goto sss
:ss
.echo -a 4 Kullanmış oldugunuz script 2. Sunucu bağlantısını desteklememektedir.  %logo
halt
}
:sss
}

Voltage 28 Ağustos 2009 07:13

Cevap: 2. Sunucu Bağlantı Sorunu
 
Aliases dosyasından vermiş olduğun satırların hepsini sil sorun kalmayacaktır.İyi forumlar.

Tai_Pan 28 Ağustos 2009 07:56

Cevap: 2. Sunucu Bağlantı Sorunu
 
* /drawsave: kaydetme hatası 'D:\4 - TAY_PEN ÖZEL DOSYA\TAY_PEN ÖZEL PROGRAMLAR\EteRNaL Yeni Programlar\TAY_PEN İRC DOSYALARI\TÜM SCRİPTLER\Tai_Pan TM\scripting\Code\TM-Remote\ppop.colprev.bmp' (Satır 367, TM-7.exe)

Bir de scriptin Baloncuk Sistemi diyalogunu açtıgımda statuste böyle bir hata uyarısı veriyor.. Bu uyarıyı nasıl düzeltebilirim.. Satır 367 dediği hata uyarısının yerini de pasteleyeyim.

Kod;


alias -l ppop.colprev {
var %f = $+(",$scriptdir,ppop.colprev.bmp")
window -hpf @ppop.colprev 0 0 400 100
if (!$regex($2,/^\d+\x2C\d+\x2C\d+$/)) { did -h $dname $1 }
else {
if ($rgb( [ $2 ] ) != $null) {
did -v $dname $1
drawrect -nrf @ppop.colprev $v1 1 0 0 400 100
}
else { did -h $dname $1 }
}
drawsave @ppop.colprev %f
did -g $dname $1 %f
.remove %f
close -@ @ppop.colprev
}
alias -l ppop.mkre {
if ($1 != $null) {
if ($prop == re) { return $replacex($mid($1,5,-5),\^,^,\.,.,\|,|,|,$chr(44),\$,$,\\,\,\?,?,\+,+,\[,[,\],],.*,*,.,?,\ $+ $chr(123),$chr(123),\ $+ $chr(125),$chr(125),\ $+ $chr(40),$chr(40),\ $+ $chr(41),$chr(41)) }
else { return /\b( $+ $replacex($1,\,\\,$,\$,^,\^,|,\|,$chr(44),|,+,\+,. ,\.,[,\[,],\],*,.*,?,.,$chr(123),\ $+ $chr(123),$chr(125),\ $+ $chr(125),$chr(40),\ $+ $chr(40),$chr(41),\ $+ $chr(41)) $+ )\b/i }
}
}

Voltage 28 Ağustos 2009 08:56

Cevap: 2. Sunucu Bağlantı Sorunu
 
var %f = $+(",$scriptdir,ppop.colprev.bmp")

bmp uzantılı dosyanın kendi yerinde olduğundan emin ol.Yok yeri neresi bilmiyorum diyorsan.

var %f baloncuk\ppop.colprev.bmp

şeklinde dene bide.


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

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