[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]
nice vid a few things i didnt like about it was lennox lewis being in there as a big puncher when he wasnt rearly tat much of a bigger puncher i would of chosen someone else then him like sam langford 2nd greatest puncher of all time.
I didnt like seein james douglas koin tyson too douglas sucked but so did mike at that time lol.
Overall nice vid i liked the effects i think i seen that vid before to.
Retirement but may have a few fights 1 X SUPER CHAMPION 2 x UNDISPUTED CHAMP TITLE HISTORY: 256 DEFENSES|TITLE WINS: 90
Joined: May 20th 2007
Second greatest ko artist in OB history based on 4k wins.
QUOTES: "TELL GOD, REAPER SENT YOU"
"REAPER WILL BREAK UR FINE CHINA"
"REAPER DOESNT SLEEP, HE WAITS"
Record:
Wins:2707 Losses:1369 Draws:21 KO's:2660
KO RATIO: 64.92%
Titles Won: 12
Defences: 3
Best KO Ratio Based On 2000+ Wins:
1 Nigel Benn 80.26%
2 Mike Tyson 79.96%
3 Fatny 77.78%
4 Black Bear 72.43
5 john/Demonjabber/James A. Braddock 70.51
6 Here To FIght/Newguy 68.93%
7 Unstoppable 68.85%
8 Red Viper 69.78%
9 catfish 64.92% <------Sexiness prevails.
10 Reaper 64.86%
Started playing: November 15th, 2005
i eat little white boys
"i got a fever, and the only prescription, is more cowbell"
"rofl dofl with springles on top" -words of Reaper
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
Yeah I enjoyed it also so I thought I'd share the find.
OB should have a HL
[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]