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
radar kaldırmak istiyorum

Kullanıcı Tag Listesi

9 sonuçtan 1 ile 9 arası
Like Tree1Likes
  • 1 Post By JDM

Konu: radar kaldırmak istiyorum

Threaded View

  1. #6
    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: radar kaldırmak istiyorum

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

    #include <amxmodx>
    #include <amxmisc>
    #include <biohazard>

    #define PLUGIN "New Plug-In"
    #define VERSION "1.0"
    #define AUTHOR "JDM"

    public plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    // Add your code here...
    }
    public 
    client_putinserver(id) {
        
    set_task(1.0"Status"id,_,_,"b");
    }
    public 
    Status(id) {
        if(
    is_user_connected(id) && is_user_alive(id) && !is_user_zombie(id)) {
            
    set_hudmessage(2552552550.020.906.01.0)
            
    show_hudmessage(id"Health: %d | Armor: %d"get_user_health(id), get_user_armor(id));
        }

    Konu JDM tarafından (03-05-14 Saat 11:56 ) değiştirilmiştir.
    Optimus likes this.
    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

Benzer Konular

  1. Şurayi Kaldırmak istiyorum
    By Optimus in forum Çözülmüş İstekler
    Cevaplar: 9
    Son Mesaj: 30-04-14, 11:45
  2. sXe Reklam Kaldırmak!
    By JacKSparrowS in forum SXE Error/Hata Çözümleri
    Cevaplar: 0
    Son Mesaj: 05-05-13, 19:49

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