In early versions of the mod seen in the hook Player can verify a client player to the radiation,bleeding,cold,satiety,poisoning + the ability to set these parameters to the player - now found - here is an example that previously worked for me - and now refuses 
has something changed?How else is it possible to recover it all
Code:
var InfoIsInjured = Player.IsInjured.get_IsInjured();
if (InfoIsInjured == true){
Player.MessageFrom("XxX", "Your legs broken :(");}