Kullanıcı Tag Listesi

Sayfa 3/4 İlkİlk 1234 SonSon
33 sonuçtan 21 ile 30 arası
Like Tree4Likes

Konu: Coca Cola Pepsi Fanta [El Bombaları]

  1. #21
    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: Coca Cola Pepsi Fanta [El Bombaları]

    Yardımcı Olmadı

    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. #22
    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: Coca Cola Pepsi Fanta [El Bombaları]

    @Nefesim in verdiği modeller gayet uygun bence ? Daha ne arıyorsun ki ? Aradığın sesleri de vermiş.

    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. #23
    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: Coca Cola Pepsi Fanta [El Bombaları]

    Fanta Olsa İyi Olurdu Ama Tamam.Ozaman Yapalım Sorun Yok.

    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


  4. #24
    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: Coca Cola Pepsi Fanta [El Bombaları]

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

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

    #define PLUGIN "Pepsi Cola Fanta"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"

    new const models[][] = {
        
    "models/special_grenades/pepsi/p_flashbang_pepsi.mdl",
        
    "models/special_grenades/pepsi/v_flashbang_pepsi.mdl",
        
    "models/special_grenades/pepsi/w_flashbang_pepsi.mdl",
        
    "models/special_grenades/cola/p_hegrenade_cola.mdl",
        
    "models/special_grenades/cola/v_hegrenade_cola.mdl",
        
    "models/special_grenades/cola/w_hegrenade_cola.mdl",
        
    "models/special_grenades/fanta/p_smokegrenade_fanta.mdl",
        
    "models/special_grenades/fanta/v_smokegrenade_fanta.mdl",
        
    "models/special_grenades/fanta/w_smokegrenade_fanta.mdl"
    }
    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_event("CurWeapon","eCurWeapon","be","1=1")
        
    register_forward(FM_SetModel"fwdSetModel")
    }
    public 
    plugin_precache() {
        for(new 
    ii<sizeof(models);i++) {
            
    precache_model(models[i])
        }
    }
    public 
    eCurWeapon(id) {
        new 
    wpnID read_data(2);
        switch(
    wpnID) {
            case 
    CSW_HEGRENADE: {
                
    set_pev(id,pev_viewmodel2,models[4])
                
    set_pev(id,pev_weaponmodel2,models[3])
            }
            case 
    CSW_FLASHBANG: {
                
    set_pev(id,pev_viewmodel2,models[1])
                
    set_pev(id,pev_weaponmodel2,models[0])
            }
            case 
    CSW_SMOKEGRENADE: {
                
    set_pev(id,pev_viewmodel2,models[7])
                
    set_pev(id,pev_weaponmodel2,models[6])
            }
        }
    }
    public 
    fwdSetModel(ent, const model[]) {
        if(
    containi(model,"w_hegrenade") != -1) {
            
    engfunc(EngFunc_SetModelentmodels[5])
            return 
    FMRES_SUPERCEDE
        
    }
        else if(
    containi(model,"w_flashbang") != -1) {
            
    engfunc(EngFunc_SetModelentmodels[2])
            return 
    FMRES_SUPERCEDE
        
    }
        else if(
    containi(model,"w_smokegrenade") != -1) {
            
    engfunc(EngFunc_SetModelentmodels[8])
            return 
    FMRES_SUPERCEDE
        
    }
        return 
    FMRES_IGNORED

    Ekli Dosyalar Ekli Dosyalar
    Konu akcaliberkk tarafından (04-08-13 Saat 17:52 ) değiştirilmiştir.
    peNgueN likes this.

    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/


  5. #25
    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: Coca Cola Pepsi Fanta [El Bombaları]

    https://www.csplague.com/cozulmus-is...tml#post234311

    Burada benim yaptığım eklenti ile ses dosyalarını değiştirebilirsin.
    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

  6. #26
    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: Coca Cola Pepsi Fanta [El Bombaları]

    Malesef silah sesleri değiştirilemiyor. (bıçak hariç)

    Client-side olayı

    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/


  7. #27
    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: Coca Cola Pepsi Fanta [El Bombaları]

    Aynen doğru

    Fanta modelini kendim texture editledim işine yarar belki nobb
    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

  8. #28
    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: Coca Cola Pepsi Fanta [El Bombaları]

    Tamamdır Modelleri Bulduk.Şimdi Plugini Yapmak Gerekiyor.Sesleri Aynı Kalsın Bomba Sesleri Kalsın Yani.Ben Modelleri Atıyorum.

    Buyur Bunlarda Modeller Sadece Plugin Kaldı ;


    Ekli Dosyalar Ekli Dosyalar
    Konu Nobb tarafından (04-08-13 Saat 13:27 ) 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. #29
    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: Coca Cola Pepsi Fanta [El Bombaları]

    Plugini yaptım zaten ?

    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. #30
    teğmen emektar Nefesim - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jan 2013
    Yer
    Ankara
    Mesajlar
    1.019
    Bahsedildi
    60 Mesaj
    Etiketlenmiş
    2 Konu
    Tecrübe Puanı
    13

    Standart Cevap: Coca Cola Pepsi Fanta [El Bombaları]

    Berk yeni modelde koymuş içine.
    Nefesim Fark Yaratırmı ?

Sayfa 3/4 İlkİlk 1234 SonSon

Benzer Konular

  1. Pepsi Grenades
    By VFordentta in forum Grenades
    Cevaplar: 10
    Son Mesaj: 26-08-14, 17:34
  2. CoCa Cola El Bombası :)
    By VFordentta in forum Grenades
    Cevaplar: 11
    Son Mesaj: 04-05-13, 17:21
  3. Pepsi ve caramio
    By berkanmtn in forum Sohbet / Geyik
    Cevaplar: 7
    Son Mesaj: 21-04-13, 14:56
  4. Fanta Smoke Grenade :D
    By hams1 in forum Diğer Skinler
    Cevaplar: 1
    Son Mesaj: 29-10-12, 17:53
  5. Pepsi HE grenade !
    By hams1 in forum Diğer Skinler
    Cevaplar: 2
    Son Mesaj: 29-10-12, 17:51

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

cs 1.5 skin

cs 1.6 fanta grenade

fanta sularnin zereri

cs 1.6 el bomba skinleripepsi fantanin zererifantanin zereriKoka kola bombasi
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