Skillz wrote:Lol Boxa if i was mod i would be much more sensible about stuff like tht i would try to resolve it...but since i aint and Mikkel already said no why try 2 act like 1? But if there was some consideration i'd start acting more mature ALL the time.
maturity isn't something you just put on and off. you gain it through experience.
your just "rebelling" because you were -rejected-.
lol nicely put boxa but you shudnet even bother with him
Retirement but may have a few fights 1 X SUPER CHAMPION 2 x UNDISPUTED CHAMP TITLE HISTORY: 256 DEFENSES|TITLE WINS: 90
Joined: May 20th 2007
Second greatest ko artist in OB history based on 4k wins.
QUOTES: "TELL GOD, REAPER SENT YOU"
"REAPER WILL BREAK UR FINE CHINA"
"REAPER DOESNT SLEEP, HE WAITS"
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
sterlihalla wrote:yh i know they do its jus a game this is pathetic mods jus keep them up too lol all this cuz i knoked u out golden
If you have a problem with the Moderators then PM Mikkel and explain the issue you have.
Also most of them stay because they are hype, hype is part of the game and should be expected. If you don't like the way a post is going and have a problem with it then PM a Moderator and let them know, if they think it is out of hand and no longer hype then the post will be locked or deleted.
Tyrant wrote:All of this gets pretty pathetic after a while. For a second I thought this was all play. You guys truly get heated behind those monitors of yours...
I know it's crazy isn't it dude.
I think this post needs locking before you all go bald or something hehe.
This message was edited 2 times. Last update was at 20/08/2007 08:36:36
[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]