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