Must be hard as hell to pass the half-guard with those shinpads on (? or if those are slippery it is the opposite). Certain other positions too. As fas as submission go Go-go plata is no go with those shin guards and most likely reverse triangle choke too. I suppose those shin guards really get in a way in all kind of positions.
In what weight class do you compete in and how much was the weight difference?
- OB Accounts: Rocky Marciano plus too many alts
- Join Date: 2007
- Status: Retired for now. Logs on every now and then just to troll.
- OB Class: A+++++ Elite and yes you got it right a FIVE STAR Elite.
- Goals: Been there, seen that, done it all so none other than reaching 1000 fights (on an alt) with above 90% win percentage I have been hunting after ever since joining OB2D.
- Titles won: too many to remember
- Title defenses: too many to remember
- Best win streak 132 wins in a row in total.
- Style: Very technical when needed to. Other than that force ko for the win!
- Signature Punch: The Rocky Marciano combo (now also available without french fries).
- Signature Taunt: Letting opponent recover back to full healt before KOing him for good.
- Weakness: Fatny, the king of OB2D
- Career highlights: Been there and done it all but yes there is one little thing that rises above all titles and such: making Reaper quit after I tkoed him 16 times in a row all inside first two rounds. We were supposed to box 100 times
- Quotes: "I just TKoed you 16 times in a row Reaper. What's the matter? Can not make is past first two rounds? Did I make you quit? Why so silent all of sudden? Oh I just made you STFU "
- Stupid nickname given by other players: Mini Fatny.
- Words of wisdom: Styles make fights. Sometimes even HOF caliber fighters lose to inferior boxers due to this fact. Everyone has their rythm and once you get inside that rythm, you will make life hell for that person (in the ring).
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
War Josh
[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]