Reduce fist/ weapon_UNARMED for specific player

Is it not possible to reduce fist damage?

I have tried:

SetPlayerMeleeWeaponDefenseModifier(PlayeriD(), 50.0)

SetPlayerMeleeWeaponDamageModifier(PlayeriD(), 0.1)

The only thing that works but cant be limited to a specific player is the native of SetWeaponDamageModifier:

N_0x4757f00bc6323cfe(GetHashKey(“WEAPON_UNARMED”), 0.3)

another solution that would work is to give more resistance to fist damage for a specific player.

The only thing that cant be done is to add more health due to anticheat.

Anyone else has any idea? Cant find anything else to use in the documentation

Approach that from another angle - specifically, a .meta file change to adjust the damage. I cant recall seeing any tutorials for this, though, and I cant really give more direction than that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.