Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
Geez Yacoob, you going to make your mind up and stick to it sometime ?
You retire then one hour later your back trying to make out that you never did. You even try and make out Sniper said something that he never did.
Your post was:
I retire
Then:
I retire
I swear to god and on the quran
Just like your other countless times you have a cry about a loss or something then you come back and edit your post and make out some other guy is the loser. We can all see who the loser is around here Yacoob and it's you !
Now stop acting like a little punk kid and shut up for once.
Donny
PS. Locked btw, this is just another pointless post.
[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]