H3 CWB R2: (1)Triggers Down vs. (9)Classic Scoreboard
By Lies | Published: June 6, 2009 4:37pm EST
include_once($_SERVER['INCLUDE_ROOT'] . 'classes/mlg/Scoreboard.class.php');
echo '![]() '; $scoreboard = new Scoreboard(); $title = 'Winners Bracket Round 2'; $num_maps = 5; $maps = array('onslaught','guardian','lockdown','construct','narrows'); $modes = array('ctf','slayer','oddball','koth','slayer'); $team_1 = array('Name' => '(1)Triggers Down', 1 => 5, 2 => 50, 3 => 189, 4 => 250, 5 => 'n/a', 'final' => 3); $team_2 = array('Name' => '(9)Classic', 1 => 2, 2 => 37, 3 => 229, 4 => 211, 5 => 'n/a', 'final' => 1); $comments = array(1 => ' ', 2 => ' ', 3 => ' '); $scoreboard->create($title, $num_maps, $maps, $modes, $team_1, $team_2, $comments); |




