Bir Kaç Gündür Üzerinde Çalıştığım Bir Plugin Var. Bunu Sizlere Süpriz Olarak Paylaşacağım. Ve Çok Seveceğinizden eminim

Plugin Bitmek Üzere Ancak Bir Sıkıntımız Var.
Ben Kendim Bir Pencere Yapmaya Çalıştım. Ancak <HTML> tasarım bilgim buna yetmediği için kendim tam olarak beceremedim.
Top15 Plugininden Baktım Biraz
Benim Yaptığım Bu Kadar Oldu


Bunun Kodu Şu
Kod: Tümünü seç
new aaaaaa[36] = "Birinci Satir"
new bbbbbb[36] = "ikinci Satir"
new cccccc[36] = "ucuncu Satir"
new dddddd[36] = "dorduncu Satir"
new eeeeee[36] = "besinci Satir"
public plugin_init(){
register_clcmd("say /pencere","penceregosterici")
}
public birincipenceresi(id)
{
new help_title[64], msg[2047], len
format(help_title,63,"PLUGiN YAPIM -> Fatih ~ EjderYa",id)
len = format(msg[len],2046-len, "<head><META http-equiv=Content-Type content='text/html ;charset=UTF-8'></head><style>body{background:#191818;background-image: url(^"http://i.hizliresim.com/V0Ma7n.png^");margin:5pt;padding:2pt;font-family:Tahoma;color:#ccc}.A{background-color:#262626;opacity:0.6;filter:alpha(opacity=60);}.B{background-color:#0b0b0b;opacity:0.6;filter:alpha(opacity=60);}td{font-size:14px}</style><center><table width=600 background=^"http://i.hizliresim.com/1VB7qN.png^">")
len += format(msg[len],2046-len,"<br><strong><center><h1>%s</h1></center></strong>",aaaaaa,id)
len += format(msg[len],2046-len,"<br><strong><center><h1>%s</h1></center></strong>",bbbbbb,id)
len += format(msg[len],2046-len,"<br><strong><center><h1>%s</h1></center></strong>",cccccc,id)
len += format(msg[len],2046-len,"<br><strong><center><h1>%s</h1></center></strong>",dddddd,id)
len += format(msg[len],2046-len,"<br><strong><center><h1>%s</h1></center></strong>",eeeeee,id)
show_motd(id,msg,help_title)
}

