Kullanıcı Tag Listesi

4 sonuçtan 1 ile 4 arası
  1. #1
    binbaşı er batuopoz0770 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    Antalya
    Mesajlar
    322
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Süper pro mod -----> gelişecek

    PHP- Kodu:
    /* pawN is - Game[R] */

    #include <amxmodx>
    #include <fun>
    #include <amxmisc>
    #include <hamsandwich>
    #include <cstrike>
    #include <fakemeta>
    #include <nvault>
    #include <engine>
    #include <chatcolor>

    #define PLUGIN "SuperProMod"
    #define VERSION "1.0"
    #define AUTHOR "Game[R]"


    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
    register_event("DeathMsg","eDeath","a")
        
    register_logevent("ElBaslayinca",2,"1=Round_Start")
        
    register_clcmd("buy","yasakli");
        
        new 
    map[64]
        
    get_mapname(map,63)
        if(
    equali(map,"spm_")){
        }
    }
    public 
    ElBaslayinca() {
        for(new 
    all 1;all <= get_maxplayers();all++) {
            
    set_user_health(all,200)
            
    strip_user_weapons(all)
            
    set_user_gravity(all0.5)
            
    set_user_maxspeed(all600.0)
            
    set_user_armor(all100)
            
    set_lights("c")
            
    give_item(all,"weapon_knife")
            
    give_item(all,"weapon_glock18")
            
    cs_set_user_bpammo(all,CSW_GLOCK18,120)
            
    chat_color(0,"!t Super Pro Mod !g Aktif... Bu Modu Hazirlayan !tGame[R] 'a !gTesekkurler")
        }
    }
    public 
    eDeath() {
        new 
    olduren read_data(1);
        new 
    olen read_data(2);
        if(
    olen != olduren) {
            
    give_item(olduren,"weapon_m4a1")
            
    give_item(olduren,"weapon_smokegrenade")
            
    cs_set_user_bpammo(olduren,CSW_M4A1,90)
            
    chat_color(olduren,"!tSaldirin!!! !gHakettiginizi Alicaksiniz...")
        }
    }
    public 
    yasakli(id)
    {
        
    chat_color(id,"!gBu Komut !tYonetici !gTarafindan !tKapatilmistir.")
        return 
    PLUGIN_HANDLED


    sadece "spm_"
    maplarında mod aktif olucak bunu yapamadım birde
    adam öldürünce kolt ve smokegrenade veriyor
    herseferinde aynısını vermesın arada kalaş , mp5 , awp
    gibi silahlarda gelsin istiyorum rast gele mesela ilk vurdugunda
    kolt 2. vurdugunda awp 3. vurdugunda kalas gibi

    yapabileceklere teşekkürler....
    Tek Hedefim
    HEP HEP

    CsPlague
    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.

  2. #2
    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: Süper pro mod -----> gelişecek

    ColorChat Kullan daha iyi https://www.csplague.com/pawn-plugin...t-anlatim.html


    Sadece istenilen mapta calısması ayarlandı.
    Rastgele silah ayarlandı.


    PHP- Kodu:
    /* pawN is - Game[R] */

    #include <amxmodx>
    #include <fun>
    #include <amxmisc>
    #include <hamsandwich>
    #include <cstrike>
    #include <fakemeta>
    #include <nvault>
    #include <engine>
    #include <ColorChat>
    #include <ChatColor>


    #define PLUGIN "SuperProMod"
    #define VERSION "1.0"
    #define AUTHOR "Game[R]"


    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
    register_event("DeathMsg","eDeath","a")
        
    register_logevent("ElBaslayinca",2,"1=Round_Start")
        
    register_clcmd("buy","yasakli");
    }
    public 
    ElBaslayinca() {
        new 
    szMapName64 ]
        
    get_mapnameszMapName63 );
        
        if( 
    containszMapName"spm_" ) != -1
        {
            for(new 
    all 1;all <= get_maxplayers();all++) {
                
    set_user_health(all,200)
                
    strip_user_weapons(all)
                
    set_user_gravity(all0.5)
                
    set_user_maxspeed(all600.0)
                
    set_user_armor(all100)
                
    set_lights("c")
                
    give_item(all,"weapon_knife")
                
    give_item(all,"weapon_glock18")
                
    cs_set_user_bpammo(all,CSW_GLOCK18,120)
                
    chat_color(0,"!t Super Pro Mod !g Aktif... Bu Modu Hazirlayan !tGame[R] 'a !gTesekkurler")
            }
        }
    }
    public 
    eDeath() {
        new 
    szMapName64 ]
        
    get_mapnameszMapName63 );
        
        if( 
    containszMapName"spm_" ) != -1
        {
            new 
    olduren read_data(1);
            new 
    olen read_data(2);
            if(
    olen != olduren) {
                switch(
    random_num(1,4)){
                    case 
    1: {
                        
    give_item(olduren,"weapon_ak47")
                        
    ColorChat(olduren,GREEN,"Sansina ^3Ak-47 Geldi")
                        
    cs_set_user_bpammo(olduren,CSW_AK47,90)
                    }
                    case 
    2: {
                        
    give_item(olduren,"weapon_m4a1")
                        
    cs_set_user_bpammo(olduren,CSW_M4A1,90)
                        
    ColorChat(olduren,GREEN,"Sansina ^3Colt Geldi :)")
                    }
                    case 
    3: {
                        
    give_item(olduren,"weapon_awp")
                        
    cs_set_user_bpammo(olduren,CSW_AWP,90)
                        
    ColorChat(olduren,GREEN,"Sansina ^3Awp Geldi :)")
                    }
                    case 
    4: {
                        
    give_item(olduren,"weapon_mp5navy")
                        
    cs_set_user_bpammo(olduren,CSW_MP5NAVY,120)
                    }
                    
                }
                
    give_item(olduren,"weapon_smokegrenade")
                
    chat_color(olduren,"!tSaldirin!!! !gHakettiginizi Alicaksiniz...")
            }
        }
        return 
    PLUGIN_CONTINUE
        
    }
    public 
    yasakli(id)
    {
        new 
    szMapName64 ]
        
    get_mapnameszMapName63 );
        
        if( 
    containszMapName"spm_" ) != -1
        {
            
    chat_color(id,"!gBu Komut !tYonetici !gTarafindan !tKapatilmistir.")
            return 
    PLUGIN_HANDLED
        
    }
        return 
    PLUGIN_CONTINUE

    Konu к4dανяα tarafından (27-10-12 Saat 12:52 ) değiştirilmiştir.

    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.






  3. #3
    binbaşı er batuopoz0770 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    Antalya
    Mesajlar
    322
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: Süper pro mod -----> gelişecek

    teşekkür ederim
    Tek Hedefim
    HEP HEP

    CsPlague
    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.

  4. #4
    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: Süper pro mod -----> gelişecek

    Konu Cözüldüğü İçin Çözülmüş İstekler Bölümüne Taşınmıştır !
    İ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

Benzer Konular

  1. Süper MP5
    By DeaTReX in forum MP5
    Cevaplar: 15
    Son Mesaj: 09-12-12, 16:58
  2. Süper Bir Kule :D
    By Rizelea53 in forum [Movie|CAPS] CS Resim ve Videolarınız
    Cevaplar: 6
    Son Mesaj: 23-04-12, 19:40

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

csplague pro mod addons

csplague pro mod

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