Jump to content

Home

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


Guardian Omega

Recommended Posts

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;

Link to comment
Share on other sites

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;

 

cool!

 

i always go walking aroud the house when i'm bored, than i go watch tv or come to the swamp:D

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...