Trata escribiendo dentro del while el array
Código PHP:
$num = 1;
while($num < 50) {
$this->setBlock('tops', array(
'NAME' => $topname['Members']['name'],
'PUNTOS' => $top['base']['puntoscount'],
'NUM' => $num++,
'ID' => $top['puntos']['user_id']));
}