Quote:
Originally Posted by pittbull23701
hmm ima make an item editor for those who use irc. ganna make it via dialog all i ask inreturn is to be unbaned from irc and forums i mean evading is thrilling n all but annoying and kinda degrading to the admins anyway ill release a flexable updateable item maker done in mirc scripting if im unbaned 
|
Well, mangoo is already working on Item Editor 3.0, and raw queries work better than Item Editors in my experience 
__________________
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.
|