26.01.2019, 12:22
(
Last edited by None1337; 26/01/2019 at 06:46 PM.
)
So, i have this function
And i'm receving something like that:
Why?
EDIT: New i'm getting also like that in server_log
and the OnRuntimeError is called:
Code:
public OnQueryError( errorid, error[ ], callback[ ], query[ ], connectionHandle )
{
print( "====================================================================" );
printf( "Error ID: %d, Error: %s", errorid, error );
printf( "Callback: %s", callback );
printf( "gQuery: %s", query );
printf( "Handle: %d", connectionHandle );
print( "====================================================================" );
return 1;
}
Code:
[20:51:28] ==================================================================== [20:51:28] Error ID: 4, Error: [20:51:28] Callback: [20:51:28] gQuery: [20:51:28] Handle: 0 [20:51:28] ====================================================================
EDIT: New i'm getting also like that in server_log
Code:
16:08:44] ====================================================================
[16:08:44] Error ID: 14, Error:
[16:08:44] Callback: "!#%$&('–)*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”)
[16:08:44] gQuery:
[16:08:44] ====================================================================
[16:08:44] ====================================================================
[16:08:44] Error ID: 14, Error:
[16:08:44] Callback:
[16:08:44] gQuery:
[16:08:44] Handle: 0
[16:08:44] ====================================================================
[16:08:44] ====================================================================
[16:08:44] Error ID: 14, Error:
[16:08:44] Callback:
[16:08:44] gQuery:
[16:08:44] Handle: 0
[16:08:44] ====================================================================
Code:
[debug] OnRuntimeError(18, true) [debug] OnRuntimeError(18, true) [debug] OnRuntimeError(14, true) [debug] OnRuntimeError(14, true) [debug] OnRuntimeError(14, true)


