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=486815)



Crash... - NeroX98 - 10.01.2014

Hi guys

Today my server crushed and luckily i had activated crashdetect plugin before...

This is what crashdetect printed when the server crashed:
Код:
[17:06:03] [debug] Server crashed while executing TRPG.amx
[17:06:03] [debug] AMX backtrace:
[17:06:03] [debug] #0 00000074 in ?? (... <29 arguments>) at C:\Users\PC\Desktop\Tomato Roleplay Server\pawno\include\float.inc:108
[17:06:03] [debug] #1 00000074 in public OnPlayerCommandText () at C:\Users\PC\Desktop\Tomato Roleplay Server\pawno\include\float.inc:108
There is no OnPlayerCommandText in the float.inc...

Line 108 in float.inc
Код:
stock Float:operator-(Float:oper)
    return oper^Float:cellmin;                  /* IEEE values are sign/magnitude */



Re: Crash... - Mr.Faqahat - 10.01.2014

Well in
Код:
[17:06:03] [debug] #1 00000074 in public OnPlayerCommandText () at C:\Users\PC\Desktop\Tomato Roleplay Server\pawno\include\float.inc:108
Doesn't Mean its in float.inc the server crashed while executing a function of float.inc in your GameMode TRPG.amx under OnPlayerCommandText ()