Author |
Message |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 30/05/2006 23:56:46
|
HTF
![[Avatar]](/jforum/images/avatar/45c48cce2e2d7fbdea1afc51c7c6ad26.jpg)
Joined: 18/04/2006 17:13:32
Messages: 904
Offline
|
I will be back at the end of next month. This is the longest I can honestly say I havnt loged on to ob. I get a break in June so i'll be back. Dont worrie about Title's are not my game any more. See you then!
|
~*~oOo~*~ <--- You can look but you cant touch!!!!
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 31/05/2006 15:06:08
|
Donny_king
![[Avatar]](/jforum/images/avatar/8f14e45fceea167a5a36dedd4bea2543.png)
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
HTF wrote:I will be back at the end of next month. This is the longest I can honestly say I havnt loged on to ob. I get a break in June so i'll be back. Dont worrie about Title's are not my game any more. See you then!
I ain't worried, you can't touch my skill and you know it.
(wakes up from dreaming)
Hehehe j/k, will be good to see you back. I haven't been on much lately myself but I enjoy when your on, always good fights.
See you then man, good luck with your schooling.
|
[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) 01/06/2006 16:11:39
|
HTF
![[Avatar]](/jforum/images/avatar/45c48cce2e2d7fbdea1afc51c7c6ad26.jpg)
Joined: 18/04/2006 17:13:32
Messages: 904
Offline
|
Because of certain reason I am back now..... Its the 1st dont worrie titles still are not my game.
P.S If some one wants to hook me up with a 3.50 advance i'll be sure to hit them back once I get my paypal set back up. If so let me know thanks.
This message was edited 1 time. Last update was at 01/06/2006 16:16:19
|
~*~oOo~*~ <--- You can look but you cant touch!!!!
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 15/06/2006 04:40:32
|
HTF
![[Avatar]](/jforum/images/avatar/45c48cce2e2d7fbdea1afc51c7c6ad26.jpg)
Joined: 18/04/2006 17:13:32
Messages: 904
Offline
|
I thought I'd be able to play ob enough to count it seems I cant. Things are working out with school. So i'll be back in awhile.
|
~*~oOo~*~ <--- You can look but you cant touch!!!!
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 15/06/2006 09:21:00
|
Mikkel
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline
|
-
-
-
- public void playOb() {
- getSomeBeers();
- turnOnComputer();
- loadOb();
- while(moreBeers()) {
- challengeSomeone();
- fight();
- trashTalk();
- drinkABeer();
- postAtForum();
- }
- if(sleepy) {
- gotoBed();
- }else {
- playOb();
- }
- }
I shined your sig up a bit plus fixed one more bug
I must get a life
This message was edited 4 times. Last update was at 15/06/2006 09:30:13
|
 |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 15/06/2006 13:01:43
|
Donny_king
![[Avatar]](/jforum/images/avatar/8f14e45fceea167a5a36dedd4bea2543.png)
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
I shined your sig up a bit plus fixed one more bug
I must get a life
Lmao
Wicked, I put it in
|
[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) 15/06/2006 14:01:16
|
Mikkel
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline
|
just put the <code> tags around and it will look better (press "code")
|
 |
|
 |
|