LauraRozier/PlayerAdministration

[IDEA] Add Ability to Disable Healing on player

ay4t opened this issue · 1 comments

ay4t commented

be like Camomo on some video admin can troll cheater to disable recover their health.

reference function:
OnPlayerHealthChange

example:
object OnPlayerHealthChange(BasePlayer player, float oldValue, float newValue)
{
// if newValue > oldValue return oldValue
return newValue;
}

ay4t commented

If any suggestion i will appreciate