Decipher this? Please? - 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: Decipher this? Please? (
/showthread.php?tid=453433)
Decipher this? Please? -
DJ_Shocker - 24.07.2013
I've recently been having issues with my server crashing.
So I loaded up the latest version of CrashDetect.
However, I can't decipher this, or understand this at all. Was wondering if someone could assist with this:
Код:
[15:48:40] [debug] Server crashed while executing sugaming.amx
[15:48:40] [debug] AMX backtrace:
[15:48:40] [debug] #0 00000074 in public ABroadCast (0xffffffaa, 0x02187f28, 0x00000001) from sugaming.amx
[15:48:40] [debug] #1 001c8e64 in ?? (0x00000000, 0x0215c1e8, 0x00000010, 0x02188040, 0x00385890, ... <3 arguments>) from sugaming.amx
[15:48:40] [debug] #2 00000074 in public cmd_anticheat () from sugaming.amx
[15:48:40] [debug] #3 native CallLocalFunction () [080d2870] from samp03svr
[15:48:40] [debug] #4 00011dcc in public OnPlayerCommandText (0x00000004, 0x0215c1bc) from sugaming.amx
Re: Decipher this? Please? -
Basssiiie - 24.07.2013
It's in the main post of the
plugin you're using. It's a link to
this post:
Quote:
Originally Posted by 0x5A656578
Setting compiler options via pawno\settings.ini doesn't work for some reason, but you can create a file "pawn.cfg" in pawno directory and specify compiler options there, i.e like in this topic:
https://sampforum.blast.hk/showthread.php?tid=249897
Note that you need -d3 as I mentioned in the first post (maybe -d2 will work too - I didn't check)
Thanks, let us know if it helped you 
|
Don't forget to recompile your script after adding this option.
Edit: And the answer is also stated on the
download page, under the FAQ.
Re: Decipher this? Please? -
DJ_Shocker - 24.07.2013
Ok they said pawno.cfg
I had settings.ini with the -d3 already in there. I'm going to attempt the pawno.cfg and see what happens
Thanks