Joined: 03/09/2006 04:56:46
Messages: 188
Location: Usa, Newjersey
Offline
what happend with sugarray,boxa,and some other fighters i havent seeen for a really long time!???well i hope they are not in under other names becuase they are really good fighters who should come back!!
PEOPLE TRY BEEN MORE ONLINE!!
ITS GOOD TO HAVE ALOT OF VETS ONLINE AND HOF'S!!!
OB Names:Flash
Hopefully Making It To The Hall Of Fame!!!
Be Strong Weakness Is a disease in your body!!
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
I'm comming on now and then, it's always dead when I do and until last night my comp was screwing about when I fought so I wasn't fighting. But that should be fixed now so I can fight again (I did fight today and it seemed that way).
Oh and I came back five minutes later last night but you were gone so I couldn't get a fight. Sorry for quitting but I couldn't handle the twitch/skip I wasn't seeing most punches. I play for fun not to win and although only hearing the punches and not being able to see them was fun for a while it did get a bit annoying and I'm very hard to annoy hehe.
See you on, 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]