Warning: Illegal string offset 'link' in [path]/includes/class_bbcode.php on line 2777

Warning: Illegal string offset 'link' in [path]/includes/class_bbcode.php on line 2791
/slot Plugini - Sayfa 2

Kullanıcı Tag Listesi

Sayfa 2/2 İlkİlk 12
17 sonuçtan 11 ile 17 arası
Like Tree1Likes

Konu: /slot Plugini

  1. #11
    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ı
    15

    Standart Cevap: /slot Plugini

    Ben Kendim Düzenledim Yaptım.JDM Kardeşimizin Verdiği Koduda Koydum.Sorun Şu ki HLDS'yi Açınca "Hlds Launcher Çalışmayı Durdurdu" Diyor Neden Acaba? Yardım Edermisiniz? Smanın Kodunu Paylaş Diyorsanız Buyrun ;

    PHP- Kodu:
    #include <amxmodx>

    /*---------------EDIT ME------------------*/
    #define SLOT_CHECK ADMIN_RESERVATION 

    static const COLOR[] = "^x04" //green
    static const CONTACT[] = ""
    /*----------------------------------------*/

    new maxplayers
    new gmsgSayText

    public plugin_init() {
        
    register_plugin("Slot Check""1.51""OneEyed")
        
    maxplayers get_maxplayers()
        
    gmsgSayText get_user_msgid("SayText")
        
    register_clcmd("say""handle_say")
        
    register_cvar("amx_contactinfo"CONTACTFCVAR_SERVER)
    }

    public 
    handle_say(id) {
        new 
    said[192]
        
    read_args(said,192)
        if( ( 
    containi(said"who") != -&& containi(said"slot") != -) || contain(said"/slot") != -)
            
    set_task(0.1,"print_slotlist",id)
        return 
    PLUGIN_CONTINUE
    }

    public 
    print_slotlist(user
    {
        new 
    slotnames[33][32]
        new 
    message[256]
        new 
    contactinfo[256], contact[112]
        new 
    idcountxlen
        
        
    for(id id <= maxplayers id++)
            if(
    is_user_connected(id))
                if(
    get_user_flags(id) & SLOT_CHECK)
                    
    get_user_name(idslotnames[count++], 31)

        
    len format(message255"%s Oyundaki Slotlar: ",COLOR)
        if(
    count 0) {
            for(
    count x++) {
                
    len += format(message[len], 255-len"%s%s "slotnames[x], < (count-1) ? ", ":"")
                if(
    len 96 ) {
                    
    print_message(usermessage)
                    
    len format(message255"%s ",COLOR)
                }
            }
            
    print_message(usermessage)
        }
        else {
            
    len += format(message[len], 255-len"Oyunda Slot Bulunmamaktadır.")
            
    print_message(usermessage)
        }
        
        
    get_cvar_string("amx_contactinfo"contact63)
        if(
    contact[0])  {
            
    format(contactinfo111"%s Server Yetkili Slot -- %s"COLORcontact)
            
    print_message(usercontactinfo)
        }
    }

    print_message(idmsg[]) {
        
    message_begin(MSG_ONEgmsgSayText, {0,0,0}, id)
        
    write_byte(id)
        
    write_string(msg)
        
    message_end()

    Konu Nobb tarafından (01-07-13 Saat 18:23 ) değiştirilmiştir.

    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


  2. #12
    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ı
    15

    Standart Cevap: /slot Plugini

    Güncel

    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


  3. #13
    binbaşı er Pikachu - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2013
    Yer
    Istanbul
    Mesajlar
    331
    Bahsedildi
    7 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: /slot Plugini

    Sadece plugini atınca mı sorunu alıyorsunuz? plugins.ini den silince sorun ortadan kalkıyor mu?

    Not: Minimum güncelleme süresi 2 gündür.
    uhcakiP
    Özel Plugin Kodlanır!

    Steam_ID = STEAM_0:0:54912140
    Steam_Nick = Ragnar Lothbrok

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

  4. #14
    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ı
    15

    Standart Cevap: /slot Plugini

    Evet Plugini Sildimmi Ortadan Kalkıyor.Ama Yükledimmi Açarken "HLDS Launcher Çalışmayı Durdurdu" Diyor...

    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


  5. #15
    JDM
    JDM çevrimdışı
    teğmen mod JDM - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2013
    Yer
    İstanbul/Bahçelievler
    Mesajlar
    841
    Bahsedildi
    5 Mesaj
    Etiketlenmiş
    9 Konu
    Tecrübe Puanı
    13

    Standart Cevap: /slot Plugini

    Ben eklentide sorun görmüyorum?? Büyük ihtimalle diğer eklentilerle çakışıyordur deneme/yanılma yöntemiyle sorunu ortadan kaldırabilirsin.

    Örnek Resim:
    Resmi gerçek boyutunda görmek için tıklayın.

Resmin ismi:  slot.jpg
Görüntüleme: 68
Büyüklüğü:  6,8 KB (Kilobyte)
ID:	3684

    Scripting:
    Ekli Dosyalar Ekli Dosyalar
    Nobb likes this.

  6. #16
    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ı
    15

    Standart Cevap: /slot Plugini

    Teşekkürler JDM.Sorunu Çözdüm Artık Sorunsuz Çalışıyor.Senin Kodunla.Konu "Çözülmüş İstekler"e Taşınabilir Artık...

    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


  7. #17
    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: /slot Plugini

    Çözülmüş İsteklere taşındı.
    Konu akcaliberkk tarafından (01-07-13 Saat 21:31 ) değiştirilmiştir.

    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/2 İlkİlk 12

Benzer Konular

  1. Admin Yeşil v2.2 Plugini ( Kurucu Admin ve Slot Tagı )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 546
    Son Mesaj: 09-02-18, 21:18
  2. Yetkiye Göre Tag Plugini ( Kurucu-Admin-Slot )
    By undertaker55 in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 214
    Son Mesaj: 25-07-17, 18:33
  3. Süreli Slot Ol `Losteps*
    By Losteps in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 121
    Son Mesaj: 25-07-17, 04:37
  4. Slot Ol Plugini ( Oyunda Say'dan Slot Olma )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 822
    Son Mesaj: 18-09-15, 22:38
  5. admin slot kurucu ve user'e özel yazı plugini...
    By mrterc in forum Çözülmüş İstekler
    Cevaplar: 1
    Son Mesaj: 19-07-12, 03:13

Kullanıcıların arama motorlarındaki kullandığı taglar:

slot plugini

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