• Get gamedll
    0 replies, posted
how to get gamedll? I try: [code] IServerGameDLL *gamedll = NULL; CreateInterfaceFn engineFactory = Sys_GetFactory("server.dll"); gamedll = (IServerGameDLL *)engineFactory(INTERFACEVERSION_SERVERGAMEDLL, NULL); printf( gamedll->GetGameDescription() ); [/code] Compile work, but the server crash.
Sorry, you need to Log In to post a reply to this thread.