i just want to say happy holidays to you all, i am on xmas break for college and may not be back to my computer for three weeks so enjoy ur holidays, see ya next year 07!!!!!!!!!!!!!!
Reaper> i rematch everyone <----------
Reaper> CHRILLE
Reaper> DONT REMATCH HIM
Reaper> DONT REMATCH HIM
Reaper> remember u said u wud give me the first defense
Reaper> DONT REMATCH HIM
Reaper> u dont have to defend
Reaper> u wont get banned for it
Reaper> theres no rules chrille
Reaper> no rules
Reaper> DONT REMATCH HIM
Reaper> i rematch everyone <----------
Unstoppable
"I will rise to the top...like JayZ did wit hip-hop"
"im on ya mind Like clock work"
"my hands are bisexual i fight bitches and niggaz"
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
[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]