Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
off~topic(kind of)
A guy that has been overlooked. Jermain Taylor, he was so close to being inducted but now as he doesn't play he has sadly been forgot. I'm not trying to hijack this thread, I just thought I would voice my opinion because IMO he was one of the best players to ever play OB and a true force in his day (could also probably come back anytime and give you all a good run).
Just my humble opinion.
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]