19.06.2014, 14:47
(
Последний раз редактировалось Luca12; 19.06.2014 в 16:03.
)
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 Float
perator-(Float
per)
return oper^Float:cellmin; ---> this is line 109
stock Float
perator/(Float
per1, oper2)
return floatdiv(oper1, float(oper2)); ---> this is line 115
[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 Float


return oper^Float:cellmin; ---> this is line 109
stock Float


return floatdiv(oper1, float(oper2)); ---> this is line 115