Yes, when Monster attack Player, not show results
Code:
PHP Code:
public fwd_HamTakeDamage( iClient, iInflictor, iAttacker, Float:fDamage, m_Damagebits )
{
client_print(0,print_chat,"%d entity was damaged by %d attacker with %f points",iClient,iAttacker,fDamage);
return HAM_IGNORED;
}
If I hurt jumping, show the text.. But when monster attack me, no...