Display four buddypress activies [closed]

See the codex:
http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

You probably want this:

<?php if ( bp_has_activities( 'max=4') ) : ?>