What making server crash?
#8

from zcmd.inc (51)
Code:
public OnGameModeInit()
{
	zcmd_g_HasOPCS = funcidx("OnPlayerCommandReceived") != -1;
	zcmd_g_HasOPCE = funcidx("OnPlayerCommandPerformed") != -1;
	if (funcidx("zcmd_OnGameModeInit") != -1)
	{
		return CallLocalFunction("zcmd_OnGameModeInit", ""); //this line (51)
	}
	return 1;
}
from irc.inc (line 200)
Code:
public OnGameModeInit()
{
	IRC_g_OUS = funcidx("IRC_OUS") != -1;
	if (funcidx("IRC_OnGameModeInit") != -1)
	{
		return CallLocalFunction("IRC_OnGameModeInit", ""); //this line (200)
	}
	return 1;
}
Reply


Messages In This Thread
What making server crash? - by IamPuzo - 05.07.2016, 16:09
Re: What making server crash? - by Alpay0098 - 05.07.2016, 16:11
Re: What making server crash? - by IamPuzo - 05.07.2016, 16:48
Re: What making server crash? - by IamPuzo - 06.07.2016, 06:07
Re: What making server crash? - by Mencent - 06.07.2016, 07:14
Re: What making server crash? - by IamPuzo - 06.07.2016, 08:27
Re: What making server crash? - by Mencent - 06.07.2016, 08:31
Re: What making server crash? - by IamPuzo - 06.07.2016, 08:51
Re: What making server crash? - by Mencent - 06.07.2016, 08:54
Re: What making server crash? - by IamPuzo - 06.07.2016, 09:02

Forum Jump:


Users browsing this thread: 4 Guest(s)