Kullanıcı Tag Listesi

18 sonuçtan 1 ile 10 arası

Hybrid View

  1. #1
    onbasi banned
    Üyelik tarihi
    Mar 2014
    Mesajlar
    69
    Bahsedildi
    9 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    0

    Standart Cevap: /rocket yazinca sesli roket atan pl

    @artiz42
    Bunu Bi Dene Bakalım
    Ekli Dosyalar Ekli Dosyalar
    Konu tifargemirhan tarafından (13-08-14 Saat 19:39 ) değiştirilmiştir.

  2. #2
    cavus er peNgueN - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2011
    Yer
    Çanakkale
    Mesajlar
    292
    Bahsedildi
    28 Mesaj
    Etiketlenmiş
    1 Konu
    Tecrübe Puanı
    14

    Standart Cevap: /rocket yazinca sesli roket atan pl

    Alıntı tifargemirhan Nickli Üyeden Alıntı Mesajı göster
    @artiz42
    Bunu Bi Dene Bakalım
    Bunun çalışacağını düşündün mü hiç ?

    Bunu ekleyebilirsiniz:

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

    #include <amxmodx>
    #include <amxmisc>
    #include <cstrike>
    #include <csx>

    #define PLUGIN "Roket Geri Sayim :P"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"

    #define ADMIN_FLAG ADMIN_KICK
    #define STARTTIME 10

    new bool:counting_down;
    new 
    countdown

    new 
    g_CountDown[][] = {
        
        
    "fvox/time_is_now.wav",
        
    "fvox/one.wav",
        
    "fvox/two.wav",
        
    "fvox/three.wav",
        
    "fvox/four.wav",
        
    "fvox/five.wav",
        
    "fvox/six.wav",
        
    "fvox/seven.wav",
        
    "fvox/eight.wav",
        
    "fvox/nine.wav",
        
    "fvox/ten.wav"
    }

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_clcmd("say /rocket","CountDownBegin");
    }

    public 
    plugin_precache()
    {
        for( new 
    isizeof g_CountDowni++ )
            
    precache_soundg_CountDown] );
    }

    public 
    CountDownBegin(id) {
        if(!
    access(id,ADMIN_FLAG) || get_user_team(id) != 2) return
        if(
    counting_down) {
            
    ColorChat(id,"^4Zaten Suanda Geri Sayim Yapiliyor !");
            return;
        }
        
        
    ColorChat(id,"^4%d Saniye Sonra Roket Atilacak !"STARTTIME)
        
    client_cmd0"spk %s"g_CountDownSTARTTIME ] ); 
        
    countdown STARTTIME
        counting_down 
    true;
        
    set_task(1.0,"FuncCountDown");
    }
    public 
    FuncCountDown(id) {
        if(!
    countdown) {
            
    server_cmd("amx_rocket @T")
            
    counting_down false;
        }
        else {
            
    countdown--;
            
    set_task(1.0,"FuncCountDown");
            
    client_cmd0"spk %s"g_CountDowncountdown ] ); 
            
    ColorChat(id,"^4Roket Atilmasina %d Saniye !"countdown );
        }
    }
    stock ColorChat(const id, const string[], {FloatSqlResul,_}:...) {
        new 
    msg[191], players[32], count 1;
        
        static 
    len;
        
    len formatex(msgcharsmax(msg), "^x01" );
        
    vformat(msg[len], charsmax(msg) - lenstring3);
        
        if(
    id)players[0] = id;
        else 
    get_players(players,count,"ch");
        
        for (new 
    0counti++){
            
            if(
    is_user_connected(players[i])){
                
                
    message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"),_players[i]);
                
    write_byte(players[i]);
                
    write_string(msg);
                
    message_end();
            }
        }
        return;

    - - - - - - - - - -

    Alıntı tifargemirhan Nickli Üyeden Alıntı Mesajı göster
    @artiz42
    Bunu Bi Dene Bakalım
    Bunun çalışacağını düşündün mü hiç ?

    Bunu ekleyebilirsiniz:

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

    #include <amxmodx>
    #include <amxmisc>
    #include <cstrike>
    #include <csx>

    #define PLUGIN "Roket Geri Sayim :P"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"

    #define ADMIN_FLAG ADMIN_KICK
    #define STARTTIME 10

    new bool:counting_down;
    new 
    countdown

    new 
    g_CountDown[][] = {
        
        
    "fvox/time_is_now.wav",
        
    "fvox/one.wav",
        
    "fvox/two.wav",
        
    "fvox/three.wav",
        
    "fvox/four.wav",
        
    "fvox/five.wav",
        
    "fvox/six.wav",
        
    "fvox/seven.wav",
        
    "fvox/eight.wav",
        
    "fvox/nine.wav",
        
    "fvox/ten.wav"
    }

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_clcmd("say /rocket","CountDownBegin");
    }

    public 
    plugin_precache()
    {
        for( new 
    isizeof g_CountDowni++ )
            
    precache_soundg_CountDown] );
    }

    public 
    CountDownBegin(id) {
        if(!
    access(id,ADMIN_FLAG) || get_user_team(id) != 2) return
        if(
    counting_down) {
            
    ColorChat(id,"^4Zaten Suanda Geri Sayim Yapiliyor !");
            return;
        }
        
        
    ColorChat(id,"^4%d Saniye Sonra Roket Atilacak !"STARTTIME)
        
    client_cmd0"spk %s"g_CountDownSTARTTIME ] ); 
        
    countdown STARTTIME
        counting_down 
    true;
        
    set_task(1.0,"FuncCountDown");
    }
    public 
    FuncCountDown(id) {
        if(!
    countdown) {
            
    server_cmd("amx_rocket @T")
            
    counting_down false;
        }
        else {
            
    countdown--;
            
    set_task(1.0,"FuncCountDown");
            
    client_cmd0"spk %s"g_CountDowncountdown ] ); 
            
    ColorChat(id,"^4Roket Atilmasina %d Saniye !"countdown );
        }
    }
    stock ColorChat(const id, const string[], {FloatSqlResul,_}:...) {
        new 
    msg[191], players[32], count 1;
        
        static 
    len;
        
    len formatex(msgcharsmax(msg), "^x01" );
        
    vformat(msg[len], charsmax(msg) - lenstring3);
        
        if(
    id)players[0] = id;
        else 
    get_players(players,count,"ch");
        
        for (new 
    0counti++){
            
            if(
    is_user_connected(players[i])){
                
                
    message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"),_players[i]);
                
    write_byte(players[i]);
                
    write_string(msg);
                
    message_end();
            }
        }
        return;


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    Eklentiyle ilgili her türlü yardımı edebilirim.( jail shop hariç )
    İletişim: hassel-vl

  3. #3
    teğmen er Nobb - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    İstanbul
    Mesajlar
    1.371
    Bahsedildi
    30 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    15

    Standart Cevap: /rocket yazinca sesli roket atan pl

    Alıntı peNgueN Nickli Üyeden Alıntı Mesajı göster
    Bunun çalışacağını düşündün mü hiç ?

    Bunu ekleyebilirsiniz:

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

    #include <amxmodx>
    #include <amxmisc>
    #include <cstrike>
    #include <csx>

    #define PLUGIN "Roket Geri Sayim :P"
    #define VERSION "1.0"
    #define AUTHOR "akcaliberkk"

    #define ADMIN_FLAG ADMIN_KICK
    #define STARTTIME 10

    new bool:counting_down;
    new 
    countdown

    new 
    g_CountDown[][] = {
        
        
    "fvox/time_is_now.wav",
        
    "fvox/one.wav",
        
    "fvox/two.wav",
        
    "fvox/three.wav",
        
    "fvox/four.wav",
        
    "fvox/five.wav",
        
    "fvox/six.wav",
        
    "fvox/seven.wav",
        
    "fvox/eight.wav",
        
    "fvox/nine.wav",
        
    "fvox/ten.wav"
    }

    public 
    plugin_init() {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    register_clcmd("say /rocket","CountDownBegin");
    }

    public 
    plugin_precache()
    {
        for( new 
    isizeof g_CountDowni++ )
            
    precache_soundg_CountDown] );
    }

    public 
    CountDownBegin(id) {
        if(!
    access(id,ADMIN_FLAG) || get_user_team(id) != 2) return
        if(
    counting_down) {
            
    ColorChat(id,"^4Zaten Suanda Geri Sayim Yapiliyor !");
            return;
        }
        
        
    ColorChat(id,"^4%d Saniye Sonra Roket Atilacak !"STARTTIME)
        
    client_cmd0"spk %s"g_CountDownSTARTTIME ] ); 
        
    countdown STARTTIME
        counting_down 
    true;
        
    set_task(1.0,"FuncCountDown");
    }
    public 
    FuncCountDown(id) {
        if(!
    countdown) {
            
    server_cmd("amx_rocket @T")
            
    counting_down false;
        }
        else {
            
    countdown--;
            
    set_task(1.0,"FuncCountDown");
            
    client_cmd0"spk %s"g_CountDowncountdown ] ); 
            
    ColorChat(id,"^4Roket Atilmasina %d Saniye !"countdown );
        }
    }
    stock ColorChat(const id, const string[], {FloatSqlResul,_}:...) {
        new 
    msg[191], players[32], count 1;
        
        static 
    len;
        
    len formatex(msgcharsmax(msg), "^x01" );
        
    vformat(msg[len], charsmax(msg) - lenstring3);
        
        if(
    id)players[0] = id;
        else 
    get_players(players,count,"ch");
        
        for (new 
    0counti++){
            
            if(
    is_user_connected(players[i])){
                
                
    message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"),_players[i]);
                
    write_byte(players[i]);
                
    write_string(msg);
                
    message_end();
            }
        }
        return;

    @peNgueN

    Benim Attığım Dosyada 1 Hata Vardı

    O Hatayı Nasıl Düzeltebilirdim Söyler misin ?


    En Kolay Hatalardan Biri Ama Benim İçin Çok Zor

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    En İyi Konularım:

    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.
    color="#ff0000">CSPLAGUE.com


  4. #4
    cavus er peNgueN - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2011
    Yer
    Çanakkale
    Mesajlar
    292
    Bahsedildi
    28 Mesaj
    Etiketlenmiş
    1 Konu
    Tecrübe Puanı
    14

    Standart Cevap: /rocket yazinca sesli roket atan pl

    Alıntı Nobb Nickli Üyeden Alıntı Mesajı göster
    @peNgueN

    Benim Attığım Dosyada 1 Hata Vardı

    O Hatayı Nasıl Düzeltebilirdim Söyler misin ?


    En Kolay Hatalardan Biri Ama Benim İçin Çok Zor
    Attığın eklenti çalışmaz sadece sesle ilgili olan bölümü kopyala-yapıştır yapmışsın. Sesler nasıl çalacak ? Hataya gelirsek süslü parantez(}) koyulmamış o yüzden hata veriyor. Bu eklentiyi kullanmaya kalkmayın ama.

    - - - - - - - - - -

    Alıntı Nobb Nickli Üyeden Alıntı Mesajı göster
    @peNgueN

    Benim Attığım Dosyada 1 Hata Vardı

    O Hatayı Nasıl Düzeltebilirdim Söyler misin ?


    En Kolay Hatalardan Biri Ama Benim İçin Çok Zor
    Attığın eklenti çalışmaz sadece sesle ilgili olan bölümü kopyala-yapıştır yapmışsın. Sesler nasıl çalacak ? Hataya gelirsek süslü parantez(}) koyulmamış o yüzden hata veriyor. Bu eklentiyi kullanmaya kalkmayın ama.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    Eklentiyle ilgili her türlü yardımı edebilirim.( jail shop hariç )
    İletişim: hassel-vl

  5. #5
    teğmen er Nobb - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2012
    Yer
    İstanbul
    Mesajlar
    1.371
    Bahsedildi
    30 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    15

    Standart Cevap: /rocket yazinca sesli roket atan pl

    Alıntı peNgueN Nickli Üyeden Alıntı Mesajı göster
    Attığın eklenti çalışmaz sadece sesle ilgili olan bölümü kopyala-yapıştır yapmışsın. Sesler nasıl çalacak ? Hataya gelirsek süslü parantez(}) koyulmamış o yüzden hata veriyor. Bu eklentiyi kullanmaya kalkmayın ama.
    Tamam

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    PHP- Kodu:
    İletişim => cebinihat@hotmail.com 


    En İyi Konularım:

    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.
    color="#ff0000">CSPLAGUE.com


Benzer Konular

  1. /redbull yazinca kissa yol
    By memoaho123 in forum Çözülmüş İstekler
    Cevaplar: 11
    Son Mesaj: 02-10-16, 10:40
  2. roket
    By emreihean1 in forum Çözülmüş İstekler
    Cevaplar: 3
    Son Mesaj: 27-10-13, 14:08

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

roket pl

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