nice sig rogue watchu think of mine?
oh yeah and oldest guy is toosmooth by far ive beat him b4
OB2D:
Status: Active
Accounts: Jon Oso, Jens Oso
Gym: ChuteBoxe
Date Joined: 03-04-2007
Championships: 2 time OBF Champion and Former OBA Champion
#19 Jens Oso
OB3D:
Status: Inactive
Accounts: Jens Pulver
Rant wrote:16..looks like your the oldest one so far lmao old fool why dont you do some mature activities instead like going to business meetings or somthing rofl
yacoob why dont you do some mature activites instead like not killing yourself or something rofl
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
Twenty nine.
[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]