Joined: 19/04/2006 11:34:42
Messages: 27
Location: uk england
Offline
sorry 4 being out of order last night with what i said to a extent i ment every word of it but doesnt give me the right to post it on a public furom with young people reading n shit so my bad ooo by the way the boss this really not good u come onlien when im going to bed at 430am lol we need to sort are fight out thanx
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
jaywivaspliff wrote:sorry 4 being out of order last night with what i said to a extent i ment every word of it but doesnt give me the right to post it on a public furom with young people reading n shit so my bad ooo by the way the boss this really not good u come onlien when im going to bed at 430am lol we need to sort are fight out thanx
Nobody minds hype, but we have to keep in mind our younger players and future members/players of both the game and the forums. It's not very good for any and will not help OB grow into what we all wish it to become -- A world wide full to the gut kick(bottom) game !!
Post hype all you like lads. Nothing wrong with hype Just keep in mind who maybe reading these posts.
Thanks for the post Jay.
Cheer(s)
[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]