Author |
Message |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 12/04/2007 16:15:16
|
Ray Johnson
![[Avatar]](/jforum/images/avatar/0e65972dce68dad4d52d063967f0a705.png)
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
1. CANT TUCH ME KO3 Ray Johnson
2. CANT TUCH ME TKO3 Ray Johnson
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 18/04/2007 12:31:13
|
Oscar
![[Avatar]](/jforum/images/avatar/58a2fc6ed39fd083f55d4182bf88826d.jpg)
Joined: 05/01/2007 15:36:43
Messages: 1488
Offline
|
Kwl People whos till have to fight try and be online from 5-7pm GMT this Sunday and we'll try and get this round over and done with.
|
Oscar De La Hoya 1025 - 842
 |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 18/04/2007 12:32:19
|
Ray Johnson
![[Avatar]](/jforum/images/avatar/0e65972dce68dad4d52d063967f0a705.png)
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
lol i've already fought and lost my fights, so am i in or out?
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 18/04/2007 13:00:47
|
Oscar
![[Avatar]](/jforum/images/avatar/58a2fc6ed39fd083f55d4182bf88826d.jpg)
Joined: 05/01/2007 15:36:43
Messages: 1488
Offline
|
Out
|
Oscar De La Hoya 1025 - 842
 |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 18/04/2007 13:28:57
|
Oscar
![[Avatar]](/jforum/images/avatar/58a2fc6ed39fd083f55d4182bf88826d.jpg)
Joined: 05/01/2007 15:36:43
Messages: 1488
Offline
|
Not fought him yet havn't seen him ina while
|
Oscar De La Hoya 1025 - 842
 |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 10/05/2007 10:41:05
|
Donny_king
![[Avatar]](/jforum/images/avatar/8f14e45fceea167a5a36dedd4bea2543.png)
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
I've removed this from the stickies, it isn't looking good so there's no point in keeping it stuck as it's just another post.
I've posted in the other one before removing that also.
|
[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] |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 10/05/2007 12:39:25
|
Oscar
![[Avatar]](/jforum/images/avatar/58a2fc6ed39fd083f55d4182bf88826d.jpg)
Joined: 05/01/2007 15:36:43
Messages: 1488
Offline
|
You can remove it no-one turned up.
|
Oscar De La Hoya 1025 - 842
 |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 12/05/2007 20:29:35
|
Donny_king
![[Avatar]](/jforum/images/avatar/8f14e45fceea167a5a36dedd4bea2543.png)
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Ok I won't get rid, I'll just let it slip down the list.
Sorry it didn't go well for you guys.
|
[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] |
|
 |
|