Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
All your posts as of late have been out of order and have been deleted. Give over with the profanity, it isn't big or clever and just shows how little respect you have for yourself and how pathetic you really are.
This is an OnlineBoxing forum, all that cr@p had nothing to do with OB. All it was, was a bunch of want to be toughguys arguing like schoolkids. There is a big difference between hype and that cr@p you guys come out with.
[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]