Kullanıcı Tag Listesi

8 sonuçtan 1 ile 8 arası

Threaded View

  1. #4
    onbasi banned
    Üyelik tarihi
    Mar 2013
    Mesajlar
    72
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart Cevap: /satis - /adminlik Plugini

    Msn Adresini Ver İletişim Ekliyem Bide

    [email protected] bumu msn adresi

    PHP- Kodu:
    /* Plugin generated by AMXX-Studio */

    #include <amxmodx>
    #include <amxmisc>

    public plugin_init() {

        
    register_clcmd("say /satis","bilgipenceresi")
        
    register_clcmd("say /adminlik","bilgipenceresi")
        
    }

    public 
    bilgipenceresi(id)
    {
                static 
    motd[1501], len;
                
                
    len format(motd1500,"<body bgcolor=#000000><font color=#87cefa><pre>");    
                
    len += format(motd[len], 1500-len,"<center><h4><font color=^"pink^">Gantz | pRo puBL!C [No sXe] Adminlik Fiyatlari</font></h4></center>^n^n^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"white^"> Yetkisiz Slotluk : </color></left><font color=^"red^">Ucretsizdir</color></right>^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"white^"> Yetkili Slotluk  : </color></left><font color=^"red^">10 TL</color></right>^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"white^"> 1 Ay Adminlik : </color></left><font color=^"red^">15 TL</color></right>^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"white^"> Sinirsiz Adminlik : </color></left><font color=^"red^">25 TL</color></right>^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"white^"> Sinirsiz Full Yetkili Adminlik :  </color></left><font color=^"red^">50 TL</color></right>^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"white^"> Server Ortakligi : </color></left><font color=^"red^">100 TL</color></right>^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"white^"> Server Sahipligi : </color></left><font color=^"red^">150 TL</color></right>^n");
                
    len += format(motd[len], 1500-len,"<left><font color=^"green^">=><font color=^"green^"> İletisim : </color></left><font color=^"red^">[email protected]</color></right>^n");
                
    show_motd(idmotd"Adminlik Fiyatlari");
                
                return 
    0;    




    Msn Adresini Yazdıgım Yeri Değiştirebilirsin.
    Konu Msltr48 tarafından (24-03-13 Saat 14:46 ) değiştirilmiştir.

Benzer Konular

  1. /Satis Yazınca Bunların Gelmesini İsitiyorum Şimdiden Teşekkürler
    By crayz1325 in forum Çözülmüş İstekler
    Cevaplar: 88
    Son Mesaj: 17-07-16, 17:51
  2. /adminlik Plugini
    By FriekeR in forum Çözülmüş İstekler
    Cevaplar: 4
    Son Mesaj: 23-07-13, 22:46
  3. /satis yazinca bunların Gelmesini istiyorum ?
    By ExecutioneR in forum Çözülmüş İstekler
    Cevaplar: 5
    Son Mesaj: 15-08-12, 18:16
  4. /Satis Plung ...
    By reis in forum Çözülmüş İstekler
    Cevaplar: 8
    Son Mesaj: 27-04-12, 22:43

Kullanıcıların arama motorlarındaki kullandığı taglar:

csplague adminlik plugini

adminlik plugini csplague

counter strike adminlik satis

Counter Strike

Bu Konudaki Etiketler

Yetkileriniz

  • Konu Acma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •  

SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121