View Single Post
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 03-25-2015 , 21:01   Re: SDK Hooks 2.1 - Updated 2011-9-10
#2721

Quote:
Originally Posted by asherkin View Post
That is the purpose of the recently added OnTakeDamageAlive hook, regular OnTakeDamage (even a post hook) is before certain calculations happen for players. That said, no form of OnTakeDamage hook is a great way of detecting death.
Shouldn't the first post be edited to add the 5 last added hooks :
Code:
	SDKHook_GetMaxHealth,  /**< ep2v and later */
	SDKHook_Blocked,
	SDKHook_BlockedPost,
	SDKHook_OnTakeDamageAlive,
	SDKHook_OnTakeDamageAlivePost,
?

Or add a mention that the list was valid until a certain date ? (The 4 last seems to be added somewhere in the 1.7.0 segment)
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword is offline