Joined: 19/04/2006 10:08:25
Messages: 76
Location: South Bronx, NY
Offline
NO!!
Im payed cause im nice, you will never ever see a day of dis life, I keep K's for the fight, so when I say give me my space, NO I dont mean a page on the site, the K's out, I'll spray out, you'll lay wit the mice. Take my advice, or lay in the river, don't you dare say my name if you aint a good swimmer.
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
I don't agree with SB much but on this occasion I shall.
This message was edited 1 time. Last update was at 10/06/2006 00:20:16
[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]