Very cool.
Thanks!
Thanks!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: MillsJROSS on Sun 03/04/2005 01:23:23
On a lighter side, though. My roomate made fun of me, and said he'd never been in an accident, so the next day someone rams into his car.
Quote from: magintz
The only thing that i'm thinking about, what do we do when someone says "is the pope polish"?
Quote from: Snarky on Sat 02/04/2005 04:50:45
The film is getting a slating, too.
Quote from: AGA on Fri 01/04/2005 12:48:32
Pff, if you want grammar policing, I suggest you look up the proper meaning of nemesis.
Quote from: kristofski on Thu 31/03/2005 13:02:33
Most of them you can't download, they go to a page not found site, and the rest of the site isn't working either.
int turnOnVolumeGui = 0;
int turnOffVolumeGuiCounter = 0;
function rep_ex_always()
{
if (turnOnVolumeGui == 1)
{
turnOnVolumeGui = 0;
GUIOn(VOLUME);
turnOffVolumeGuiCounter = 3*GetGameSpeed(); // 3 seconds
}
else
{
if (turnOffVolumeGuiCounter > 0)
{
turnOffVolumeGuiCounter--;
if (turnOffVolumeGuiCounter <= 0)
{
GUIOff(VOLUME);
}
}
}
}
Quote from: Mr Flibble on Sat 26/03/2005 22:30:12
Well I watched it, and I thought it was great.
Evil, is Red Dwarf really as popular in America as the DVD commentaries would have us believe?
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.202 seconds with 20 queries.