View Single Post
  #4  
Old 01-06-2006, 07:48 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Dont make claims you cant backup. I guess i'll have to come on your server and see how "close" it is.
Devnoob: That goes for you too. Perhaps they do have a very similar database? Seeing as you've stated you've never played on the server, you can't exactly back up that claim either.
__________________
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.
Reply With Quote