Kullanıcı Tag Listesi

3 sonuçtan 1 ile 3 arası
  1. #1
    cavus er BLooDGaMinG - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2012
    Mesajlar
    198
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart [İSTEK] Reklam

    https://www.csplague.com/plugin-cs-1...ni-v1-0-a.html

    Linkteki Pluginin Sma Uzantılı Dosyasını atabilecek olan var mı ?

    KONU YANLIŞ YERDE çok özür dilerim hemen kaldırıcam
    İletişim =>
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  2. #2
    admin Schwertle - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2011
    Yer
    Pendik, İstanbul, Türkiye
    Mesajlar
    1.132
    Bahsedildi
    23 Mesaj
    Etiketlenmiş
    1 Konu
    Tecrübe Puanı
    10

    Standart Cevap: [İSTEK] Reklam

    PHP- Kodu:
    #include <amxmodx>

    #define PLUGIN "CSPlague Reklam"
    #define VERSION "1.0"
    #define AUTHOR "Halis KILIC - [email protected]"
    #define SITE "www.CSPLague.com - www.CSPLague.Net"

    new hudsabit;
    new 
    serveradi[64];

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
    register_cvar("___Yapimci"AUTHORFCVAR_SERVER FCVAR_SPONLY)
        
    register_cvar("___Site"SITEFCVAR_SERVER FCVAR_SPONLY)
        
    set_task(1.0,"server_adi",0,"",0,"b",0)
        
    set_task(150.0,"say_yazisi",0,"",0,"b",0)
        
    set_task0.7"olunce_sabit_hud"1""0"b" )
        
    hudsabit CreateHudSyncObj( )
    }

    public 
    olunce_sabit_hud () 
    {
        static 
    oyuncular[32]
        new 
    sayioyuncu
        
        get_players
    (oyuncularsayi"bch")
        
    set_hudmessage(2552552550.540.11__1.1__1)

        for(new 
    0sayi; ++i
        {
            
    oyuncu oyuncular[i]
            
    set_hudmessage(025500.540.1120.00.01)
            
    ShowSyncHudMsg(oyuncuhudsabit"www.CSPLague.com"); 
            
        }    
    }

    public 
    say_yazisi()
    {
        
    chat_color(0,"!g[www.CSPLague.com] !yBu serveri tavsiye etmektedir.")
    }

    public 
    server_adi ()
    {
        
    get_cvar_string("hostname",serveradi,63)
        if( 
    contain(serveradi"www.CSPLague.com") != -1  )    
        {    
            return 
    PLUGIN_HANDLED
        
    }
        
    server_cmd("hostname ^"%s www.CSPLague.com^""serveradi)
        return 
    PLUGIN_HANDLED
    }



    //Renk Kodu {
    stock chat_color(const id, const input[], any:...)
    {
        new 
    count 1players[32]
        static 
    msg[191]
        
    vformat(msg190input3)
        
        
    replace_all(msg190"!g""^4")
        
    replace_all(msg190"!y""^1")
        
    replace_all(msg190"!t""^3")
        
    replace_all(msg190"!team2""^0")
        
        if (
    idplayers[0] = id; else get_players(playerscount"ch")
        {
            for (new 
    0counti++)
            {
                if (
    is_user_connected(players[i]))
                {
                    
    message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _players[i])
                    
    write_byte(players[i]);
                    
    write_string(msg);
                    
    message_end();
                }
            }
        }

    KOnu Çözümlenmiş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.
    google_ad_section_end -->

  3. #3
    cavus er BLooDGaMinG - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2012
    Mesajlar
    198
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: [İSTEK] Reklam

    Teşekkürler.
    İletişim =>
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

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