Hey guys I was just wondering whats the deal with the stars. howcome some people have them filled in and others do not. is it somthing to do with skill????
thanks
PDP record
4-1-1
edder- tech draw 6
trpche-win ko3
jigsaw-win ud
mikkel-win tko2
prof-win tko 7
viper-lose ko1
"ill taught them i'll teach em. after now i knock him out like i said before, i'll be the guy and after i beat him i'll show him his mistakes"
-oba champion
-world most overated fighter ever
-worst right hand in the game
-even worse still jab in the game
-horrible finisher
-blue cobra
http://www.threadbombing.com/data/media/3/Punching.gif
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
It's a rating, how much people like your posts etc.
[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]