25
29
$bounty_number = getSetting("BOUNTY_NUMBER");
27
31
$total_alive = Base::$base->ai_alive + Base::$base->humans_alive;
30
36
if ($bounty_number->value <= $total_alive)
31
37
$tries = $bounty_number->value;
41
48
if (count(Base::$base->PLAYERS) > 0)
43
50
foreach (Base::$base->PLAYERS as $p)