Kullanıcı Tag Listesi

3 sonuçtan 1 ile 3 arası
  1. #1
    onbasi banned
    Üyelik tarihi
    Mar 2012
    Yer
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    Mesajlar
    103
    Bahsedildi
    1 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart sorun ne smadaki ?

    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[][] = { 
        
    "[RevolutioN] Testereyle oraya buraya saldirdi.",
        
    "[RevolutioN] Cinayet isledi",
        
    "[RevolutioN] Polise karsi geldi",
        
    "[RevolutioN] RevolutioN Gaminge kufur etti.",
        
    "[RevolutioN] Birine Bicak cekti",
        
    "[RevolutioN] Saldirida bulundu",
        
    "[RevolutioN] Korsan CD Satti",
        
    "[RevolutioN] Adam yaraLadi"
               "[RevolutioN] Polise Moruk dedi amk."
               "[RevolutioN] Sokagin ortasinda sekilsiniz ya hiaminaa diye bagirdi.."
               "[RevolutioN] Sucsuz yere icerde yatiyor mal"
               "[RevolutioN] At sikti."
    }

    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
    (025500.80.106.012.0)
        
        
    ShowSyncHudMsg(idhudhandler"Gun %d | Hapis Sebebi %s."roundsreasons[userreason[id]])    

    compile ederken ;
    /tmp/text4CQ3fk.sma(23) : error 001: expected token: "}", but found "-string-"

    1 Error.
    Could not locate output file /home/groups/amxmodx/public_html/websc3/text4CQ3fk.amx (compile failed).

    sorunu geliyor . sorunsuz sma istiyorum rica edicem

  2. #2
    binbaşı к4dανяα - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    Hayat hattında acemi tayfalardık. Ne avunduk sevinç müsveddeleriyle; aşktan ikmale kaldık..
    Mesajlar
    618
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: sorun ne smadaki ?

    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[][] = { 
        
    "[RevolutioN] Testereyle oraya buraya saldirdi.",
        
    "[RevolutioN] Cinayet isledi",
        
    "[RevolutioN] Polise karsi geldi",
        
    "[RevolutioN] RevolutioN Gaminge kufur etti.",
        
    "[RevolutioN] Birine Bicak cekti",
        
    "[RevolutioN] Saldirida bulundu",
        
    "[RevolutioN] Korsan CD Satti",
        
    "[RevolutioN] Adam yaraLadi",
        
    "[RevolutioN] Polise Moruk dedi amk.",
        
    "[RevolutioN] Sokagin ortasinda sekilsiniz ya hiaminaa diye bagirdi..",
        
    "[RevolutioN] Sucsuz yere icerde yatiyor mal",
        
    "[RevolutioN] At sikti."
    }

    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
    (025500.80.106.012.0)
        
        
    ShowSyncHudMsg(idhudhandler"Gun %d | Hapis Sebebi %s."roundsreasons[userreason[id]])    


    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
    onbasi banned
    Üyelik tarihi
    Mar 2012
    Yer
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    Mesajlar
    103
    Bahsedildi
    1 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart Cevap: sorun ne smadaki ?

    eyv

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