Kullanıcı Tag Listesi

Sayfa 2/3 İlkİlk 123 SonSon
25 sonuçtan 11 ile 20 arası

Konu: Jop Plugini

  1. #11
    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: Jop Plugini

    Kardeşim Ticket At Onlar Jop Modelini Ve Pluginini Yüklerler.Sorunda Çözülür Olur Biter İllaki Sen Koyucan Diye Bişe Yok Yani...

    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. #12
    binbaşı er sefatokgoz - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Aug 2012
    Yer
    Kocaeli-İzmit
    Mesajlar
    545
    Bahsedildi
    1 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Jop Plugini

    Aynen OyunYöneticisi paneli ile ilgili fazla bilgim yok :S
    Messenger :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    Skype : sefa_tokgoz

  3. #13
    JDM
    JDM çevrimdışı
    teğmen mod JDM - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2013
    Yer
    İstanbul/Bahçelievler
    Mesajlar
    841
    Bahsedildi
    5 Mesaj
    Etiketlenmiş
    9 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Jop Plugini

    bunu dene bakalım

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

    #include <amxmodx>
    #include <fakemeta>

    #define PLUGIN "Gardiyan Jop"
    #define VERSION "1.0"
    #define AUTHOR "JDM"

    new jopkullan[33];

    new 
    VIEW_JOP[]        = "models/[Shop]JailBreak/jop/jop.mdl" 
    new PLAYER_JOP[]       = "models/[Shop]JailBreak/jop/jop2.mdl" 

    public plugin_precache(){
        
    precache_model(VIEW_JOP)     
        
    precache_model(PLAYER_JOP)
    }
    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_event("CurWeapon""ModelDegistir""be""1=1")
    }
    public 
    client_disconnect(id){
        
    jopkullan[id] = false
    }
    public 
    ModelDegistir(id){
        new 
    weaponID read_data(2)
        
        switch (
    get_user_team(id) == 2){
            case 
    1:{
                if(
    jopkullan[id] && weaponID == CSW_KNIFE){
                    
    set_pev(idpev_viewmodel2VIEW_JOP);
                    
    set_pev(idpev_weaponmodel2PLAYER_JOP);
                }
            }
        }
    }
    /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
    *{\\ rtf1\\ ansi\\ ansicpg1254\\ deff0\\ deflang1055{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ f0\\ fs16 \n\\ par }
    */ 
    Steam ID: STEAM_1:0:70428872
    Steam Name: Seps!s
    Skype: jdm.csplague

    Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
    Albert Einstein

  4. #14
    er banned
    Üyelik tarihi
    May 2013
    Mesajlar
    31
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart Cevap: Jop Plugini

    Adamsin !

    ---------- Alttaki Mesaj Zamani 16:07 ---------- Önceki Mesaj Zamani 16:01 ----------

    Maleseft calismadi !

  5. #15
    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: Jop Plugini

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

    #include <amxmodx>
    #include <amxmisc>
    #include <fakemeta>

    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"

    new const P_KNIFE[] = "models/p_jop.mdl";
    new const 
    V_KNIFE[] = "models/v_jop.mdl";

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_event("CurWeapon","eCurWeapon","be","1=1")
        
    }
    public 
    plugin_precache() {
        
    precache_model(P_KNIFE)
        
    precache_model(V_KNIFE)
    }
    public 
    eCurWeapon(id) {
        if((
    get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            
    set_pev(id,pev_viewmodel2,V_KNIFE)
            
    set_pev(id,pev_weaponmodel2,P_KNIFE)
        }

    Modeller:
    Dosya.tc - cretsiz, Hzl ve Kolay Dosya Paylam

    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. #16
    er banned
    Üyelik tarihi
    May 2013
    Mesajlar
    31
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart Cevap: Jop Plugini

    Berk S.MOD Hayirli ugurlu Olsun Plugin İcin Tesekkür Ederim Repini Verdim <3

  7. #17
    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: Jop Plugini

    Teşekkür ederim.

    Çö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/


  8. #18
    cavus er skc0011 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2013
    Mesajlar
    285
    Bahsedildi
    9 Mesaj
    Etiketlenmiş
    4 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Jop Plugini

    Alıntı akcaliberkk Nickli Üyeden Alıntı Mesajı göster
    PHP- Kodu:
    /* Plugin generated by AMXX-Studio */

    #include <amxmodx>
    #include <amxmisc>
    #include <fakemeta>

    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"

    new const P_KNIFE[] = "models/p_jop.mdl";
    new const 
    V_KNIFE[] = "models/v_jop.mdl";

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_event("CurWeapon","eCurWeapon","be","1=1")
        
    }
    public 
    plugin_precache() {
        
    precache_model(P_KNIFE)
        
    precache_model(V_KNIFE)
    }
    public 
    eCurWeapon(id) {
        if((
    get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            
    set_pev(id,pev_viewmodel2,V_KNIFE)
            
    set_pev(id,pev_weaponmodel2,P_KNIFE)
        }

    Modeller:
    Dosya.tc - cretsiz, Hzl ve Kolay Dosya Paylam
    kardeşim bu yazıyı nereye yazıcaz?? lütfen bir bilgi

    - - - - - - - - - -

    Alıntı akcaliberkk Nickli Üyeden Alıntı Mesajı göster
    PHP- Kodu:
    /* Plugin generated by AMXX-Studio */

    #include <amxmodx>
    #include <amxmisc>
    #include <fakemeta>

    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"

    new const P_KNIFE[] = "models/p_jop.mdl";
    new const 
    V_KNIFE[] = "models/v_jop.mdl";

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_event("CurWeapon","eCurWeapon","be","1=1")
        
    }
    public 
    plugin_precache() {
        
    precache_model(P_KNIFE)
        
    precache_model(V_KNIFE)
    }
    public 
    eCurWeapon(id) {
        if((
    get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            
    set_pev(id,pev_viewmodel2,V_KNIFE)
            
    set_pev(id,pev_weaponmodel2,P_KNIFE)
        }

    Modeller:
    Dosya.tc - cretsiz, Hzl ve Kolay Dosya Paylam
    kardeşim bu yazıyı nereye yazıcaz?? lütfen bir bilgi

  9. #19
    JDM
    JDM çevrimdışı
    teğmen mod JDM - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2013
    Yer
    İstanbul/Bahçelievler
    Mesajlar
    841
    Bahsedildi
    5 Mesaj
    Etiketlenmiş
    9 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Jop Plugini

    kardeşim bu yazıyı nereye yazıcaz?? lütfen bir bilgi
    Buyur;
    Ekli Dosyalar Ekli Dosyalar
    Steam ID: STEAM_1:0:70428872
    Steam Name: Seps!s
    Skype: jdm.csplague

    Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
    Albert Einstein

  10. #20
    onbasi er
    Üyelik tarihi
    May 2012
    Mesajlar
    56
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Jop Plugini

    Alıntı akcaliberkk Nickli Üyeden Alıntı Mesajı göster
    PHP- Kodu:
    /* Plugin generated by AMXX-Studio */

    #include <amxmodx>
    #include <amxmisc>
    #include <fakemeta>

    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"

    new const P_KNIFE[] = "models/p_jop.mdl";
    new const 
    V_KNIFE[] = "models/v_jop.mdl";

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_event("CurWeapon","eCurWeapon","be","1=1")
        
    }
    public 
    plugin_precache() {
        
    precache_model(P_KNIFE)
        
    precache_model(V_KNIFE)
    }
    public 
    eCurWeapon(id) {
        if((
    get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            
    set_pev(id,pev_viewmodel2,V_KNIFE)
            
    set_pev(id,pev_weaponmodel2,P_KNIFE)
        }

    Modeller:
    Dosya.tc - cretsiz, Hzl ve Kolay Dosya Paylam
    Link Kırık yardım edermisin.

    - - - - - - - - - -

    Alıntı akcaliberkk Nickli Üyeden Alıntı Mesajı göster
    PHP- Kodu:
    /* Plugin generated by AMXX-Studio */

    #include <amxmodx>
    #include <amxmisc>
    #include <fakemeta>

    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"

    new const P_KNIFE[] = "models/p_jop.mdl";
    new const 
    V_KNIFE[] = "models/v_jop.mdl";

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_event("CurWeapon","eCurWeapon","be","1=1")
        
    }
    public 
    plugin_precache() {
        
    precache_model(P_KNIFE)
        
    precache_model(V_KNIFE)
    }
    public 
    eCurWeapon(id) {
        if((
    get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            
    set_pev(id,pev_viewmodel2,V_KNIFE)
            
    set_pev(id,pev_weaponmodel2,P_KNIFE)
        }

    Modeller:
    Dosya.tc - cretsiz, Hzl ve Kolay Dosya Paylam
    Link Kırık yardım edermisin.

Sayfa 2/3 İlkİlk 123 SonSon

Benzer Konular

  1. Back Ground Changer Plugini ( Cs Arka Plan Değiştirme Plugini ) + RESİMLİ
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 287
    Son Mesaj: 25-07-17, 04:40
  2. Public Rules Plugini ( Server Kuralları Plugini )
    By Luu in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 160
    Son Mesaj: 25-07-15, 18:08
  3. Bombawars Plugini ( Bombayi Kurana ve Cozene Odul Plugini )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 23
    Son Mesaj: 24-07-15, 04:47
  4. sma dosyali healkit plugini arıyorum + sma'li musta plugini
    By darkmack in forum Çözülmüş İstekler
    Cevaplar: 1
    Son Mesaj: 06-01-13, 04:10
  5. Otomatik bilgilendirme plugini ve model plugini lazım.
    By sallaswe in forum Çözülmüş İstekler
    Cevaplar: 2
    Son Mesaj: 11-03-12, 19:35

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

cs 1.6 jop modeli

cs 1.6 jop plugini

cs 1.6 ct jop modeli

cs 1.6 jop plugini 2013

cs 1.6 models[shop]jailbreakjopjop.mdlcs 16. jop gozukmuyorcs jail ct jop pluginijail jop modelics 1.6 jop.mdlcs 1.6 electroshock csplaguecs 1.6 jailbreak jop pluginics 1.6 jop bluginics 1.6 shop jailbreak ct sounds sesi jopcs 1.6 models jop jop2 mdl sorunucs 1.6 jailbreak ct jop pluginijailbreak jop pluginlerijop modellerijail server jop modelics 1.6 jailbreak jop modelicounter strike 1.6 jop jop pluginics 1.6 jop plugini indir
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