Thread: Disconected
View Single Post
  #6  
Old 08-13-2004, 06:06 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by hypershadow66
He is connecting to other peoples servers, not his own.
Oops, I just assumed ^.^

As I said, if you patched you cannot play.

And um.
Quote:
holy shit how i sware i did not copy that fucking a that scary as shit
I have no idea what that means.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.