Hi bro i found some news loggins with debug, so hope u can check it and tell what it is:
ttt_loggin
PHP Code:
L 03/19/2015 - 07:53:47: [AMXX] Displaying debug trace (plugin "ttt_logging.amxx", version "2.5.1")
L 03/19/2015 - 07:53:47: [AMXX] Run time error 10: native error (native "get_pcvar_string")
L 03/19/2015 - 07:53:47: [AMXX] [0] ttt_logging.sma::plugin_end (line 44)
Line 44 from ttt_login:
PHP Code:
public plugin_end()
{
new mapname[32];
get_pcvar_string(get_cvar_pointer("amx_nextmap"), mapname, charsmax(mapname)); // Line 44
_ttt_log_to_file(LOG_DEFAULT, "amx_nextmap is %s", mapname);
}
ttt_antiretry_system (this i think is the same to the ttt_stats_system, but anyway i put here to ask u)
PHP Code:
L 03/19/2015 - 07:53:47: [AMXX] Displaying debug trace (plugin "ttt_antiretry_system.amxx", version "2.5.1")
L 03/19/2015 - 07:53:47: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/19/2015 - 07:53:47: [AMXX] [0] ttt_antiretry_system.sma::plugin_end (line 28)
Line 28 from ttt_antiretry_system:
PHP Code:
public plugin_end()
{
table_clear();
SQL_FreeHandle(g_pSqlTuple); // Line 28
}
Also in my web console from the hosting, when startup the server or a change map is coming, show this lines:
PHP Code:
Couldn't find option(s) with such variable (name "PlayerName")
I dont know if that line is because the "amx_statscfg off PlayerName" in the ttt_mod.cfg, anyways thanks in advanced for any info about the logs.
For aditional information for you, i have the followings .amxx paused:
nextmap.amxx
mapchooser.amxx
statsx.amxx
csstats.amxx
micstats.amxx