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

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

Kullanıcı Tag Listesi

25 sonuçtan 1 ile 10 arası

Threaded View

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

    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: 98
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
    __________________________________________________

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