🥢Remove Whipping & Melee One Shot Prevention

Explore our resource's outstanding features that enhance your server's gameplay experience.

BetterFight Evolved includes a simple yet effective feature to enhance combat realism: Remove Whipping. This feature disables the animation where players or NPCs "whip" their guns and melee at others during certain interactions.

Configuration:

Config.RemoveWhipping = true

Config.MeleeOneShotPrevention = {
    Enabled = true, --Enables/Disables melee one shot prevention
    UseReviveMethod = false, --Enables/Disables revive method (requires framework. Also check frameworks.lua)
    UseSmartDetectionMethod = true --Enables/Disables smart one shot prevention.
}

Key Aspects:

  • Simple Toggle: Easily enable or disable the feature server-wide with a single boolean setting.

  • Applies to Players and NPCs: Affects both player characters and non-player characters.

  • Removes Specific Animation: Targets the gun "whipping" and melee animation specifically.

Last updated

Was this helpful?