Пример #1
0
void CInputProcessor::Pong(LPDESC d)
{
	d->SetPong(true);

#ifdef ENABLE_LIMIT_TIME
#endif
}
Пример #2
0
void CInputProcessor::Pong(LPDESC d)
{
	d->SetPong(true);

	extern bool Metin2Server_IsInvalid();

#ifdef ENABLE_LIMIT_TIME
	if (Metin2Server_IsInvalid())
	{
		extern bool g_bShutdown;
		g_bShutdown = true;
		ClearAdminPages();
	}
#endif
}
Пример #3
0
void CInputProcessor::Pong(LPDESC d)
{
	d->SetPong(true);
}