Thread: IClient
View Single Post
Contf
Junior Member
Join Date: Jun 2013
Old 10-03-2019 , 10:06   Re: IClient
Reply With Quote #3

Hi, thanks for the reply.

I based my code from here:

https://github.com/alliedmodders/sou...ager.cpp#L1982

That method is called from PlayerManager::OnClientConnect, thats what i did
The server crash's exacly on this line, i make sure of that putting some debug print's

IClient *pClient = static_cast<IClient *>(pNetChan->GetMsgHandler());

Last edited by Contf; 10-03-2019 at 10:08.
Contf is offline