Function set_health_base

Source
pub fn set_health_base(pid: u16, value: f64)
Expand description

Set the base health of a player.

pid The player ID.
name The new base health of the player.

Returns void