Server Crashed (+ rep)
#1

Код HTML:
[20:03:20] [debug] Server crashed while executing gm.amx
[20:03:20] [debug] AMX backtrace:
[20:03:20] [debug] #0 00530e4c in public PlaceADDS () at D:\server\gm.pwn:91071
[20:03:20] [debug] Native backtrace:
[20:03:20] [debug] #0 f745ee8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[20:03:20] [debug] #1 f7457bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[20:03:20] [debug] #2 f7458dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[20:03:20] [debug] #3 f7459226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[20:03:20] [debug] #4 f745eadc in ?? () from plugins/crashdetect.so
[20:03:20] [debug] #5 f774e410 in ?? ()
Код HTML:
forward PlaceADDS();
public PlaceADDS()
{
    if(strlen(AdvMSG[0]) > 1) SendClientMessageToAll(COLOR_GREEN, AdvMSG[0]);
    for(new i = 0; i < sizeof(AdvMSG); i++)
    {  ->>>>>>>>>>>>>>>> LINE 91071
		if(i < sizeof(AdvMSG)-1)
		{
		    format(AdvMSG[i],256,"%s",AdvMSG[i+1]);
		    format(AdvMSG[i+1],256," ");

		    format(AdvPlayer[i],24,"%s",AdvPlayer[i+1]);
		    format(AdvPlayer[i+1],24," ");
		}
    }
	return 1;
}
Reply


Messages In This Thread
Server Crashed (+ rep) - by Nin9r - 02.07.2017, 17:16
Re: Server Crashed (+ rep) - by Sgt.TheDarkness - 03.07.2017, 04:26
Re: Server Crashed (+ rep) - by iKarim - 03.07.2017, 19:45
Re: Server Crashed (+ rep) - by Nin9r - 04.07.2017, 17:27
Re: Server Crashed (+ rep) - by iKarim - 04.07.2017, 20:11

Forum Jump:


Users browsing this thread: 1 Guest(s)