I am trying to alter Ham_TakeDamage parameters with SetHamParam*.
This is how far I've got:
PHP Code:
// Don't know if I need this temp
new temp = victim;
SetHamParamEntity(1, attacker);
SetHamParamEntity(3, temp);
But if I kill that victim, I get this DeathMsg:
Code:
Victim killed Attacker with player
I can see that that entities have swapped, but how do I change weapon to not show "player"?

Also, do I need that temp, or can I change those parameters directly? I will test, but answer from somebody who know for sure would help
EDIT: Also, what I'm trying to do is swap attacker and victim, so team damage would do damage to attacker.
__________________