Kullanıcı Tag Listesi

Sayfa 1/2 12 SonSon
11 sonuçtan 1 ile 10 arası
  1. #1
    er er
    Üyelik tarihi
    Jan 2014
    Mesajlar
    16
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Yeni BB Class Menu

    Merhabalar Ben Yeni Class Menu İstiyorumda modeller ekte ;
    1. Normal Zombie : 27500 Hp Normal Hız'da Koşacak
    2. Hızlı Zombie : 2000 Hp Normal Zombilerden 2 Kat Hızlı Koşacak ( Hızı 500 Olacak )
    3. Uzun Zıplayan Zombie : 2400 Hp gravity 550 Olacak
    4. Güçlü Zombie : 3200 Hp olacak Normal Hızda Koşacak
    5.Kamuflaj Zombie : İnsan Kılığında Dolaşçak

    Şimdiden Herkeze Teşşekür Ederim .
    Ekli Dosyalar Ekli Dosyalar
    Konu hbaranuren tarafından (26-05-14 Saat 23:00 ) değiştirilmiştir.

  2. #2
    onbasi banned
    Üyelik tarihi
    Mar 2014
    Mesajlar
    69
    Bahsedildi
    9 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart Cevap: Yeni BB Class Menu

    Daha acıklayıcı olursan yardımcı olabılırız hangı moda olcak zombı ?

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

    Standart Cevap: Yeni BB Class Menu

    başlıkta yazdığım gibi BB olacak

  4. #4
    onbasi banned
    Üyelik tarihi
    Mar 2014
    Mesajlar
    69
    Bahsedildi
    9 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Exclamation Cevap: Yeni BB Class Menu

    Gerekli Class Menusu Forumda Mevcut . Oradan Ayarlama Yapabilirdin Neyse Bu seferlik Yardımcı Olayım !


    bb_classmenu.sma

    [ARAŞTIRMADAN KONU AÇIMI YAPMAYINIZ]

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

    Standart Cevap: Yeni BB Class Menu

    Alıntı tifargemirhan Nickli Üyeden Alıntı Mesajı göster
    Gerekli Class Menusu Forumda Mevcut . Oradan Ayarlama Yapabilirdin Neyse Bu seferlik Yardımcı Olayım !


    bb_classmenu.sma

    [ARAŞTIRMADAN KONU AÇIMI YAPMAYINIZ]
    İstediğim zombieler Yok bunda .
    Konu JDM tarafından (29-05-14 Saat 14:00 ) değiştirilmiştir.

  6. #6
    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: Yeni BB Class Menu

    PHP- Kodu:
    /*================================================================================
        
        -----------------------------------
        -*- [BB] Default Zombie Classes -*-
        -----------------------------------
        
        ~~~~~~~~~~~~~~~
        - Description -
        ~~~~~~~~~~~~~~~
        
        This plugin adds the default zombie classes from Zombie Plague
        into Base Builder. All credit belongs to MeRcyLeZZ.
        
        All classes have been balanced, but feel free to edit them if
        you are not satisfied.
        
    ================================================================================*/

    #include <amxmodx>
    #include <basebuilder>
    #include <fakemeta>
    #include <hamsandwich>
    #include <fun>
    #include <cstrike>

    /*================================================================================
     [Plugin Customization]
    =================================================================================*/

    // Classic Zombie Attributes
    new const zclass1_name[] = { "Normal Zombi" }
    new const 
    zclass1_info[] = { "Standart Zombi Ozellikleri" }
    new const 
    zclass1_model[] = { "bb_classic" }
    new const 
    zclass1_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass1_health 27500
    const zclass1_speed 260
    const Float:zclass1_gravity 1.0
    const zclass1_adminflags ADMIN_ALL

    // Fast Zombie Attributes
    new const zclass2_name[] = { "Hizli Zombie" }
    new const 
    zclass2_info[] = { "HP'si Normal Hizi Yuksek" }
    new const 
    zclass2_model[] = { "bb_fast" }
    new const 
    zclass2_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass2_health 2000
    const zclass2_speed 325
    const Float:zclass2_gravity 0.5
    const zclass2_adminflags ADMIN_ALL

    // Jumper Zombie Attributes
    new const zclass3_name[] = { "Uzun Ziplayan Zombie" }
    new const 
    zclass3_info[] = { "HP'si Normal Ziplamasi Fazla" }
    new const 
    zclass3_model[] = { "bb_jumper" }
    new const 
    zclass3_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass3_health 2400
    const zclass3_speed 285
    const Float:zclass3_gravity 0.5
    const zclass3_adminflags ADMIN_ALL

    // Tanker Zombie Attributes
    new const zclass4_name[] = { "Guclu Zombie" }
    new const 
    zclass4_info[] = { "HP'si Fazla Hizi Normal" }
    new const 
    zclass4_model[] = { "bb_tanker" }
    new const 
    zclass4_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass4_health 4000
    const zclass4_speed 210
    const Float:zclass4_gravity 0.5
    const zclass4_adminflags ADMIN_ALL

    // Kamuflaj Zombi
    new const zclass5_name[] = { "Kamuflaj Zombi" }
    new const 
    zclass5_info[] = { "Kamufle Olur" }
    new const 
    zclass5_model[] = { "gign""gsg9""sas""urban" }
    new const 
    zclass5_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass5_health 2500
    const zclass5_speed 210
    const Float:zclass5_gravity 0.5
    const zclass5_adminflags ADMIN_ALL
    #define TANK_ARMOR 200
    /*============================================================================*/

    new g_zclass_tanker

    // Zombie Classes MUST be registered on plugin_precache
    public plugin_precache()
    {
        
    register_plugin("[BB] Default Zombie Classes""6.5""Tirant")
        
        
    // Register all classes
        
    bb_register_zombie_class(zclass1_namezclass1_infozclass1_modelzclass1_clawmodelzclass1_healthzclass1_speedzclass1_gravity0.0zclass1_adminflags)
        
    bb_register_zombie_class(zclass2_namezclass2_infozclass2_modelzclass2_clawmodelzclass2_healthzclass2_speedzclass2_gravity0.0zclass2_adminflags)
        
    bb_register_zombie_class(zclass3_namezclass3_infozclass3_modelzclass3_clawmodelzclass3_healthzclass3_speedzclass3_gravity0.0zclass3_adminflags)
        
    bb_register_zombie_class(zclass5_namezclass5_infozclass5_modelzclass5_clawmodelzclass5_healthzclass5_speedzclass5_gravity0.0zclass5_adminflags)
        
    g_zclass_tanker bb_register_zombie_class(zclass4_namezclass4_infozclass4_modelzclass4_clawmodelzclass4_healthzclass4_speedzclass4_gravity0.0zclass4_adminflags)
    }

    #if defined TANK_ARMOR
    public plugin_init()
    {
        
    RegisterHam(Ham_Spawn"player""ham_PlayerSpawn_Post"1)
    }
    public 
    ham_PlayerSpawn_Post(id)
    {
        if (!
    is_user_alive(id))
            return ;
            
        if (
    bb_is_user_zombie(id) && bb_get_user_zombie_class(id) == g_zclass_tanker)
        {
            
    give_item(id"item_assaultsuit");
            
    cs_set_user_armor(idTANK_ARMORCS_ARMOR_VESTHELM);
        }
    }
    #endif 
    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

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

    Standart Cevap: Yeni BB Class Menu

    Alıntı JDM Nickli Üyeden Alıntı Mesajı göster
    PHP- Kodu:
    /*================================================================================
        
        -----------------------------------
        -*- [BB] Default Zombie Classes -*-
        -----------------------------------
        
        ~~~~~~~~~~~~~~~
        - Description -
        ~~~~~~~~~~~~~~~
        
        This plugin adds the default zombie classes from Zombie Plague
        into Base Builder. All credit belongs to MeRcyLeZZ.
        
        All classes have been balanced, but feel free to edit them if
        you are not satisfied.
        
    ================================================================================*/

    #include <amxmodx>
    #include <basebuilder>
    #include <fakemeta>
    #include <hamsandwich>
    #include <fun>
    #include <cstrike>

    /*================================================================================
     [Plugin Customization]
    =================================================================================*/

    // Classic Zombie Attributes
    new const zclass1_name[] = { "Normal Zombi" }
    new const 
    zclass1_info[] = { "Standart Zombi Ozellikleri" }
    new const 
    zclass1_model[] = { "bb_classic" }
    new const 
    zclass1_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass1_health 27500
    const zclass1_speed 260
    const Float:zclass1_gravity 1.0
    const zclass1_adminflags ADMIN_ALL

    // Fast Zombie Attributes
    new const zclass2_name[] = { "Hizli Zombie" }
    new const 
    zclass2_info[] = { "HP'si Normal Hizi Yuksek" }
    new const 
    zclass2_model[] = { "bb_fast" }
    new const 
    zclass2_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass2_health 2000
    const zclass2_speed 325
    const Float:zclass2_gravity 0.5
    const zclass2_adminflags ADMIN_ALL

    // Jumper Zombie Attributes
    new const zclass3_name[] = { "Uzun Ziplayan Zombie" }
    new const 
    zclass3_info[] = { "HP'si Normal Ziplamasi Fazla" }
    new const 
    zclass3_model[] = { "bb_jumper" }
    new const 
    zclass3_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass3_health 2400
    const zclass3_speed 285
    const Float:zclass3_gravity 0.5
    const zclass3_adminflags ADMIN_ALL

    // Tanker Zombie Attributes
    new const zclass4_name[] = { "Guclu Zombie" }
    new const 
    zclass4_info[] = { "HP'si Fazla Hizi Normal" }
    new const 
    zclass4_model[] = { "bb_tanker" }
    new const 
    zclass4_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass4_health 4000
    const zclass4_speed 210
    const Float:zclass4_gravity 0.5
    const zclass4_adminflags ADMIN_ALL

    // Kamuflaj Zombi
    new const zclass5_name[] = { "Kamuflaj Zombi" }
    new const 
    zclass5_info[] = { "Kamufle Olur" }
    new const 
    zclass5_model[] = { "gign""gsg9""sas""urban" }
    new const 
    zclass5_clawmodel[] = { "v_bloodyhands" }
    const 
    zclass5_health 2500
    const zclass5_speed 210
    const Float:zclass5_gravity 0.5
    const zclass5_adminflags ADMIN_ALL
    #define TANK_ARMOR 200
    /*============================================================================*/

    new g_zclass_tanker

    // Zombie Classes MUST be registered on plugin_precache
    public plugin_precache()
    {
        
    register_plugin("[BB] Default Zombie Classes""6.5""Tirant")
        
        
    // Register all classes
        
    bb_register_zombie_class(zclass1_namezclass1_infozclass1_modelzclass1_clawmodelzclass1_healthzclass1_speedzclass1_gravity0.0zclass1_adminflags)
        
    bb_register_zombie_class(zclass2_namezclass2_infozclass2_modelzclass2_clawmodelzclass2_healthzclass2_speedzclass2_gravity0.0zclass2_adminflags)
        
    bb_register_zombie_class(zclass3_namezclass3_infozclass3_modelzclass3_clawmodelzclass3_healthzclass3_speedzclass3_gravity0.0zclass3_adminflags)
        
    bb_register_zombie_class(zclass5_namezclass5_infozclass5_modelzclass5_clawmodelzclass5_healthzclass5_speedzclass5_gravity0.0zclass5_adminflags)
        
    g_zclass_tanker bb_register_zombie_class(zclass4_namezclass4_infozclass4_modelzclass4_clawmodelzclass4_healthzclass4_speedzclass4_gravity0.0zclass4_adminflags)
    }

    #if defined TANK_ARMOR
    public plugin_init()
    {
        
    RegisterHam(Ham_Spawn"player""ham_PlayerSpawn_Post"1)
    }
    public 
    ham_PlayerSpawn_Post(id)
    {
        if (!
    is_user_alive(id))
            return ;
            
        if (
    bb_is_user_zombie(id) && bb_get_user_zombie_class(id) == g_zclass_tanker)
        {
            
    give_item(id"item_assaultsuit");
            
    cs_set_user_armor(idTANK_ARMORCS_ARMOR_VESTHELM);
        }
    }
    #endif 
    Çözülmüş İsteklere Taşınabilir

  8. #8
    er er
    Üyelik tarihi
    Oct 2014
    Mesajlar
    2
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Yeni BB Class Menu

    arkadaslar bunu model zombıe pulugın ıcınemı atıyoz 5 dosdyayı

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

    Standart Cevap: Yeni BB Class Menu

    Kardeş Csdurağı sw m var o sw ye bu bb classı nasıl ayarlıcaz yardım edermisinz

  10. #10
    onbasi er
    Üyelik tarihi
    Jan 2015
    Yer
    İstanbul
    Mesajlar
    65
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Yeni BB Class Menu

    Sağol Ellerine Sağlık...

Sayfa 1/2 12 SonSon

Benzer Konular

  1. [JB] Ana Menu - Oyun Menu - FF Menu ( 3Bir arada )
    By smt287 in forum Jail & Deathrun Pluginler
    Cevaplar: 200
    Son Mesaj: 04-06-18, 16:01
  2. [JB] Silah Menu Plugini Yeni Versiyon Merak Ediyorsan İçeri | Sma [Sabit Pls]
    By Yunap in forum Jail & Deathrun Pluginler
    Cevaplar: 9
    Son Mesaj: 05-10-14, 15:08
  3. Ücretli Yeni Buy menu
    By Hemsta in forum Sohbet / Geyik
    Cevaplar: 1
    Son Mesaj: 13-04-14, 17:06

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

cs 1.6 base bulider class menu toxic zombi

basebuilder class csplugin

cs 1.6 base builder eglence menu

cs 1.6 base builder bugsuz class menu

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