Function set_bounty

Source
pub fn set_bounty(pid: u16, value: i16)
Expand description

Set the bounty of a player.

pid The player ID.
value The new bounty.

Returns void