Author |
Message |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 06/07/2006 05:34:58
|
BoXa
![[Avatar]](/jforum/images/avatar/d82c8d1619ad8176d665453cfb2e55f0.jpg)
Joined: 31/05/2006 17:11:31
Messages: 364
Offline
|
Round 10 http://www.onlineboxing.net/applet/index.jsp?fight_id=419110
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 06/07/2006 08:31:54
|
Donny_king
![[Avatar]](/jforum/images/avatar/8f14e45fceea167a5a36dedd4bea2543.png)
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Nice fight man, you did well all fight. I enjoyed watching that one.
|
[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] |
|
 |
|