Kullanıcı Tag Listesi

9 sonuçtan 1 ile 9 arası
  1. #1
    er er
    Üyelik tarihi
    Jan 2013
    Mesajlar
    29
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Farklı GHR Plugini (İSTEK)

    Merhaba arkadaşlar sizden 1 tane plugin isteyeceğim.

    1.Arkadaşlar muhtemelen GHR pluginini editleyeceksiniz.İstedğim şudur: yalnızca ct de çalışsın ve ct ye geçtiğinizde /ayar yazdığınızda otomatik olarak mesela c ye hook x e rope z ye ise grab ayarlıcaksiz bunun ıcın cok urastım yapamadım ve ColorChat mesajdan hangi tuşa ne ayarlandıysa o yazacak.

    akcaliberkk bekliyorum şimdiden teşekkürler...

  2. #2
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Farklı GHR Plugini (İSTEK)

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

    #include <amxmodx>
    #include <amxmisc>

    #define PLUGIN "New Plug-In"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"


    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_clcmd("say /ayar","cmdAyar")
    }
    public 
    cmdAyar(id) {
        
    client_cmd(id,"bind c +hook;bind x +rope;bind z +grab")


    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.


    CS:GO ve CS 1.6 için ücretli eklenti yapılır.
    Plugin yazmak isteyenlere yardımcı olabilirim.
    Skype adresimden ulaşabilirsiniz:
    destek_596
    Steam: http://steamcommunity.com/id/ca-nemesis/


  3. #3
    er er
    Üyelik tarihi
    Jan 2013
    Mesajlar
    29
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Farklı GHR Plugini (İSTEK)

    saol bi deniyim

  4. #4
    er er
    Üyelik tarihi
    Jan 2013
    Mesajlar
    29
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Farklı GHR Plugini (İSTEK)

    güzel çalışıyor ama ben ona colorchat ekledim bilgi olsun die t deyken de yazıncada o colorchat cıkıo onu sadece ct ye cıkmaya nasıl ayarlayabılırım

  5. #5
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Farklı GHR Plugini (İSTEK)

    eklediğin colorchati sil, burdan düzenle:

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

    #include <amxmodx>
    #include <amxmisc>

    #define PLUGIN "New Plug-In"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"


    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_clcmd("say /ayar","cmdAyar")
    }
    public 
    cmdAyar(id) {
        if(
    get_user_team(id) == 2) {
            
    client_cmd(id,"bind c +hook;bind x +rope;bind z +grab")
            
    ColorChat(id," **** Mesajin **** ")
        }
    }  
    stock ColorChat(const id, const string[], {FloatSqlResul,_}:...) {
        new 
    msg[191], players[32], count 1;
        
        static 
    len;
        
    len formatex(msgcharsmax(msg), "^x01" );
        
    vformat(msg[len], charsmax(msg) - lenstring3);
        
        if(
    id)players[0] = id;
        else 
    get_players(players,count,"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();
            }
        }
        return;


    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.


    CS:GO ve CS 1.6 için ücretli eklenti yapılır.
    Plugin yazmak isteyenlere yardımcı olabilirim.
    Skype adresimden ulaşabilirsiniz:
    destek_596
    Steam: http://steamcommunity.com/id/ca-nemesis/


  6. #6
    er er
    Üyelik tarihi
    Jan 2013
    Mesajlar
    29
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Farklı GHR Plugini (İSTEK)

    tamam

  7. #7
    er er
    Üyelik tarihi
    Jan 2013
    Mesajlar
    29
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Farklı GHR Plugini (İSTEK)

    ag.sma(23) : error 025: function heading differs from prototype
    ag.sma(23) : error 025: function heading differs from prototype
    ag.sma(23) : error 021: symbol already defined: "ColorChat"
    ag.sma(23) : fatal error 107: too many error messages on one line



    böyle bir hata aldım

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

    Standart Cevap: Farklı GHR Plugini (İSTEK)

    Compile Aracı İle Compile Ediniz.Hatta Konu Bile Açıldı.Siteden Tabi Edemezsiniz.Çünkü ColorChat Olmuyor Sitede.Ben Sizin İçin Upload Ettim.

    Buyur ;
    Ekli Dosyalar Ekli Dosyalar

    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


  9. #9
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Farklı GHR Plugini (İSTEK)

    Çözülmüş İsteklere taşındı.

    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.


    CS:GO ve CS 1.6 için ücretli eklenti yapılır.
    Plugin yazmak isteyenlere yardımcı olabilirim.
    Skype adresimden ulaşabilirsiniz:
    destek_596
    Steam: http://steamcommunity.com/id/ca-nemesis/


Benzer Konular

  1. Farklı Bir Hook Plugini
    By reset44 in forum Çözülmüş İstekler
    Cevaplar: 6
    Son Mesaj: 21-08-14, 00:28
  2. /admin Plugini Farklı
    By Kuheylan94 in forum Çözülmüş İstekler
    Cevaplar: 3
    Son Mesaj: 29-06-13, 00:29
  3. Farklı Respawn Plugini
    By batuopoz0770 in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 0
    Son Mesaj: 24-10-12, 15:22

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