Raised This Month: $ Target: $400
 0% 

Removing kill from hud


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Zor
Veteran Member
Join Date: Mar 2004
Location: Toronto, ON
Old 09-13-2005 , 15:43  
Reply With Quote #5

Yup, what I do is the following:

Code:
public plugin_init()
{
	// Register the death message catch
	register_message(get_user_msgid("DeathMsg"), "death_message")
}

public death_message(id)
{
	new killer = get_msg_arg_int(1)
	new victim = get_msg_arg_int(2)
	new weapon = get_msg_arg_int(3)

	if(wish to block)
		return PLUGIN_HANDLED

	return PLUGIN_CONTINUE
}
__________________
Zor is offline
Send a message via AIM to Zor Send a message via MSN to Zor Send a message via Yahoo to Zor
 



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 14:30.


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