What making server crash?
#9

PHP 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;
}
public 
OnGameModeInit()
{
    
IRC_g_OUS funcidx("IRC_OUS") != -1;
    if (
funcidx("IRC_OnGameModeInit") != -1)
    {
        return 
CallLocalFunction("IRC_OnGameModeInit""_"); //this line (200)
    
}
    return 
1;

Does it work like this?

I think this was the mistake:
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: 3 Guest(s)