Author |
Message |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 04/03/2007 22:29:56
|
XXXrepperXXX
![[Avatar]](/jforum/images/avatar/d6baf65e0b240ce177cf70da146c8dc8.jpg)
Joined: 04/03/2007 17:00:19
Messages: 10
Location: GRAETNESS
Offline
|
i am surrey i am new and did not kno thats so i will not be posting bad stiff
ok
|
u ALL WILL BE REPPED BY ME MAHHHAHHAHHA
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 05/03/2007 19:43:06
|
Donny_king
![[Avatar]](/jforum/images/avatar/8f14e45fceea167a5a36dedd4bea2543.png)
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Ok fair enough.
|
[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] |
|
 |
|