Quote:
Originally Posted by Shadows Adi
This is the event:
PHP Code:
RegisterHam( Ham_TakeDamage, "player", "Ham_PlayerTakeDamage", false );
And this is the public function for the event:
PHP Code:
public Ham_PlayerTakeDamage( id )
{
//some code
}
|
PHP Code:
public Ham_PlayerTakeDamage( iVictim , iInflictor , iAttacker , Float:fDamage , DamageBits )
{
}
__________________