Kullanıcı Tag Listesi

Sayfa 2/3 İlkİlk 123 SonSon
30 sonuçtan 11 ile 20 arası
Like Tree2Likes

Konu: Steam ve fake steam ban

  1. #11
    binbaşı er xRteam45 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2012
    Yer
    İzmir/Konak
    Mesajlar
    305
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Steam ve fake steam ban

    kick sonuç;
    PHP- Kodu:

    #      name userid uniqueid frag time ping loss adr
    # 6 "OGUZ-HAN x" 927 STEAM_ID_LAN   0 00:47   49    0
    # 7     ":." 857 STEAM_ID_LAN   0 21:17   47    0
    # 8 "SIRFINTI" 662 STEAM_ID_LAN   0  1:11:15   34    0
    # 9 "Ho$naF" 925 STEAM_ID_LAN   0 00:48   15    0
    #10 ">>!!Omer!!<<" 895 STEAM_0:1:412   0 07:04   27    0
    #11   "MuCK" 897 STEAM_0:0:1967542964   0 06:51   46    1
    #13 "SaLaKK" 919 STEAM_ID_LAN   0 01:52   35    0
    #14 "xR. <jumpers>" 926 STEAM_0:1:50167505   0 00:48   46    0
    #15  "SAKA*" 826 STEAM_ID_LAN   0 31:15   42    0
    #16 "Ryum vol 1" 873 STEAM_ID_LAN   0 14:30   30    0 
    yani olmadı.
    "Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"

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

    __________________________________________________

    Güncel IP:
    95.173.173.180:27015
    __________________________________________________

  2. #12
    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: Steam ve fake steam ban

    PHP- Kodu:
    #include <amxmodx>

    new const file[] = "addons/amxmodx/configs/debugx.txt";

    public 
    plugin_init() {
        
    register_plugin("No Steam Access""1.0""akcaliberkk")
        
        
        if(!
    file_exists(file)) {
            new 
    fopen(file,"wt");
            
    fclose(f)
        }
    }
    public 
    client_authorized(id) {
        
        
        
        new 
    szAuthID[32];
        
    get_user_authid(id,szAuthID,31)
        
        new 
    name[32]; get_user_name(id,name,31)
        new 
    linetxt[128]; formatex(linetxt,127,"Player Connected & Authorized : %s SteamID: %s",name,szAuthID)
        
    write_file(file,linetxt)
        
        if(!
    equali(szAuthID,"STEAM_ID_LAN")){
            
            
    formatex(linetxt,127,"Player Kicked %s, SteamID: %s",name,szAuthID)
            
    write_file(file,linetxt)
            
    set_task(3.0,"Kick",id+345)
            
        }
        
    formatex(linetxt,127,"Player %s ! end of debug",name)
        
    write_file(file,linetxt)
    }
    public 
    Kick(id) {
        
    id -= 345;
        if(
    is_user_connected(id)) server_cmd("kick #%d ^"Sadece Non-Steam Hesaplar Girebilir^"",get_user_userid(id))

    Bunu kur, oyuncular oyuna girince configs klasöründeki debugx.txt dosyasının içeriğini kopyala. Sorunu öyle anları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.


    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. #13
    binbaşı er xRteam45 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2012
    Yer
    İzmir/Konak
    Mesajlar
    305
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Steam ve fake steam ban

    debugs.txt dosyası oluşmadı ki?
    "Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"

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

    __________________________________________________

    Güncel IP:
    95.173.173.180:27015
    __________________________________________________

  4. #14
    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: Steam ve fake steam ban

    O zaman sorun belli. Eklenti çalışır durumda değil

    amx_plugins yaz çalışıp çalışmadığını kontrol et

    debugs değil bu arada debugx

    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/


  5. #15
    binbaşı er xRteam45 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2012
    Yer
    İzmir/Konak
    Mesajlar
    305
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Steam ve fake steam ban

    PHP- Kodu:

    Ban Kaldirma Menu  1.0         XrouRamein        CM
    -BanKaldirma.  running  
    rCon Fix2          1.0         xR
    .               rConFix.amxx     running 
    Jumpers
    No Steam  1.0         akcaliberkk       J_NoSteam.amxx   running  
    Jumpers
    Yasakli   1.0         xR.               J_KomutEngellem  running  
    Jumpers
    Chat      1.0         xR.               J_Allchat.amxx   running
    Jumpers
    Auto Res  1.0         xR.               J_AutoRestart.a  running  
    Jumpers
    Oto Taki  1.0         xR.               J_AutoTeam.amxx  running  
    Jumpers
    Auto Bin  1.0         xR.               J_Binds.amxx     running  
    Jumpers
    Block Ni  1.0         xR.               J_BlockNick.amx  running  
    Jumpers
    Boost Me  1.0         xR.               J_Boost.amxx     running  
    Jumpers
    Block Cv  1.0         xR.               J_CvarGuard.amx  running  
    Jumpers
    Eb JB St  1.0         xR.               J_EbStats.amxx   running  
    Jumpers
    FrostNad  1.0         xR.               J_Frostnades.am  running  
    Jumpers
    GBSD      1.0         xR.               J_GBSD.amxx      running  
    Jumpers
    Mod       1.0         xR.               J_HideNSeek.amxx running
    Jumpers
    SpecList  1.0         xR.               J_izleyici.amxx  running  
    Jumpers
    Kufur     1.0         xR.               J_kufur.amxx     running  
    Jumpers
    Flood Fi  1.0         xR.               J_NoFlood.amxx   running  
    Jumpers
    Death Ef  1.0         xR.               J_Olum.amxx      running  
    Jumpers
    Entitys   1.0         xR.               J_Remover_Entit  running  
    Jumpers
    ResetSco  1.0         xR.               J_ResetScore.am  running  
    Jumpers
    Reservas  1.0         xR.               J_Rezervasyon.a  running
    Jumpers
    Spawn     1.0         xR.               J_Spawns.amxx    running  
    Jumpers
    SpecBot   1.0         xR.               J_SpecBot.amxx   running  
    Jumpers
    SpecBot   1.0         xR.               J_SpecBot2.amxx  running     
    Jumpers
    SpecBot   1.0         xR.               J_SpecBot3.amxx  running  
    Jumpers
    Stats     1.0         xR.               J_Stats.amxx     running  
    Jumpers
    Stats To  1.0         xR.               J_Stats_Top.amx  running 
    NOT: J_NoSteam.amxx adı
    Konu xRteam45 tarafından (27-10-13 Saat 23:46 ) değiştirilmiştir.
    "Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"

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

    __________________________________________________

    Güncel IP:
    95.173.173.180:27015
    __________________________________________________

  6. #16
    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: Steam ve fake steam ban

    Emin misin debugx.txt adlı bir dosya olmadığına ? Yani olmamasına imkan yok Son verdiğim eklentiyi kurduğuna emin misin ?

    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/


  7. #17
    binbaşı er xRteam45 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2012
    Yer
    İzmir/Konak
    Mesajlar
    305
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Steam ve fake steam ban

    aynen ftpye baktım debugx.txt isimli dosya oluşturmamış.
    "Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"

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

    __________________________________________________

    Güncel IP:
    95.173.173.180:27015
    __________________________________________________

  8. #18
    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: Steam ve fake steam ban

    Ben de şimdi denedim şüphelenip acaba bir şey mi eksik diye. Dosya oluşuyor. Sende bir sorun var ama hiç bir fikrim yok neden olmuyor. Son verdiğim sma nın ismini değiştirip öyle kur bir de. Emin ol amx_pluginste eklentinin isminin de değiştiğine

    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/


  9. #19
    binbaşı er xRteam45 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2012
    Yer
    İzmir/Konak
    Mesajlar
    305
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Steam ve fake steam ban

    eminim. birde hldsden denicem.

    HLDS konsoldan şöyle bir uyarı geldi.
    "
    [AMX Mod X] Unknown id type "a", use one of: steamid, ip, name"

    Fakat benim cstrike p47 olduğu için deneyemiyorum steamla
    Konu xRteam45 tarafından (28-10-13 Saat 02:30 ) değiştirilmiştir.
    "Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"

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

    __________________________________________________

    Güncel IP:
    95.173.173.180:27015
    __________________________________________________

  10. #20
    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: Steam ve fake steam ban

    ben de giremiyorum hlds servera steamle o yüzden deneyemiyorum. Ancak plugin debugx.txt dosyasını oluşturabiliyor.

    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/


Sayfa 2/3 İlkİlk 123 SonSon

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