Raised This Month: $ Target: $400
 0% 

Hide deathmsg


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-23-2012 , 00:26   Re: Hide deathmsg
Reply With Quote #4

PHP Code:

#include <amxmodx>
#include <hamsandwich>

new bool:g_bTookDamage33 ];

public 
plugin_init() 
{
    
RegisterHamHam_TakeDamage "player" "HamTakeDamage_Pre" );
    
RegisterHamHam_TakeDamage "player" "HamTakeDamage_Post" );

    
register_messageget_user_msgid"DeathMsg" ) , "Ev_DeathMsg" );
}

public 
HamTakeDamage_PreiPlayer )
{
    
g_bTookDamageiPlayer ] = true;
}

public 
HamTakeDamage_PostiPlayer )
{
    
g_bTookDamageiPlayer ] = false;
}

public 
Ev_DeathMsgmsgId ,msgDest ,iReceiver )
{
    return 
g_bTookDamageget_msg_arg_int) ] ? PLUGIN_CONTINUE PLUGIN_HANDLED;

__________________
Bugsy is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode