Damage Issues

If players are still receiving damage despite being in Build Mode.

99% of damage is blocked to players in Build Mode by default; however, if you notice players in Build Mode getting damaged by entities / props hitting them; there is one more line of defense:

  • Open lua\modules\builderx\cfg\sh_cfg_modes_build.lua

  • Set cfg.build.bAdvBlockDmg = true

This will further increase a player's protection; but will render the "Punishment System" useless since a player can no longer take any type of damage (including fall damage). If you decide to turn this one, then you can also disable the punishment system since it is no longer needed.

Last updated