Joined: 19/04/2006 16:15:33
Messages: 440
Location: London, England
Offline
There isn't a definitive answer, but every now and then someone posts their opinions on who the top ten are. Click the link to see the most recent thread on the subject.
30 TIME OBW CHAMPION 19 TIME OBC CHAMPION 31 TIME OBA CHAMPION 47 TIME OBF CHAMPION 8 TIME EURO CHAMPION 1 TIME TOURNAMENT CHAMPION 1 TIME SUPERCHAMP & UNDISPUTED CHAMPION
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
Williams wrote:im new, and i wanted to know who are the online boxings top boxers
can you guys post here the top 20
Welcome to the forum
Yes like Nigel says it's pretty hard to say but people always have a good opinion of the current top fighters, the link is a good judgement of who is on current top form.
Regards
Donny
[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions
menicaha behaniclo
[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]