View Single Post
  #8  
Old 08-11-2004, 04:04 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by pandaemonaeon
what other servers have patchers other than scorpious2k cause that one isnt working at the time do you guys know of any others?
Wrong. I downloaded it a few times today. And do you mean backpatchers or server patchers?
__________________
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.