Author |
Message |
03/06/2006 18:53:34
|
Mikkel
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline
|
..it's fixed.
|
|
|
|
03/06/2006 20:11:28
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Thanks Mikkel, great stuff.....
|
[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] |
|
|
04/06/2006 16:06:00
|
Couture
Joined: 18/04/2006 11:32:59
Messages: 408
Location: North Jersey
Offline
|
Mikkel wrote:..it's fixed.
But the fights wont load
|
Yep. |
|
|
14/06/2007 17:53:58
|
mike watson
Joined: 11/06/2007 19:03:15
Messages: 208
Location: south west (because we count less)
Offline
|
wait wait wait you can make your own servers....could we have a european server? pretty please say if this is true
|
my piece |
|
|
14/06/2007 17:54:29
|
mike watson
Joined: 11/06/2007 19:03:15
Messages: 208
Location: south west (because we count less)
Offline
|
oh didnt know it was a whole year back
|
my piece |
|
|
14/06/2007 18:00:06
|
Yohncc1
Joined: 12/06/2007 00:14:58
Messages: 49
Offline
|
How come my server is still inopertable?
|
|
|
14/06/2007 18:21:31
|
Yohncc1
Joined: 12/06/2007 00:14:58
Messages: 49
Offline
|
Thanks Mikkel.
|
|
|
14/06/2007 18:32:01
|
sterlihalla
Joined: 20/05/2007 12:51:06
Messages: 2299
Offline
|
that mean we can have new titles?
|
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"
|
|
|
14/06/2007 21:01:26
|
mike watson
Joined: 11/06/2007 19:03:15
Messages: 208
Location: south west (because we count less)
Offline
|
...um....yes.....yes it does
|
my piece |
|
|
21/06/2007 23:13:34
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Damn you got me all excited then I saw the date and my previous post, I'd love to have that feature again !!
But no guys you don't get your own titles, the ranks are global. You just have your own server that's all and also you get Cynic on full speed so you get a few good beatings
|
[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] |
|
|
22/06/2007 07:34:30
|
Mikkel
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline
|
I'll try to fix this along with the other server problems this weekend. But remember, the more time spent on 2D the less time spent on 3D. Anyway the server should be more stable so that might be the last thing done on 2D.
|
|
|
|
|