SA-MP Forums Archive
Crash - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Crash (/showthread.php?tid=622867)



Crash - Micko123 - 27.11.2016

Код:
[15:36:29] [debug] Server crashed while executing ZGRPG.amx
[15:36:29] [debug] AMX backtrace:
[15:36:29] [debug] #0 native CallLocalFunction () [080dfac0] from samp03svr
[15:36:29] [debug] #1 0000870c in public OnPlayerCommandText (0x00000003, 0x01fef588) from ZGRPG.amx
[15:36:29] [debug] Native backtrace:
[15:36:29] [debug] #0 b741ea4b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[15:36:29] [debug] #1 b7419c92 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[15:36:29] [debug] #2 b741a87c in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[15:36:29] [debug] #3 b741ad26 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[15:36:29] [debug] #4 b741e69c in ?? () from plugins/crashdetect.so
[15:36:29] [debug] #5 b7753600 in ?? ()
[15:36:29] [debug] #6 080dfcfc in ?? () from ./samp03svr
[15:36:29] [debug] #7 080950e4 in ?? () from ./samp03svr
[15:36:29] [debug] #8 b741756c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[15:36:29] [debug] #9 b741d6d8 in ?? () from plugins/crashdetect.so
[15:36:29] [debug] #10 b7420dce in amx_Exec () from plugins/crashdetect.so
There isn't OnPlayerCommandText. I am using IZCMD


Re: Crash - BrianFaria - 27.11.2016

Show the code of the entire OnPlayerCommandText callback


Re: Crash - Micko123 - 27.11.2016

There isn't one m8.. read it.


Re: Crash - BrianFaria - 27.11.2016

I do not understand much since I do not speak English, I'm Spanish, but I try to understand you, explain me in more detail please.


Re: Crash - Micko123 - 27.11.2016

Friend sent me this to try to help him. He doesn't have OnPlayerCommandText callback in his GM but it is showing it in log..


Re: Crash - Threshold - 27.11.2016

So, there are no commands at all in your gamemode?


Re: Crash - Micko123 - 27.11.2016

god..
Код:
There isn't OnPlayerCommandText. I am using IZCMD
But don't worry it is fixed..


Re: Crash - Threshold - 27.11.2016

If you have commands on your server, there IS an OnPlayerCommandText...


Re: Crash - Micko123 - 27.11.2016

There isn't callback directly in GM called OnPlayerCommandText.. It is deleted.. Gone.. Vanished. Dissapeared...


Re: Crash - Threshold - 27.11.2016

And you say you use IZCMD... which uses... OnPlayerCommandText.