22.02.2015, 00:57
Is my Saving Script normal?
I always got this debug error from crashdetect.
In this case.
function SavingData is my Saving Script.
And my server shutting down.
This last debug from Debug log before server shutting down.
I always got this debug error from crashdetect.
pawn Код:
[14:50:16] [debug] #0 native mysql_query () [b7441b50] from mysql.so
[14:50:16] [debug] #1 00088034 in public SavingData (0x00000023) from script.amx
[14:50:16] [debug] #2 000e2374 in public Audio_OnPlayerDisconnect (0x00000023, 0x00000001) from script.amx
[14:50:16] [debug] #3 native CallLocalFunction () [080dce40] from scriptserver
[14:50:16] [debug] #4 0000b928 in public SSCANF_OnPlayerDisconnect (0x00000023, 0x00000001) from script.amx
[14:50:16] [debug] #5 000059b8 in public Itter_OnPlayerDisconnect (0x00000023, 0x00000001) from script.amx
[14:50:16] [debug] #6 native CallLocalFunction () [080dce40] from scriptserver
[14:50:16] [debug] #7 00001834 in public Streamer_OnPlayerDisconnect (0x00000023, 0x00000001) from script.amx
[14:50:16] [debug] #8 000006f0 in public OnPlayerDisconnect (0x00000023, 0x00000001) from script.amx
function SavingData is my Saving Script.
And my server shutting down.
This last debug from Debug log before server shutting down.
pawn Код:
[19:37:07] CMySQLHandler::Query(UPDATE playerdata SET Skills='0|0|0|0|0|0', Wea$...bla...bla.... - - An error has occured. (Error ID: 2013, Lost connection to MySQL server during query)
[19:37:07] >> mysql_real_escape_string( Connection handle: 1 )