Crash Detect - 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 Detect (
/showthread.php?tid=355078)
Crash Detect -
Kyle - 28.06.2012
Hi, I've been getting this issue with crashdetect, when it says the function I go and add it in the script and return 1; But always gives off a new function.
It was:
Код:
[15:37:03] [debug] #0 ???????? in public OnPlayerTakeDamage () at C:\Users\Kyle\Desktop\Scripting\gamemodes\CNRV2.pwn:25499
[15:37:04] [debug] Run time error 6: "Invalid instruction"
[15:37:04] [debug] Unknown opcode 0x7800 at address 0xFFFFFFFF
[15:37:04] [debug] Backtrace:
Then
[21:15:23] [debug] #0 ???????? in public OnUnoccupiedVehicleUpdate () at C:\Users\Kyle\Desktop\Scripting\gamemodes\CNRV2.pwn:25509
[21:15:23] [debug] Run time error 6: "Invalid instruction"
[21:15:23] [debug] Unknown opcode 0x7800 at address 0xFFFFFFFF
[21:15:23] [debug] Backtrace:
and now OnRconCommand... What to do?
Re: Crash Detect -
Strech - 28.06.2012
I recommend you to remove this crash detect shit.It's crap if you ask me.Doesn't help at all.
Re: Crash Detect -
dannyk0ed - 28.06.2012
Quote:
Originally Posted by Strech
I recommend you to remove this crash detect shit.It's crap if you ask me.Doesn't help at all.
|
You say everything is crap,
Crashdetect sucks,
MySQL sucks.
Do you know what sucks? You using big letters and different colors, so stupid tbh
Re: Crash Detect -
Vince - 28.06.2012
Recompile the script with -d3 compiler option. That should replace the question marks (and potentially addresses) with named functions. Create a file called 'pawn.cfg' in the Pawno directory with contents
-d3.