Kullanıcı Tag Listesi

2 sonuçtan 1 ile 2 arası
  1. #1
    er er
    Üyelik tarihi
    Nov 2012
    Mesajlar
    38
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart ıstek plugın

    CT MAVi - T Kırmızı ışık yanan Plugin kardes bunun plugınını ıstıyom da ama rar şeklınde verırsen sevınırım kardes sımdıden teşekkurler

  2. #2
    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

    Thumbs up Cevap: ıstek plugın

    PHP- Kodu:
    #include < amxmodx >
    #include < hamsandwich >
    #include < hlsdk_const >

    new szVersion[ ] = "1.1";
    new 
    szAuthor[ ] = "Asd'";

    new 
    AuraEnable;
    new 
    AuraRadius;
    new 
    AuraModes;
    new 
    AuraColors;

    new 
    szColors33 ];
    new 
    szRed];
    new 
    szGreen];
    new 
    szBlue];

    public 
    plugin_init( ) 
    {
        
    register_plugin"AuraDamage"szVersionszAuthor );
        
        
    AuraEnable register_cvar"amx_auraenable""1" );
        
    AuraRadius register_cvar"amx_auraradius""20" );
        
    AuraColors register_cvar"amx_auracolors""0 250 0" );
        
    AuraModes register_cvar"amx_auramodes""3" );
        
        
    RegisterHamHam_TakeDamage"player""Forward_TakeDamage" );
        
        
    register_cvar"ad_author"szAuthorFCVAR_SERVER|FCVAR_SPONLY );
        
    register_cvar"ad_version"szVersionFCVAR_SERVER|FCVAR_SPONLY );
    }

    public 
    Forward_TakeDamageVictimInflictorAttackerFloat:DamageiDamageBits )
    {
        if( !
    get_pcvar_numAuraEnable ) )
            return 
    HAM_IGNORED;
        
        if( 
    iDamageBits == DMG_FALL )
            return 
    HAM_IGNORED;
        
        if( 
    Attacker == Victim )
            return 
    HAM_IGNORED;
        
        new 
    TeamVictim get_user_teamVictim );
        new 
    TeamAttacker get_user_teamAttacker );
        
        if( 
    TeamAttacker == TeamVictim )
            return 
    HAM_IGNORED;
        
        new 
    OriginIndex];
        
    get_user_originVictimOriginIndex );
        
        
    message_beginMSG_PVSSVC_TEMPENTITYOriginIndex);
        
    write_byteTE_DLIGHT );
        
    write_coordOriginIndex] );
        
    write_coordOriginIndex] );
        
    write_coordOriginIndex] );
        
    write_byteget_pcvar_numAuraRadius ) );
        
        switch( 
    get_pcvar_numAuraModes ) ) 
        {
            case 
    0:
            {
                
    write_byte250 );
                
    write_byte250 );
                
    write_byte250 );
            }
            case 
    1
            {
                
    get_pcvar_stringAuraColorsszColors32 );
                
    parseszColorsszRed3szGreen3szBlue);
                
                new 
    iRed clampstr_to_numszRed ), 0250 );
                new 
    iGreen clampstr_to_numszGreen ), 0250 );
                new 
    iBlue clampstr_to_numszBlue ), 0250 );
                
                
    write_byteiRed );
                
    write_byteiGreen );
                
    write_byteiBlue );
            }
            case 
    2
            {
                
    write_byterandom_num0250 ) );
                
    write_byterandom_num0250 ) );
                
    write_byterandom_num0250 ) );
            }
            case 
    3
            {
                if ( 
    TeamVictim == 
                {
                    
    write_byte250 );
                    
    write_byte);
                    
    write_byte);
                }
                else 
                {
                    
    write_byte);
                    
    write_byte);
                    
    write_byte250 );
                }
            }
        }
        
        
    write_byte50 );
        
    write_byte100 );
        
    message_end( );
        
        return 
    HAM_IGNORED;


    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


Benzer Konular

  1. Kolay plugın
    By t4t1fati in forum Çözülmüş İstekler
    Cevaplar: 3
    Son Mesaj: 16-08-12, 20:46

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

Counter Strike 1.6 Cfg, plugin, eklenti, sxe, config, skin, setup
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