Kullanıcı Tag Listesi

5 sonuçtan 1 ile 5 arası
  1. #1
    er er
    Üyelik tarihi
    Jan 2012
    Mesajlar
    11
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Exclamation Bi Bakarmisiniz Arkadashlar Yardimci Olun

    Siteden CSP C4 Bildirgeci plugini indirdim ama sanirim yanlish kodlama bisey var plugin calishmiyo hata veriyo

    PHP- Kodu:
    L 01/18/2012 01:23:02Start of error session.
    L 01/18/2012 01:23:02Info (map "de_dust2") (file "addons/amxmodx/logs/error_20120118.log")
    L 01/18/2012 01:23:02Invalid player id 0
    L 01
    /18/2012 01:23:02: [AMXXRun time error 10 (plugin "csp_bomba.amxx") (native "get_user_weapon") - debug not enabled!
    L 01/18/2012 01:23:02: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes).
    L 01/18/2012 01:23:05Invalid player id 0 
    Fakemeta Plugin de salik ama calishmiyo ishte bu hata devamli logs ta cikiyo

    AMXMODX VERSION 1.8.1 Simdiden Tessekurler.

  2. #2
    admin Schwertle - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2011
    Yer
    Pendik, İstanbul, Türkiye
    Mesajlar
    1.132
    Bahsedildi
    23 Mesaj
    Etiketlenmiş
    1 Konu
    Tecrübe Puanı
    10

    Standart

    ben denemedim nefret007 yaptı hemen siteye koduk onunla iletişime geç istersen ?

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

  3. #3
    er er
    Üyelik tarihi
    Jan 2012
    Mesajlar
    11
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart

    Valla iyi olur abi 1 gyoz atsa yeniden plugine.

  4. #4
    onbasi nefret007 - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2011
    Mesajlar
    100
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart

    Kod:
    #include <amxmodx>
    
    #define PLUGIN "Plugin"
    #define VERSION "1.0"
    #define AUTHOR "nefret007"
    
    public plugin_init() {
        register_plugin(PLUGIN, VERSION, AUTHOR)
        register_event("DeathMsg","olunce","a")
    }
    public olunce(id){
        new szMapName[ 64 ],cts[32], ts[32], ctsnum, tsnum;
        get_mapname( szMapName, 63 );
        if( contain( szMapName, "de_" ) != -1 )
            return PLUGIN_CONTINUE;
        for (new id=1; id <= 33; id++)
        {
            if (!is_user_connected(id) || !is_user_alive(id)) 
            { 
                continue 
            } 
            if (get_user_team(id) == 1) 
            { 
                ts[tsnum++] = id
            } 
            else if (get_user_team(id) == 2) 
            { 
                cts[ctsnum++] = id
            } 
        } 
        if (tsnum == 1) 
        {  
            set_hudmessage(155, 155, 155, -1.0, 0.02, 0, 6.0, 12.0)
            show_hudmessage(id,"Bombayi Kurmalisin !!!")
        }
        return PLUGIN_HANDLED
    }
    düzenledim...
    Ben varsam bu dünya üzerinde, kimse bölemez bu vatan göklerde...

    HERŞEY VATAN İÇİN


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    color="Red">CSPLAGUE.com




  5. #5
    admin Schwertle - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2011
    Yer
    Pendik, İstanbul, Türkiye
    Mesajlar
    1.132
    Bahsedildi
    23 Mesaj
    Etiketlenmiş
    1 Konu
    Tecrübe Puanı
    10

    Standart

    Bende konudaki dosyayı değiştirdim... Konu çözümlenmiştir! Taşıyorum...

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

Benzer Konular

  1. Arkadaslar Bi Bakarmisiniz
    By meoxx in forum Çözülmüş İstekler
    Cevaplar: 3
    Son Mesaj: 17-01-12, 02:52

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