Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sonmahkum Kalınca Bildirme[İSTEK]
#4
Buyur, sma yı editleyerek müziğin adını değiştirebilirsin.direk sounda at.

Code:
#include <amxmodx> #include <amxmisc>


#define PLUGIN "Son Mahkum Haber Verme"
#define VERSION "1.0"
#define AUTHOR "Unkonw"


new const aa[] = { "music.wav" }


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    register_event( "DeathMsg", "event_dmsg", "a" );
}
public plugin_precache()
{
    precache_sound(aa)
}
public event_dmsg()
{
    new victim = read_data( 2 );
    
    if( get_user_team( victim ) == 1 )
    {
        new players[ 32 ], pnum;
        get_players( players, pnum, "ae", "TERRORIST" );
        
        if( pnum == 1 )
        {
            set_hudmessage( 0, 255, 0, -1.0, -1.0, 0, 6.0, 25.0 );
            show_hudmessage( players[ 0 ], "Hayatta kalan son mahkumsun! [ L ] tusuna basip CT ile VS at." );  
            emit_sound(0, CHAN_AUTO, aa, VOL_NORM, ATTN_NORM , 0, PITCH_NORM)
        }
    }
}

- - - - - - - - - -

Biraz dağınık oldu dosya ekte.


Attached Files
.sma   sonmahkum.sma (Size: 808 bytes / Downloads: 268)
Reply


Messages In This Thread
Cevap: Sonmahkum Kalınca Bildirme[İSTEK] - by pandora158 - 11-07-15, 20:33

Possibly Related Threads…
Thread Author Replies Views Last Post
  Jail Plugin (İSTEK) mehmet154 6 7,153 09-12-17, 04:31
Last Post: exelds78
  [Istek] Biohazard Pluginleri crunch98 2 4,526 09-12-17, 04:12
Last Post: exelds78
  [İSTEK]Biohazard ceyhunreiz53 3 3,413 09-12-17, 04:08
Last Post: exelds78

Foruma Atla:


Users browsing this thread: 1 Guest(s)
🔥 Bu Forumdan Popüler Konular
Pluginlerde Bug veya Hata Konusu Açmadan Önce Oku — 19,003 görüntülenme, 36 cevap
Akcaliberkk ve Pluginden anlayanlar baksn — 12,807 görüntülenme, 7 cevap