Kullanıcı Tag Listesi

Sayfa 1/2 12 SonSon
14 sonuçtan 1 ile 10 arası
  1. #1
    teğmen er Nobb - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    İstanbul
    Mesajlar
    1.371
    Bahsedildi
    30 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    14

    Exclamation Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    Merhaba Arkadaşlar Şimdi Size Resmi Atıyım
    Resim ;

    Bu Resimde Gördüğünüz Çizdiğim Yeri Lütfen Türkçeleştirip AMXX Ve SMA Olarak Paylaşmanıza Çok Sevinirim Kısa Sürede İnşAllah Paylaşırsınız.Şimdiden Teşekkürler.Cevabınızı Bekliyorum...
    NOT : AMX MOD X'in İçinde Olduğunu Bende Biliyorum...
    NOT1 : Resim Alıntıdır..!

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    En İyi Konularım:

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">CSPLAGUE.com


  2. #2
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    CS:GO ve CS 1.6 için ücretli eklenti yapılır.
    Plugin yazmak isteyenlere yardımcı olabilirim.
    Skype adresimden ulaşabilirsiniz:
    destek_596
    Steam: http://steamcommunity.com/id/ca-nemesis/


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

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    eyw...

  4. #4
    teğmen er Nobb - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    İstanbul
    Mesajlar
    1.371
    Bahsedildi
    30 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    14

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    Bide Serverden Veya Oyundan Çıkınca Aynı Pluginde Güle Güle Yazarmısın Ozaman Süper Olur...
    Konu Nobb tarafından (23-03-13 Saat 09:20 ) değiştirilmiştir.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    En İyi Konularım:

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">CSPLAGUE.com


  5. #5
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    PHP- Kodu:
    #include <amxmodx>
    #include <amxmisc>
    #include <csstats>

    #define PLUGIN "Giris Mesaji"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"


    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
    }
    public 
    client_putinserver(id) {
        
    set_task(2.0,"ShowEnterMsg",id)
    }
    public 
    client_disconnect(id) {
        
    set_task(2.0,"ShowDiscMsg",id)
    }
    public 
    ShowEnterMsg(id) {
        new 
    name[32],data[8],rank;
        
    get_user_name(id,name,31)
        
    rank get_user_stats(id,data,data)
        if(
    get_user_flags(id) & ADMIN_RESERVATION) {
            
    set_hudmessage(255000.100.5506.06.00.50.153)
        }
        else {
            
    set_hudmessage(025500.100.5506.06.00.50.153
        }
        if(
    cvar_exists("csstats_reset")) {
            
    show_hudmessage(0,"%s oyuna katildi !^niyi oyunlar^nMevcut Rank: %d",name,rank)
        }
        else {
            
    show_hudmessage(0,"%s oyuna katildi !^niyi oyunlar",name)
        }
    }  
    public 
    ShowDiscMsg(id) {
        new 
    name[32],data[8],rank;
        
    get_user_name(id,name,31)
        
    rank get_user_stats(id,data,data)
        if(
    get_user_flags(id) & ADMIN_RESERVATION) {
            
    set_hudmessage(255000.100.5506.06.00.50.153)
        }
        else {
            
    set_hudmessage(025500.100.5506.06.00.50.153
        }
        if(
    cvar_exists("csstats_reset")) {
            
    show_hudmessage(0,"%s Oyundan Ayrildi !^nGule Gule^nMevcut Rank: %d",name,rank)
        }
        else {
            
    show_hudmessage(0,"%s Oyundan Ayrildi !^nGule Gule",name)
        }


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    CS:GO ve CS 1.6 için ücretli eklenti yapılır.
    Plugin yazmak isteyenlere yardımcı olabilirim.
    Skype adresimden ulaşabilirsiniz:
    destek_596
    Steam: http://steamcommunity.com/id/ca-nemesis/


  6. #6
    teğmen er Nobb - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    İstanbul
    Mesajlar
    1.371
    Bahsedildi
    30 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    14

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    Birleşikmi Acaba Pluginler ?

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    En İyi Konularım:

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">CSPLAGUE.com


  7. #7
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    Evet ?

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    CS:GO ve CS 1.6 için ücretli eklenti yapılır.
    Plugin yazmak isteyenlere yardımcı olabilirim.
    Skype adresimden ulaşabilirsiniz:
    destek_596
    Steam: http://steamcommunity.com/id/ca-nemesis/


  8. #8
    teğmen er Nobb - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    İstanbul
    Mesajlar
    1.371
    Bahsedildi
    30 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    14

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    Teşekkürler...
    Konu Nobb tarafından (25-03-13 Saat 15:06 ) değiştirilmiştir.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    En İyi Konularım:

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">CSPLAGUE.com


  9. #9
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    Çözülmüş İsteklere taşındı.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    CS:GO ve CS 1.6 için ücretli eklenti yapılır.
    Plugin yazmak isteyenlere yardımcı olabilirim.
    Skype adresimden ulaşabilirsiniz:
    destek_596
    Steam: http://steamcommunity.com/id/ca-nemesis/


  10. #10
    er er
    Üyelik tarihi
    Apr 2012
    Mesajlar
    11
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Hoş Geldin Mesajı (Değişik Bir Plugin + Resim Koydum + AMXX Ve SMA)

    eyv

Sayfa 1/2 12 SonSon

Benzer Konular

  1. AMXX Transfer Plugin ( Oyuncuların Takımını Değiştirme )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 123
    Son Mesaj: 26-01-16, 16:02
  2. GunGame AMXX 2.13 %100 Türkçe (Full Plugin)
    By SeCkIn in forum [MOD] Cs 1.6 Modları
    Cevaplar: 36
    Son Mesaj: 18-01-15, 07:00
  3. Custom Leave Messages Plugin ( Oyundan Çıkış Mesajı )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 22
    Son Mesaj: 02-05-14, 20:43

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

degi

hos am fotosu

cs 1.6 plugin

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