ok, i found whats wrong, just change the following lines in loop.php or index.php (it changes according your theme)
<?php next_posts_link('? Previous') ?>
<?php previous_posts_link('Next ?') ?>
(it’s in the end of file)
by
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
and it suposes to be working now. ;D