As long it's both "ancient hi-tech" and not Atlantis, I'm satisfied

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: Da_Elf on Sun 21/01/2007 01:51:52
here is the real question now. how many of these "companies" are real companies. with the registration paid and logos and titles copyrighted?
Quote from: FSi on Mon 15/01/2007 20:58:32Quote from: Akatosh on Thu 11/01/2007 17:17:38
/EDIT: Also rated AWIDT. The worst I've ever played, and that guy actually rated his own game best-possible.
Umm, actually it was me making out a bad joke.
int distancey=player.y-cTrac.y;
float dy=IntToFloat(distancey*distancey);
distancey=FloatToInt(Maths.Sqrt(dy));
int distancex=player.x-cTrac.x;
float dx=IntToFloat(distancex*distancex);
distancex=FloatToInt(Maths.Sqrt(dx));
int distance=distancex-distancey;
float d=IntToFloat(distance*distance);
distance=FloatToInt(Maths.Sqrt(d));
if (IsTimerExpired(1)){
PlaySound(0);
//determine distance
SetTimer(1, distance/2);
Quote from: Barbarian on Sat 20/01/2007 14:56:21
And thanks for sharing your picture, you're really quite attractive.
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.399 seconds with 15 queries.