SA-MP Forums Archive
[HELP] debuged error in loadaccount - 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: [HELP] debuged error in loadaccount (/showthread.php?tid=520571)



[HELP] debuged error in loadaccount - Luca12 - 19.06.2014

Hello I was get error in public LoadAccount and this is all from server log

[17:05:00] [debug] Run time error 6: "Invalid instruction"
[17:05:00] [debug] Unknown opcode 0x80000000 at address 0x00000020
[17:05:00] [debug] AMX backtrace:
[17:05:00] [debug] #0 00000020 in public LoadAccount () at C:\Users\Barcelona\Desktop\GURP MYSQL Gamemode v4.0.0\pawno\include\float.inc:109

and when are second player enter it show the same error just diffrent line in pawno include and in float.inc is 115 line

there is this lines from float.inc

stock Floatperator-(Floatper)
return oper^Float:cellmin; ---> this is line 109


stock Floatperator/(Floatper1, oper2)
return floatdiv(oper1, float(oper2)); ---> this is line 115


Re : [HELP] debuged error in loadaccount - S4t3K - 19.06.2014

What do you expect by using the symbol "^".

There's "floatpow()" for the powers but if it's not that, I simply don't understand what you try to do.


Re: [HELP] debuged error in loadaccount - Luca12 - 19.06.2014

I try nothing to do I just give you the lines where it error showing and I never look that float inc until today


Re: [HELP] debuged error in loadaccount - Luca12 - 20.06.2014

anyone? thanks


Re: [HELP] debuged error in loadaccount - Luca12 - 21.06.2014

anyone? thanks


Re: [HELP] debuged error in loadaccount - Luca12 - 22.06.2014

Anyone.