Kullanıcı Tag Listesi

8 sonuçtan 1 ile 8 arası

Konu: Otoban

  1. #1
    cavus er melof - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Oct 2012
    Mesajlar
    183
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Otoban

    Serverde reklam atan playere benim belırledıgım reason ve süre seklınde ban atıcak yanlız reklam kelimelerini yazmam icin .ini'de yapsanız cok iyi olur
    RESPECT SURF ARENA
    46.20.15.92

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

  2. #2
    cavus kApO - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2013
    Yer
    İstanbul
    Mesajlar
    269
    Bahsedildi
    10 Mesaj
    Etiketlenmiş
    3 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Otoban

    İlk önce istediğiniz şeyleri biraz forumda dolaşıp da arasanız bulacaksınız.

    Buyur Link => IP Reklam Engelleyici Plugini ( Reklam Yapan Kick & Ban )
    Anlatamıyorsan yaz, Yazamıyorsan anlat. Her ikisini de beceremiyorsan sadece sus.

    PHP- Kodu:
      chat_color(id,SKYPE,"  kApO.1905 " )    
         
    chat_color(id,HOTMAIL,"  
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
     " 
    )      
               
    chat_color(id,STEAM," herge1 "  
    Hedef büyük , hayırlısıyla.
    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.

  3. #3
    cavus er melof - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Oct 2012
    Mesajlar
    183
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Otoban

    emin ol 10 dakıka aradım bulsam burda paylasmazdım
    zaten istedigim plugin bu degl gereksız yorum atma
    Ben reason ve banı belırleyebılecegım ve .ini dosyalı bı plugin istemistim..
    Konu melof tarafından (12-05-13 Saat 13:40 ) değiştirilmiştir.
    RESPECT SURF ARENA
    46.20.15.92

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

  4. #4
    cavus kApO - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2013
    Yer
    İstanbul
    Mesajlar
    269
    Bahsedildi
    10 Mesaj
    Etiketlenmiş
    3 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Otoban

    içine girdinmi daha önce?
    Anlatamıyorsan yaz, Yazamıyorsan anlat. Her ikisini de beceremiyorsan sadece sus.

    PHP- Kodu:
      chat_color(id,SKYPE,"  kApO.1905 " )    
         
    chat_color(id,HOTMAIL,"  
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
     " 
    )      
               
    chat_color(id,STEAM," herge1 "  
    Hedef büyük , hayırlısıyla.
    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.

  5. #5
    cavus er melof - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Oct 2012
    Mesajlar
    183
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Otoban

    .ini ?
    RESPECT SURF ARENA
    46.20.15.92

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

  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: Otoban

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

    #include <amxmodx>
    #include <amxmisc>

    #define PLUGIN "Reklam Onleyici"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"

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

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        if(!
    file_exists(file)) {
            new 
    fopen(file,"wt");
            
    fclose(f);
        }
        
        
    register_clcmd("say","HookSay")
        
    register_clcmd("say_team","HookSay")
    }
    public 
    HookSay(id) {
        new 
    szSaid[248];
        
    read_args(szSaid,247)
        
    remove_quotes(szSaid)
        new 
    szWord[64],szReason[64],szFlag[10];
        new 
    LineText[148],txtlen;
        new 
    maxlines file_size(file,1);
        new 
    name[32];
        
    get_user_name(id,name,31)
        for(new 
    line;line<maxlines;line++) {
            
    read_file(file,line,LineText,147,txtlen);
            
    parse(LineText,szWord,63,szReason,63,szFlag,9)
            if(
    containi(szSaid,szWord) != -1) {
                if(
    equali(szFlag,"b")) {
                    
    server_cmd("amx_ban #%d 0 ^"%s^"",get_user_userid(id),szReason)
                    
    client_print(0,print_chat,"[OTOBAN] %s Adli Oyuncu Reklam Icerikli Mesajdan Dolayi Banlandi.",name)
                }
                else {
                    
    server_cmd("kick #%d ^"%s^"",get_user_userid(id),szReason)
                    
    client_print(0,print_chat,"[OTOKICK] %s Adli Oyuncu Reklam Icerikli Mesajdan Dolayi Atildi.",name)
                }
                break;
            }
        }
        return 
    PLUGIN_HANDLED
        

    reklamban.ini:
    Kod:
    //"yasakli kelime" "atilma sebebi" "atilma metodu" 
    //Atılma metodları = b: Ban, k: Kick
    //Örnek
    "www.csplague.com" "Reklamdan dolayi banlandiniz" "b"
    "123.123.123.123" "Reklamdan dolayi atildiniz" "k"

    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. #7
    cavus er melof - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Oct 2012
    Mesajlar
    183
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Otoban

    İşte bu. sagol
    RESPECT SURF ARENA
    46.20.15.92

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

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

    Çö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/


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 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