Quote Originally Posted by Ch40zz-C0d3r View Post
Ok man.
So, first you need to ini the main class(here g_LTClient). Addy should be clear :O
Than, you do this:
Lookup the inline void Init in the classes and make the code look like mine:

Code:
g_LTClient = *(CLTClient**)LTClient; //Ini mainclass
g_CommonLT = g_LTClient->Common();
LTRESULT nResult = g_CommonLT->CreateMessage(pMsg);
if (nResult == LT_OK)
	m_pMsg = pMsg;
//ASSERT(nResult == LT_OK); <- done needed here ;)
Please, thank me for this post
Please don't spoonfeed code that could be used for a feature like server crasher. Just explain it, and make him write his own.