Function set_hair

Source
pub fn set_hair(pid: u16, hairstyle: &str)
Expand description

Set the hairstyle mesh used by a player.

pid The player ID.
hairstyle The new hairstyle mesh of the player.

Returns void