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 
OBer players give me a hand  XML
Forum Index » General discussions
Author Message
HTF

[Avatar]

Joined: 18/04/2006 17:13:32
Messages: 904
Offline

Alright I need a few people here with photo shop skills to help me created banners,Photos and other things. I have some skills so I can help but I need to work on other areas.


If any one is interested to help out let me know send me a PM when I am done with my plan i'll announce and every one who helps will get mentioned.


let me know

Thanks

NG AKA HTF

~*~oOo~*~ <--- You can look but you cant touch!!!!

Donny_king

[Avatar]

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

Sorry bro I haven't any knowledge about Photoshop but I thought I'd bump this thread up.

[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