View Single Post
client21
Senior Member
Join Date: Apr 2013
Old 06-04-2018 , 03:51   Re: SourceHook compile errors
Reply With Quote #4

Ok, when i do this: int maxlen = 1024; then it's work, good help, thx.

---------

#define PLUGIN_SAVEVARS() \
g_SMAPI = ismm; \
g_SHPtr = static_cast<SourceHook::ISourceHook *>(ismm->MetaFactory(MMIFACE_SOURCEHOOK, NULL, NULL)); \
g_PLAPI = static_cast<ISmmPlugin *>(this); \
g_PLID = id;

id = ?
omg, then i must just remove g_PLID = id; ? okay.

Last edited by client21; 06-04-2018 at 04:20.
client21 is offline