hi
show me these errors in the logs:
PHP Code:
L 04/18/2012 - 09:39:28: [MySQL] Invalid handle: 0
L 04/18/2012 - 09:39:28: [AMXX] Displaying debug trace (plugin "admin5.amxx")
L 04/18/2012 - 09:39:28: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 04/18/2012 - 09:39:28: [AMXX] [0] admin5.sma::plugin_end (line 2867)
Code:
PHP Code:
new Handle:tuple, Handle:connection
public plugin_end()
{
// Close tuple
// SQL_FreeHandle(tuple)
SQL_FreeHandle(connection) // Line 2867
TrieDestroy(t_pj)
#if defined USE_PARTY
TrieDestroy(t_party)
#endif
}
Because this error occurs?