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

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
Server adı ve gün plugini - Sayfa 2

Kullanıcı Tag Listesi

Sayfa 2/3 İlkİlk 123 SonSon
25 sonuçtan 11 ile 20 arası
  1. #11
    binbaşı er Furkan Dize - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jan 2012
    Yer
    İstanbul
    Mesajlar
    537
    Bahsedildi
    11 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: Server adı ve gün plugini

    smayı php şeklinde buraya yazarsan ayarlarız
    [ OSMANLI IMP # F-TIPI JAILBREAK ]
    [ İMAN AHLAK ADALET ]

    [ Pit10 ]

    -facebook-
    [
    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.
    ]

    -diğer sosyal ağlarımı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.
    ]
    [
    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.
    ]



  2. #12
    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: Server adı ve gün plugini

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

    #include <amxmodx>
    #include <amxmisc>
    #include <hamsandwich>


    #define PLUGIN "Jail Break: Basic Info"
    #define VERSION "1.0"
    #define AUTHOR "Sn!ff3r"


    #define USERTASK 921
    #define UPDATEDELAY 1.0


    new static reasons[][] = { 
        
    "High | Scream"
    }


    new 
    userreason[33]
    new 
    roundshudhandler


    public plugin_init() 
    {
        
    register_plugin(PLUGINVERSIONAUTHOR)       

        
    register_event("TextMsg","restart_roundsnum","a","2&#Game_C"/*,"2&#Game_w"*/
        
        
    register_logevent("round_end"2"1=Round_End")  
        
        
    RegisterHam(Ham_Spawn"player""client_spawn"1)    
        
        
    hudhandler CreateHudSyncObj()
    }


    public 
    round_end()
    {
        
    rounds ++
    }


    public 
    restart_roundsnum() 
    {
        
    rounds 
    }


    public 
    client_disconnect(id)
    {
        
    userreason[id] = -1
        
        
    if(task_exists(id USERTASK))
        {
            
    remove_task(id USERTASK)
        }
    }


    public 
    client_spawn(id)
    {    
        if(
    task_exists(id USERTASK))
        {
            
    remove_task(id USERTASK)
        }    
        
        if(
    get_user_team(id) == 1)
        {    
            
    userreason[id] = random_num(0sizeof reasons 1)
            
            
    set_task(UPDATEDELAY"client_jailinfo"id USERTASK__"b")
        }    
    }


    public 
    client_jailinfo(TASKID)
    {
        static 
    id
        id 
    TASKID USERTASK
        
        set_hudmessage
    (255000.00.2506.012.0)
        
        
    ShowSyncHudMsg(idhudhandler"%s || %d. gun"reasons[userreason[id]],rounds)    

    Ekli Küçük Resimler Ekli Küçük Resimler Resmi gerçek boyutunda görmek için tıklayın.

Resmin ismi:  deneme.jpg
Görüntüleme: 86
Büyüklüğü:  14,9 KB (Kilobyte)
ID:	8316  
    Ekli Dosyalar Ekli Dosyalar
    Konu xRteam45 tarafından (21-05-14 Saat 17:58 ) 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
    __________________________________________________

  3. #13
    onbasi er oguzhan22 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2014
    Yer
    Edirne
    Mesajlar
    52
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Cevap: Server adı ve gün plugini

    @xRteam45 ​bunu sağ tarafa almak mümkünmü ?
    Önemli olan yere düşüp düşmemen değil,tekrar ayağa kalkıp kalkmamandır.



    Skype
    : oguzhan.ceylan.9




    wAnderer`s # JailBreak Gaming 95.173.173.161

  4. #14
    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: Server adı ve gün plugini

    @oguzhan22, Arkadaşın istediğini yaptım?
    "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
    __________________________________________________

  5. #15
    onbasi er oguzhan22 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2014
    Yer
    Edirne
    Mesajlar
    52
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Cevap: Server adı ve gün plugini

    [B @xRteam45 [/B]​sola geldi yükledim aynısını.

    - - - - - - - - - -
    @xRteam45
    Önemli olan yere düşüp düşmemen değil,tekrar ayağa kalkıp kalkmamandır.



    Skype
    : oguzhan.ceylan.9




    wAnderer`s # JailBreak Gaming 95.173.173.161

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

    Standart Cevap: Server adı ve gün plugini

    Sağ taraf için:

    PHP- Kodu:
    public client_jailinfo(TASKID)
    {
        static 
    id
        id 
    TASKID USERTASK
        
        set_hudmessage
    (255000.00.2506.012.0)
        
        
    ShowSyncHudMsg(idhudhandler"%s || %d. gun"reasons[userreason[id]],rounds)    

    ->

    PHP- Kodu:
    public client_jailinfo(TASKID)
    {
        static 
    id
        id 
    TASKID USERTASK
        
        set_hudmessage
    (255000.80.106.012.0)
        
        
    ShowSyncHudMsg(idhudhandler"%s || %d. gun"reasons[userreason[id]],rounds)    

    EDIT:

    Eğer komple sunucu adını yazmasını istiyorsan(yani kısaltma kullanılmadan) bunu dene ->

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

    #include <amxmodx>
    #include <amxmisc>
    #include <hamsandwich>

    #define PLUGIN "Jail Break: Basic Info"
    #define VERSION "1.0"
    #define AUTHOR "Sn!ff3r"

    #define USERTASK 921
    #define UPDATEDELAY 1.0

    new roundshudhandler
    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)    

        
    register_event("TextMsg","restart_roundsnum","a","2&#Game_C"/*,"2&#Game_w"*/

        
    register_logevent("round_end"2"1=Round_End")  

        
    RegisterHam(Ham_Spawn"player""client_spawn"1)    

        
    hudhandler CreateHudSyncObj()
    }
    public 
    round_end() {
        
    rounds ++
    }
    public 
    restart_roundsnum() {
        
    rounds 
    }
    public 
    client_disconnect(id) {
        if(
    task_exists(id USERTASK)) {
            
    remove_task(id USERTASK)
        }
    }
    public 
    client_spawn(id) {    
        if(
    task_exists(id USERTASK)) {
            
    remove_task(id USERTASK)
        }    
        
        if(
    get_user_team(id) == 1) {    
            
    set_task(UPDATEDELAY"client_jailinfo"id USERTASK__"b")
        }
    }
    public 
    client_jailinfo(TASKID) {
        static 
    id
        id 
    TASKID USERTASK
        
    new szHostName[64]
        
    get_cvar_string("hostname"szHostNamecharsmax(szHostName));
        
        
    set_hudmessage(255000.80.106.012.0)
        
        
    ShowSyncHudMsg(idhudhandler"%s || %d. gun"szHostName,rounds)    

    Resmi gerçek boyutunda görmek için tıklayın.

Resmin ismi:  deneme.jpg
Görüntüleme: 124
Büyüklüğü:  103,2 KB (Kilobyte)
ID:	8333
    Ekli Dosyalar Ekli Dosyalar
    Konu JDM tarafından (22-05-14 Saat 15:59 ) değiştirilmiştir.
    Steam ID: STEAM_1:0:70428872
    Steam Name: Seps!s
    Skype: jdm.csplague

    Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
    Albert Einstein

  7. #17
    onbasi er oguzhan22 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2014
    Yer
    Edirne
    Mesajlar
    52
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Cevap: Server adı ve gün plugini

    @JDM sağ taraf için php kodun da sıkıntı var saınırım sma hatalı hatası aldım.
    Önemli olan yere düşüp düşmemen değil,tekrar ayağa kalkıp kalkmamandır.



    Skype
    : oguzhan.ceylan.9




    wAnderer`s # JailBreak Gaming 95.173.173.161

  8. #18
    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ı
    12

    Standart Cevap: Server adı ve gün plugini

    Kendi yaptığını buraya atar mısın? Benim yazdığımda bir sıkıntı yok sen eksik kopyalamış olabilirsin.
    Steam ID: STEAM_1:0:70428872
    Steam Name: Seps!s
    Skype: jdm.csplague

    Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
    Albert Einstein

  9. #19
    onbasi er oguzhan22 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2014
    Yer
    Edirne
    Mesajlar
    52
    Bahsedildi
    6 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Cevap: Server adı ve gün plugini

    Alıntı JDM Nickli Üyeden Alıntı Mesajı göster
    Kendi yaptığını buraya atar mısın? Benim yazdığımda bir sıkıntı yok sen eksik kopyalamış olabilirsin.


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

    #include <amxmodx>
    #include <amxmisc>
    #include <hamsandwich>




    #define PLUGIN "Jail Break: Basic Info"
    #define VERSION "1.0"
    #define AUTHOR "Sn!ff3r"




    #define USERTASK 921
    #define UPDATEDELAY 1.0




    new static reasons[][] = { 
        
    "High | Scream"
    }




    new 
    userreason[33]
    new 
    roundshudhandler




    public plugin_init() 
    {
        
    register_plugin(PLUGINVERSIONAUTHOR)    
        
        
    register_event("TextMsg","restart_roundsnum","a","2&#Game_C"/*,"2&#Game_w"*/
        
        
    register_logevent("round_end"2"1=Round_End")  
        
        
    RegisterHam(Ham_Spawn"player""client_spawn"1)    
        
        
    hudhandler CreateHudSyncObj()
    }




    public 
    round_end()
    {
        
    rounds ++
    }




    public 
    restart_roundsnum() 
    {
        
    rounds 
    }




    public 
    client_disconnect(id)
    {
        
    userreason[id] = -1
        
        
    if(task_exists(id USERTASK))
        {
            
    remove_task(id USERTASK)
        }
    }




    public 
    client_spawn(id)
    {    
        if(
    task_exists(id USERTASK))
        {
            
    remove_task(id USERTASK)
        }    
        
        if(
    get_user_team(id) == 1)
        {    
            
    userreason[id] = random_num(0sizeof reasons 1)
            
            
    set_task(UPDATEDELAY"client_jailinfo"id USERTASK__"b")
        }    
    }




    public 
    client_jailinfo(TASKID

        static 
    id 
        id 
    TASKID USERTASK 
         
        set_hudmessage
    (255000.00.2506.012.0
         
        
    ShowSyncHudMsg(idhudhandler"%s || %d. gun"reasons[userreason[id]],rounds)     

    Önemli olan yere düşüp düşmemen değil,tekrar ayağa kalkıp kalkmamandır.



    Skype
    : oguzhan.ceylan.9




    wAnderer`s # JailBreak Gaming 95.173.173.161

  10. #20
    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ı
    12

    Standart Cevap: Server adı ve gün plugini

    Eklentide bir sorun yok? Bende gayet iyi derledi?

    Resmi gerçek boyutunda görmek için tıklayın.

Resmin ismi:  done.jpg
Görüntüleme: 142
Büyüklüğü:  182,5 KB (Kilobyte)
ID:	8342

    EDIT:

    Sanırım sol kodlarını sağ kodlarıyla değiştirmemişsin...

    https://www.csplague.com/istek-cs-1-...tml#post265090

    Burada yazdıklarımı kontrol et tekrar.
    Steam ID: STEAM_1:0:70428872
    Steam Name: Seps!s
    Skype: jdm.csplague

    Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
    Albert Einstein

Sayfa 2/3 İlkİlk 123 SonSon

Benzer Konular

  1. Public Rules Plugini ( Server Kuralları Plugini )
    By Luu in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 160
    Son Mesaj: 25-07-15, 18:08
  2. Server Connect Mesagge Plugin ( Server Giris Yazisi Plugini )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 214
    Son Mesaj: 30-04-15, 14:30
  3. Server bilgi plugini
    By forum12 in forum Çözülmüş İstekler
    Cevaplar: 6
    Son Mesaj: 20-01-14, 04:13

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

server adi plugini

adi gun mesaj

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