Kullanıcı Tag Listesi

Sayfa 1/2 12 SonSon
16 sonuçtan 1 ile 10 arası
  1. #1
    onbasi er
    Üyelik tarihi
    Nov 2012
    Yer
    Istanbul
    Mesajlar
    80
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Angry [JB] Gardiyan Jb verme

    Admin heralde buyuk bir plugin istiyorum ama gardiyanların /mg yazarak adamlara jb verme pluginini yaparmısın? Ben sw de olmayınca adamlar jb veremiyor dolayısıyla sw boşalıyor
    Jailbreak icin plugin istegi varsa mesaj atın
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  2. #2
    onbasi banned
    Üyelik tarihi
    Jan 2012
    Mesajlar
    122
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart Cevap: [JB] Gardiyan Jb verme

    Hmm Aslında Güzel Konu Ama Çözümünü Bilmiyorum Kusura Bakma

  3. #3
    teğmen emektar DeaTReX - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2012
    Yer
    İstanbul
    Mesajlar
    1.089
    Bahsedildi
    10 Mesaj
    Etiketlenmiş
    2 Konu
    Tecrübe Puanı
    14

    Standart Cevap: [JB] Gardiyan Jb verme

    Yapabilirim Ama Sende Yüklü Olan Shopu Ver...
    İletişim ;

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


    SKYPE : DeaTReX

    Fakelerim Çıkmaya Başlamış Lütfen
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    & DeaTReX Adreslerinden Başka Hesabım Yoktur Lütfen Onlara Kanmayınız !

    Sunuculara Ve Serverlara Özel Plugin Ve Mod Kodlanır

  4. #4
    binbaşı к4dανяα - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    Hayat hattında acemi tayfalardık. Ne avunduk sevinç müsveddeleriyle; aşktan ikmale kaldık..
    Mesajlar
    618
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: [JB] Gardiyan Jb verme

    Denemedim Hızlıca Yaptım Bir Hata Oluşursa Shopa Entegre Ederiz.

    PHP- Kodu:
    #include <amxmodx>
    #include <amxmisc>
    #include <ColorChat>
    #include <jail>

    #define PLUGIN    "Yeni Plugin"
    #define AUTHOR    "K4DavRa"
    #define VERSION    "1.0"

    new jbsalla[33];

    new 
    Tag[] = "[ K4 - GardiyanJB ]"

    public plugin_init()
    {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
    register_clcmd("say /jbver","Yardir")
    }

    public 
    Yardir(id) {
        if( !
    is_user_alive(id) ) return PLUGIN_HANDLED
        
    if(get_user_team(id) != 2) return PLUGIN_HANDLED
        
        
    new menu menu_create("\yGardiyan \rJB \yMenu""lallo")
        
        
    menu_additem(menu"\y5 \rJB \yVER""1"0);
        
    menu_additem(menu"\y10 \rJB \yVER""2"0);
        
    menu_additem(menu"\y20 \rJB \yVER""3"0);
        
    menu_additem(menu"\y50 \rJB \yVER""4"0);
        
    menu_additem(menu"\y100 \rJB \yVER""5"0);
        
        
    menu_setprop(menuMPROP_EXITMEXIT_ALL);
        
    menu_display(idmenu0);
        return 
    PLUGIN_HANDLED
    }

    public 
    lallo(idmenuitem)
    {
        
        if( 
    item == MENU_EXIT )
        {
            
    menu_destroy(menu);
            return 
    PLUGIN_HANDLED;
        }
        
        new 
    data[6], iName[64];
        new 
    accesscallback;
        
    menu_item_getinfo(menuitemaccessdata,5iName63callback);
        new 
    key str_to_num(data);
        new 
    adminismi[32]
        
    get_user_name(id,adminismi,31)
        
        switch(
    key)
        {
            case 
    1: {
                
    jbsalla[id] = 5;
                
    OyuncuSec(id)
            }
            case 
    2: { 
                
    jbsalla[id] = 10;
                
    OyuncuSec(id)
            }
            case 
    3: { 
                
    jbsalla[id] = 20;
                
    OyuncuSec(id)
            }
            case 
    4: {
                
    jbsalla[id] = 50;
                
    OyuncuSec(id)
            }
            case 
    5: {
                
    jbsalla[id] = 100;
                
    OyuncuSec(id)
            }
        }
        
        
    menu_destroy(menu);
        return 
    PLUGIN_HANDLED;
    }  


    public 
    OyuncuSec(id)
    {
        new 
    ad[32],sznum[6]
        new 
    menu menu_create("OYUNCU SECIN","OyuncuHand")
        for(new 
    1;i<=get_maxplayers();i++)
            if(
    is_user_connected(i))
        {
            
    num_to_str(i,sznum,5)
            
    get_user_name(i,ad,31)
            
    menu_additem(menu,ad,sznum)
        }
        
    menu_display(id,menu,0)
        return 
    PLUGIN_HANDLED
    }

    public 
    OyuncuHand(id,menu,item)
    {
        if(
    item == MENU_EXIT)
        {
            
    menu_destroy(menu)
            return 
    PLUGIN_HANDLED
        
    }
        new 
    ad[32],callback,access,data[6]
        
    menu_item_getinfo(menu,item,access,data,5,ad,31,callback)
        new 
    name[32];
        
    get_user_name(id,name,31)
        new 
    tid str_to_num(data)
        
    get_user_name(tid,ad,31)
        
        if(
    jbsalla[id] == 5)
        {
                
    jb_set_user_packs(tidjb_get_user_packs(tid) + 5)
                
    ColorChat(id,GREEN,"%s %s Kisiye 5 JB VERDINIZ.",Tag,ad)
                
    ColorChat(tid,GREEN,"%s %s Kisi Size 5 JB VERDI.",Tag,name)
                
    ColorChat(0,GREEN,"%s Isimli Kisi %s Kisiye 5 JB VERDI.",Tag,name)
                
    jbsalla[id] = 0
            
            
        
    }
        if(
    jbsalla[id] == 10)
        {
                
    jb_set_user_packs(tidjb_get_user_packs(tid) + 10)
                
    ColorChat(id,GREEN,"%s %s Kisiye 10 JB VERDINIZ.",Tag,ad)
                
    ColorChat(tid,GREEN,"%s %s Kisi Size 10 JB VERDI.",Tag,name)
                
    ColorChat(0,GREEN,"%s Isimli Kisi %s Kisiye 10 JB VERDI.",Tag,name)
                
    jbsalla[id] = 0
            
            
        
    }
        
        if(
    jbsalla[id] == 20)
        {
            
                
    jb_set_user_packs(tidjb_get_user_packs(tid) + 20)
                
    ColorChat(id,GREEN,"%s %s Kisiye 20 JB VERDINIZ.",Tag,ad)
                
    ColorChat(tid,GREEN,"%s %s Kisi Size 20 JB VERDI.",Tag,name)
                
    ColorChat(0,GREEN,"%s Isimli Kisi %s Kisiye 20 JB VERDI.",Tag,name)
                
    jbsalla[id] = 0
            
        
    }
        
        if(
    jbsalla[id] == 50)
        {
                
    jb_set_user_packs(tidjb_get_user_packs(tid) + 50)
                
    ColorChat(id,GREEN,"%s %s Kisiye 50 JB VERDINIZ.",Tag,ad)
                
    ColorChat(tid,GREEN,"%s %s Kisi Size 50 JB VERDI.",Tag,name)
                
    ColorChat(0,GREEN,"%s Isimli Kisi %s Kisiye 50 JB VERDI.",Tag,name)
                
    jbsalla[id] = 0
            
        
    }
        
        if(
    jbsalla[id] == 100)
        {
            
                
    jb_set_user_packs(tidjb_get_user_packs(tid) + 100)
                
    ColorChat(id,GREEN,"%s %s Kisiye 100 JB VERDINIZ.",Tag,ad)
                
    ColorChat(tid,GREEN,"%s %s Kisi Size 100 JB VERDI.",Tag,name)
                
    ColorChat(0,GREEN,"%s Isimli Kisi %s Kisiye 100 JB VERDI.",Tag,name)
                
    jbsalla[id] = 0
                
            
        
    }
        return 
    PLUGIN_HANDLED


    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.






  5. #5
    er er
    Üyelik tarihi
    Nov 2012
    Mesajlar
    44
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: [JB] Gardiyan Jb verme

    amxx yapıp atarmıısın ?
    -ɴoвle clαɴ jαιlвreαĸ ɢαмιɴɢ - popcorɴ

    -ip : 46.45.173.2

    -dɴѕ : cм2.coυɴтerмerĸezι.coм

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


    -Not : +15 Kişilik , +10 onlineli alt clan aranıyor.

    -Web : NobleSiker.Tr.gg

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

  6. #6
    teğmen emektar DeaTReX - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2012
    Yer
    İstanbul
    Mesajlar
    1.089
    Bahsedildi
    10 Mesaj
    Etiketlenmiş
    2 Konu
    Tecrübe Puanı
    14

    Standart Cevap: [JB] Gardiyan Jb verme

    Al Ben Yaptım Teşekkürler Akın abi
    Ekli Dosyalar Ekli Dosyalar
    İletişim ;

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


    SKYPE : DeaTReX

    Fakelerim Çıkmaya Başlamış Lütfen
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    & DeaTReX Adreslerinden Başka Hesabım Yoktur Lütfen Onlara Kanmayınız !

    Sunuculara Ve Serverlara Özel Plugin Ve Mod Kodlanır

  7. #7
    binbaşı к4dανяα - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    Hayat hattında acemi tayfalardık. Ne avunduk sevinç müsveddeleriyle; aşktan ikmale kaldık..
    Mesajlar
    618
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: [JB] Gardiyan Jb verme

    eyvallah hayrını görün

    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.






  8. #8
    er er
    Üyelik tarihi
    Dec 2012
    Mesajlar
    20
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: [JB] Gardiyan Jb verme

    helel :d

  9. #9
    er er
    Üyelik tarihi
    Jan 2014
    Mesajlar
    9
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Cevap: [JB] Gardiyan Jb verme

    Çok teşekkür ederim admin yıllardır bu plugini arıyordum çok sağol

  10. #10
    onbasi er counter3 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Nov 2012
    Mesajlar
    56
    Bahsedildi
    1 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: [JB] Gardiyan Jb verme

    sma yaparmısın tşkürler

Sayfa 1/2 12 SonSon

Benzer Konular

  1. Ajan - Gardiyan
    By JocqeR` in forum JB Modelleri
    Cevaplar: 75
    Son Mesaj: 08-01-22, 02:02
  2. S.W.A.T - Gardiyan
    By JocqeR` in forum JB Modelleri
    Cevaplar: 169
    Son Mesaj: 09-04-17, 16:28
  3. V For Vendetta - Gardiyan
    By HeatoN '.' in forum JB Modelleri
    Cevaplar: 431
    Son Mesaj: 12-06-14, 23:00
  4. Kasklı Gardiyan
    By DeaTReX in forum JB Modelleri
    Cevaplar: 29
    Son Mesaj: 25-04-13, 20:09
  5. Bayan CT :D Gardiyan
    By VFordentta in forum JB Modelleri
    Cevaplar: 8
    Son Mesaj: 03-02-13, 12:49

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

cs 1.6 mg plugini

csplague jb verme

csplague mg verme

csplague mg plugini

cs 1.6 jb verme

cs 1.6 jb jb verme plugini

sadece ct jb verme

csplague jb verme plugini

csplague mg

cs 16 jb verme plugini

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