Kullanıcı Tag Listesi

9 sonuçtan 1 ile 9 arası

Threaded View

  1. #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: ColorChat Error Bakarmısınız

    PHP- Kodu:
    #include <amxmodx>
    #include <amxmisc>
    #include <cstrike>
    #include <fun>
    #include <colorchat>


    #define adtime     600.0


    new girislanbu
    new gosterelimmipanpa


    public plugin_init()
    {    
        
    girislanbu register_cvar("csm_girissaymesaji""0")
        
    gosterelimmipanpa register_cvar("csm_kimsifirladi""1")
        
    register_clcmd("say /reset""biriskordedi")
        
    register_clcmd("say !reset""biriskordedi")
        
    register_clcmd("say .reset""biriskordedi")
        
    register_clcmd("say_team /reset""biriskordedi")
        
    register_clcmd("say_team !reset""biriskordedi")
        
    register_clcmd("say_team .reset""biriskordedi")
        
    register_plugin("Skor Resetleme""1.0""CSmiLeFaCe")
    }


    public 
    client_putinserver(id)
    {
        if(
    get_pcvar_num(girislanbu) == 1)
        {
            
    set_task(10.0"girismesaji"id__"a"1)
        }
    }


    public 
    biriskordedi(id)
    {
        
        
    cs_set_user_deaths(id0)
        
    set_user_frags(id0)
        
    cs_set_user_deaths(id0)
        
    set_user_frags(id0)
        
        if(
    get_pcvar_num(gosterelimmipanpa) == 1)
        {
            new 
    ismi[33]
            
    get_user_name(idismi32)
            
    ColorChat(0,NORMAL,"^3%s ^4Skorunu Sifirladi..!",ismi)
        }
        else
        {
            
    ColorChat(id,NORMAL,"^3Frag = ^4[^1 0 ^4]")
            
    client_cmd(id,"spk ^"events/enemy_died^"")
            
    ColorChat(id,NORMAL,"^3Skorunuzu sifirladiniz.")
            
        }
    }


    public 
    girismesaji(id)
    {
        if(
    is_user_connected(id))
        {
            
    ColorChat(id,NORMAL,"^3Skorunuzu Sifirlamak icin Say'den ^4[^1 /reset ^4] yaziniz.")    
        }

    error vermiyor. 1 warning vardı o da düzenden kaynaklanıyordu düzelttim.
    @Config Setting ayrıca colorchat.inc dosyası eksik olabilir ondan hata alabilirsiniz.
    Konu Schwertle tarafından (04-06-13 Saat 19:26 ) 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.
    google_ad_section_end -->

Benzer Konular

  1. Colorchat Sorunu (Slotol)
    By dable4 in forum Çözülmüş İstekler
    Cevaplar: 25
    Son Mesaj: 14-01-15, 21:09
  2. [Videolu] Oyuncunun ismini gösterme ve ColorChat Anlatım
    By к4dανяα in forum [PAWN] Plugin Dersleri
    Cevaplar: 35
    Son Mesaj: 12-01-15, 20:58
  3. ColorChat yardım
    By jank-tr in forum Çözülmüş İstekler
    Cevaplar: 3
    Son Mesaj: 30-01-12, 23:21

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

Erfor colorchat cs 1.6

cs 1.6 colorchat include

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