My Forum - your board description
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
how do you win titles that are vacant  XML
Forum Index » General discussions
Author Message
ShockandAwe


Joined: 26/02/2007 00:55:20
Messages: 122
Offline

Hey guys I was just wondering how you win the vacant titles.. I know im not good enough yet. But for the future

10 obw champ with 6 defences
3 time obc champ with 10 defences
3 time obf champ with 9 defences
1 time tourny champ
2 time oba champ

PDP record: 4-0

edder1234 win ko 5
tkoknockout win ko 2
mikkel kessler win tko 3
African Assassin win tko 7
Donny_king

[Avatar]

Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline

You have to be a top contender like one and two then Mikkel will schedule the fights when he has time to do so.


[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]
 
Forum Index » General discussions
Go to:   
Powered by JForum 2.1.8 © JForum Team