View Single Post
  #83  
Old 08-24-2004, 09:06 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by fataldelay
in response to wiz,

no im not high..

Wiz, melwin, and le and a few work hard on this project.. too hard i believe..

but sometimes you guys do have that attitude..

so.. i just really think you guys should close the source.. make your own servers.. have people play on your servers.. and leave it at that..

it would solve problems in the long run.. close the forums, support.. everything..

sorry but it does solve alot of things in the long run..

pick and choose who you want to have the source.. keep it from everyone else..

/shrugs
Personally, I'd rather play on EQLive if we only had a couple servers to choose from and it was closed source.
__________________
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.