i notice like every day the server goes down then comes back up the next day :S confusing is there problems with the server? and wil it be fixed anytime soon?
<MOVED>
This message was edited 1 time. Last update was at 12/07/2007 11:16:43
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
Wrong section, post this stuff in the "tech" sub.
And you've already got a post with near enough the exact same content, just update that one.
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]