stick to one name because you can only get credit for one. Pick one and stick to it. trust me.
If u want to be in the top 10 build one name so people can see how much you improved half the time people have no clue who people are when they have tons of names.
~*~oOo~*~ <--- You can look but you cant touch!!!!
Joined: 03/09/2006 04:56:46
Messages: 188
Location: Usa, Newjersey
Offline
yeah i know i think i passed more than 50 names.. its becuase i dont find the right name so i keep creating new names! so now im sticking on flash account so i havent go on in other accounts i have.. like i said im going to be in only the flash account!
thanx
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
Only ever had one and I'll only ever have one. I unlike some have a true record which I'm proud of.
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]