Jump to content

Home

When you get bored.............


Guardian Omega

Recommended Posts

Originally posted by ASk

void GetLife(gentity_t *, life *);
gentity_t *ASk;
life *lifePtr;

void GetLife(gentity_t *ent, life *ptr)
{

   if(ent->client->bored && !ent->client->dead)
               ent->client.wank();
   AssignLifeToEntity(ent, ptr);
}


 

When I'm really bored, GetLife(ASk, lifePtr) gets executed;

 

ah the true sign of a programming geek...explains thought in code....sad part is, I understand what that says...I hate C++....

 

Originally posted by Darth Groovy

Make big rocks into little rocks.

 

what is that from....it is so familiar, yet I can't put my finger on it....

Link to comment
Share on other sites

Originally posted by Darth Homer

 

 

what is that from....it is so familiar, yet I can't put my finger on it....

 

O Brother, Where art thou?

 

 

;)

 

 

 

I also like to Masticate when I am bored.

 

 

(chew, you perverts, chew) :D

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...