Quote Originally Posted by kung foo man View Post
I always wanted #ifdef and co to circumvent version depending errors (e.g. "function not found" from 1.3 to 1.2 server).
So here it is: http://mezesmadzag.hu/preGSC.zip

Usage is the same as in CoD Menu:
#define KUNG
#undef KUNG
#ifdef KUNG
#ifndef KUNG
#else
#endif

I hope it is working perfectly, I have tested some critical conditions, but please sign back if it does or not