My Forum - your board description
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
EU Tournament - Round 1 22/4/06  XML
Forum Index » General discussions
Author Message
Ray Johnson

[Avatar]

Joined: 10/01/2007 13:36:12
Messages: 1983
Offline

1. CANT TUCH ME KO3 Ray Johnson
2. CANT TUCH ME TKO3 Ray Johnson
Oscar

[Avatar]

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

Ray Johnson

[Avatar]

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?
Oscar

[Avatar]

Joined: 05/01/2007 15:36:43
Messages: 1488
Offline

Out

Oscar De La Hoya 1025 - 842

Oscar

[Avatar]

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

Donny_king

[Avatar]

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]
Oscar

[Avatar]

Joined: 05/01/2007 15:36:43
Messages: 1488
Offline

You can remove it no-one turned up.

Oscar De La Hoya 1025 - 842

Donny_king

[Avatar]

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]
 
Forum Index » General discussions
Go to:   
Powered by JForum 2.1.8 © JForum Team