Kullanıcı Tag Listesi

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

    Standart /ekle steamid

    merhaba. isteğim şöyle arkadaşlar. Mesela /ekle STEAM_0:0_13123123 şeklinde yazdıgı zaman admin say'den, server o yazılan steamid yi belirttigimiz bir ini dosyasının içerisine yazsın. Mesela ben sayden /ekle steamid yazdıgım zaman yazılan steamid yi bir ini dosyasının en altına eklesin istiyorum. Böyle birşey yapabilirmiyiz ?
    MSN :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    WEBSİTE :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="Red">FACEBOOK
    :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">-
    MatchArena.NET-
    Güvenli ve hızlı steam satışında doğru adres!


  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: /ekle steamid

    Bir bakıma dosyaya satır nasıl eklenir demek istiyorsun ?

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

    #include <amxmodx>
    #include <amxmisc>

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

    #define ADMIN_FLAG ADMIN_RCON

    new const file[] = "addons/amxmodx/configs/DOSYA_ADI.ini"

    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_clcmd("say","HookSay")
    }
    public 
    HookSay(id) {
        if(!
    access(id,ADMIN_FLAG)) return PLUGIN_CONTINUE
        
    new szSaid[148];
        new 
    cmd[6],text[64];
        
    read_args(szSaid,147)
        
    remove_quotes(szSaid)
        
    parse(szSaid,cmd,5,text,63)
        if(
    equali(cmd,"/ekle")) {
            if(!
    file_exists(file)) {
                
    client_print(id,print_chat,"[ERROR] ^"%s^" Konumunda Dosya Bulunamadi !",file)
                return 
    PLUGIN_HANDLED
            
    }
            
    write_file(file,text)
            
    client_print(id,print_chat,"%s Metni Dosyaya Yeni Bir Satir Olarak Eklendi.",text)
            return 
    PLUGIN_HANDLED
        
    }
        return 
    PLUGIN_CONTINUE


    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
    cavus er shakespeare - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jan 2012
    Mesajlar
    278
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: /ekle steamid

    aynen öyle dosyaya satır nasıl eklerim demek istedim =) Yardımların için teşekkür ederim. Ben bunu geliştirmeye devam ederim buradan =) Bilgilerinden faydalanmak cok güzel.

    ---------- Alttaki Mesaj Zamani 16:50 ---------- Önceki Mesaj Zamani 16:42 ----------

    fakat çalışmadı canberk bi yerde bisorun mu varki acaba ?

    ---------- Alttaki Mesaj Zamani 16:52 ---------- Önceki Mesaj Zamani 16:50 ----------

    çalıştı, Rcon yetkisi yokmuş bende o yüzden kusuruma bakma =) Fakat bi bug var.Örnegin ben /ekle yazdıgım zaman yanına bişey yazmıyorum mesela, Satır eklendi diyo boş satır ekliyo onu engelleyemezmiyiz ? yani /ekle nin yanında bişey yazmadan satır eklemesin. cünkü öbürtürlü bir sürü boş satır ekliyo. /ekle den sonra bişey yazmadıgımız zaman satırı eklemeke icin yanına birşey yazın gibi bir uyarı yazısı yazsın istiyorum ?
    MSN :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    WEBSİTE :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="Red">FACEBOOK
    :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">-
    MatchArena.NET-
    Güvenli ve hızlı steam satışında doğru adres!


  4. #4
    cavus er shakespeare - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jan 2012
    Mesajlar
    278
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: /ekle steamid

    onuda hallettimm =))
    if(text[0]) { } kullanarak başardım =)

    ---------- Alttaki Mesaj Zamani 20:25 ---------- Önceki Mesaj Zamani 19:00 ----------

    ben bunun icine /kaldir komutu da eklemeye calıstım fakat bi sorum var. /kaldir steamid seklinde yazdıgımda o dosyada steamid yi bulup sildiremedim. bunu nasıl yapabilirim ?
    MSN :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    WEBSİTE :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="Red">FACEBOOK
    :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">-
    MatchArena.NET-
    Güvenli ve hızlı steam satışında doğru adres!


  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: /ekle steamid

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

    #include <amxmodx>
    #include <amxmisc>

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

    #define ADMIN_FLAG ADMIN_RCON

    new const file[] = "addons/amxmodx/configs/DOSYA_ADI.ini"

    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_clcmd("say","HookSay")
    }
    public 
    HookSay(id) {
        if(!
    access(id,ADMIN_FLAG)) return PLUGIN_CONTINUE
        
    new szSaid[148];
        new 
    cmd[6],text[64];
        
    read_args(szSaid,147)
        
    remove_quotes(szSaid)
        
    parse(szSaid,cmd,5,text,63)
        if(
    equali(cmd,"/ekle")) {
            if(!
    file_exists(file)) {
                
    client_print(id,print_chat,"[ERROR] ^"%s^" Konumunda Dosya Bulunamadi !",file)
                return 
    PLUGIN_HANDLED
            
    }
            
    write_file(file,text)
            
    client_print(id,print_chat,"%s Metni Dosyaya Yeni Bir Satir Olarak Eklendi.",text)
            return 
    PLUGIN_HANDLED
        
    }
        else if(
    equali(cmd,"/kaldir")) {
            if(!
    file_exists(file)) {
                
    client_print(id,print_chat,"[ERROR] ^"%s^" Konumunda Dosya Bulunamadi !",file)
                return 
    PLUGIN_HANDLED
            
    }
            new 
    szLine[64],txtlen,maxlines;
            
    maxlines file_size(file,1);
            for(new 
    line;line<maxlines;line++) {
                
    read_file(file,line,szLine,63,txtlen)
                if(
    equali(szLine,text)) {
                    
    write_file(file,"",line)
                    
    client_print(id,print_chat,"%s Metni Dosyadan Silindi",text)
                    return 
    PLUGIN_HANDLED
                
    }
            }
            
    client_print(id,print_chat,"Dosyada Oyle Bir Metin Bulunamadi.")
        }
        return 
    PLUGIN_CONTINUE


    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
    cavus er shakespeare - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jan 2012
    Mesajlar
    278
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: /ekle steamid

    canberk ellerin dert görmesin, çalışıyor çok sağol.
    MSN :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    WEBSİTE :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="Red">FACEBOOK
    :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="#ff0000">-
    MatchArena.NET-
    Güvenli ve hızlı steam satışında doğru adres!


  7. #7
    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: /ekle steamid

    Çö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. steamid kontrol
    By shakespeare in forum Çözülmüş İstekler
    Cevaplar: 6
    Son Mesaj: 20-03-13, 02:19
  2. oyuncunun steamid sini gösterme
    By shakespeare in forum Çözülmüş İstekler
    Cevaplar: 11
    Son Mesaj: 04-01-13, 19:45
  3. Rate Ayarları [Cfg Sonuna Ekle]
    By Usta in forum [CONFIG] CS 1.6 CFG
    Cevaplar: 1
    Son Mesaj: 15-01-12, 23: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.