←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Crashe serwera

Zablokowany

Twinovsky - zdjęcie Twinovsky 05.01.2011

Co jakis czas mój serwer się crashuje. W error_logach znalazłem to:

L 01/05/2011 - 14:26:33: Start of error session.
L 01/05/2011 - 14:26:33: Info (map "de_cbble") (file "addons/amxmodx/logs/error_20110105.log")
L 01/05/2011 - 14:26:33: [MySQL] Invalid handle: 0
L 01/05/2011 - 14:26:33: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "SQL_FreeHandle") - debug not enabled!
L 01/05/2011 - 14:26:33: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/05/2011 - 14:26:36: Start of error session.
L 01/05/2011 - 14:26:36: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110105.log")
L 01/05/2011 - 14:26:36: [MySQL] Invalid handle: 0
L 01/05/2011 - 14:26:36: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "SQL_FreeHandle") - debug not enabled!
L 01/05/2011 - 14:26:36: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/05/2011 - 17:03:36: Start of error session.

Jeżeli zmienie w pluginie amxbans funkcje plugin_end()na:


public plugin_end()
{
if (g_SqlX)
SQL_FreeHandle(g_SqlX)
}


i skompiluje nie mogę wtedy dać bana z własnym powodem
Odpowiedz
Zablokowany