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"
This message was edited 1 time. Last update was at 04/08/2007 07:50:48
OB ID: HurricaneHarley
OB Champion: 0 times.
Join Date: Sometime june 07
Style: Aggressive Knock-Out Artist/counterpuncher
Signature Punch: Eye of the storm
Ranked: c-
Status: Active
Objective: win a fight
best rank: 1
ONLINE BOXING NAME = Credo
MEMBER SINCE = Cant Remember
EXPERIENCE = Rusty Veteran
STATUS = Active On and Off
LOCATION = Bankhead, Atl all day
STYLE = Changes
SIGNATURE PUNCH = Body Uppercut
SIGNATURE COMBO = One-Two
BEST RANK = 1
Trainer=HTF got his greatest KOs collection saved on my comp when i wanna improve i watch the video i made and edited like a year or two ago.
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
<Posts removed and locked>
[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]