Kullanıcı Tag Listesi

8 sonuçtan 1 ile 8 arası

Threaded View

  1. #6
    binbaşı er sefatokgoz - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Aug 2012
    Yer
    Kocaeli-İzmit
    Mesajlar
    545
    Bahsedildi
    1 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: Jail hosgeldın plugını

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

    #include <amxmodx>
    #include <amxmisc>

    public client_putinserver(oyuncu) {
        
        
    set_task(15.0"hosgeldin"oyuncu)
    }
    public 
    hosgeldin(oyuncu) {

        new 
    isim[32]
        
    get_user_name(oyuncuisim31)
        
    chat_color(oyuncu,"!yServerimize Hosgeldiniz !gSayin !t%s"isim)
    }

    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();
                }
            }
        }

    Buyur kardeşim dene bunu ?
    Konu sefatokgoz tarafından (26-05-13 Saat 13:13 ) değiştirilmiştir.
    Messenger :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    Skype : sefa_tokgoz

Benzer Konular

  1. [JB] JBADMIN PLUGİNİ [Yaşayanlar Açabiliyor]
    By Furkan Dize in forum Jail & Deathrun Pluginler
    Cevaplar: 10
    Son Mesaj: 07-12-16, 13:53
  2. Amx_virüs PLUGİNİ
    By shamag54 in forum Çözülmüş İstekler
    Cevaplar: 2
    Son Mesaj: 04-09-12, 19:43
  3. Gag plugını
    By danieL in forum Çözülmüş İstekler
    Cevaplar: 2
    Son Mesaj: 22-02-12, 18:26
  4. surf ayar plugını
    By qRowLinq_CyBeR in forum Çözülmüş İstekler
    Cevaplar: 10
    Son Mesaj: 18-01-12, 22:14

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

cs set_hudmessage ayarlama

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