fixed amb1325 - SetEntityHealth()
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401834
This commit is contained in:
parent
9970ad59ac
commit
d37e02c65c
@ -155,8 +155,8 @@ stock SetEntityGravity(index, Float:amount)
|
||||
*/
|
||||
stock SetEntityHealth(index, amount)
|
||||
{
|
||||
SetEntProp(client, Prop_Send, "m_iHealth", health, 1)
|
||||
SetEntProp(client, Prop_Data, "m_iHealth", health, 1)
|
||||
SetEntProp(client, Prop_Send, "m_iHealth", amount, 4)
|
||||
SetEntProp(client, Prop_Data, "m_iHealth", amount, 4)
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user