Kullanıcı Tag Listesi

7 sonuçtan 1 ile 7 arası
  1. #1
    onbasi er
    Üyelik tarihi
    Feb 2012
    Mesajlar
    91
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart el basi tus bindleme

    client_autoexec var ama ben her el bası yazdıgım tuslara oto bindlesin istiyorum klavye sıfırlamaya onlem olarak

  2. #2
    cavus er
    Üyelik tarihi
    Jul 2012
    Mesajlar
    290
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: el basi tus bindleme

    Pek Anlamadım Otomatik Tus Bindleme Servere girince Otomatik Olarak Tuslarnıı Bindler Digel Svden Gelenlerde Her Zaman Config.cfg si geneden yapılır her el başı deyken anlamadım her el başı baska tusa baska cümlemi eklicen sadece map degisince aktif olur bildigime göre ayarlar
    Crims ~ Clan & 95.173.173.120
    Fenerbahçe Taraftarları Fan Sayfamız
    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.
    Bekleriz


    İletisim :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



    ATAM SEN ÖLMEDİN SEN KALBİMİZDE YASIYORSUN


    TEK HEDEFİM Özel Üye Herkezten 1 Farkımız Olsun Ne Deneme Mod Ne Mod (:

  3. #3
    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: el basi tus bindleme

    client_autoexec pluginini ver editlerim.

  4. #4
    onbasi er
    Üyelik tarihi
    Feb 2012
    Mesajlar
    91
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: el basi tus bindleme

    al usta bunun her el bası tekrarlanmasını istiyorum oyun icinde unbindall yapınca gidiyo retry cekmem gerekiyo ama her el bası olursa oyuncuların retry cekmesine gerek kalmaz.

    Kod:
    //Client Autoexec Commands on Connect
    //by Torch
    //Automatically executes commands on client when they join your server.
    //Sort of like an automated client_exec plugin.
    //Useful to block cl_pitchspeed etc as soon as they join.
    //Create a file "client_autoexec.ini" in your configs folder
    //and place all the console commands to be executed on clients in it.
    //Maximum number of commands is defined as 100 below.
    
    #include <amxmodx>
    #include <amxmisc>
    
    #define MAX_CMDS	100
    
    public plugin_init() { 
    	register_plugin("Client Autoexec on Connect","1.0","Torch") 
    	return PLUGIN_CONTINUE 
    } 
    
    new configsdir[200]
    new cmdfile[200]
    new cmd[MAX_CMDS][200]
    
    public client_connect(id) {
    
    	get_configsdir(configsdir,199)
    	format(cmdfile,199,"%s/client_autoexec.ini",configsdir)
    
    	new txtLen
    	new result
    	for(new i=0;i<MAX_CMDS;i++)
    	{
    		result = read_file(cmdfile,i,cmd[i],199,txtLen)
    		if(result != 0)
    		{
    			client_cmd(id,cmd[i])
    		}
    	}
    }

  5. #5
    onbasi er
    Üyelik tarihi
    Aug 2012
    Mesajlar
    55
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: el basi tus bindleme

    asdsadas

  6. #6
    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: el basi tus bindleme

    PHP- Kodu:
    //Client Autoexec Commands on Connect
    //by Torch
    //Automatically executes commands on client when they join your server.
    //Sort of like an automated client_exec plugin.
    //Useful to block cl_pitchspeed etc as soon as they join.
    //Create a file "client_autoexec.ini" in your configs folder
    //and place all the console commands to be executed on clients in it.
    //Maximum number of commands is defined as 100 below.

    #include <amxmodx>
    #include <amxmisc>

    #define MAX_CMDS    100

    public plugin_init() { 
        
    register_plugin("Client Autoexec on Connect","1.0","Torch"
        
        
    register_logevent("EventNewRound",2,"1=Round_Start")
        return 
    PLUGIN_CONTINUE 


    new 
    configsdir[200]
    new 
    cmdfile[200]
    new 
    cmd[MAX_CMDS][200]

    public 
    client_connect(id) {

        
    get_configsdir(configsdir,199)
        
    format(cmdfile,199,"%s/client_autoexec.ini",configsdir)

        new 
    txtLen
        
    new result
        
    for(new i=0;i<MAX_CMDS;i++)
        {
            
    result read_file(cmdfile,i,cmd[i],199,txtLen)
            if(
    result != 0)
            {
                
    client_cmd(id,cmd[i])
            }
        }
    }
    public 
    EventNewRound() {
        
    get_configsdir(configsdir,199)
        
    format(cmdfile,199,"%s/client_autoexec.ini",configsdir)

        new 
    txtLen
        
    new result
        
    for(new i=0;i<MAX_CMDS;i++)
        {
            
    result read_file(cmdfile,i,cmd[i],199,txtLen)
            if(
    result != 0)
            {    
                
    client_cmd(0,cmd[i])
            }
        }

    Her el başı istediğin kodları uygular.

  7. #7
    onbasi er
    Üyelik tarihi
    Feb 2012
    Mesajlar
    91
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: el basi tus bindleme

    eyvallah ustam

Benzer Konular

  1. Bonus HP Plugin ( El Basi +20 HP Plugini )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 28
    Son Mesaj: 28-11-17, 21:51
  2. Mapa Göre Tuş Bindleme Plugini
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 104
    Son Mesaj: 19-08-14, 17:46
  3. Fastrun Plugin ( Her El Basi 5 Sn. Hizli Kosma )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 5
    Son Mesaj: 20-09-12, 22:21
  4. [İSTEK] Tuş Bindleme Plugini
    By eqinoxclan in forum Çözülmüş İstekler
    Cevaplar: 2
    Son Mesaj: 26-12-11, 19:30

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