View Single Post
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 02-04-2020 , 01:55   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #416

Now the extension is autoloaded at server start, still the same error as previously. By the way the extension was not loading because there is a problem with the plugin.

edit : had to remove these line and now the plugin load but still need to test it.

Quote:
if (!STEAMWORKS_AVAILABLE() && !STEAMTOOLS_AVAILABLE() && !SOCKET_AVAILABLE())
{
SetFailState("%T", "Error_Extension_Required", LANG_SERVER);
}

Format(desc, sizeof(desc), "%T", "ConVar_Version", LANG_SERVER);
CreateConVar("sm_vacbans_version", PLUGIN_VERSION, desc, FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);

Whitelist and reset cache is not working (sourcemod 1.10 btw) :

04/02/2020 08:46:02: [SM] Exception reported: Invalid database Handle 0 (error: 4)
04/02/2020 08:46:02: [SM] Blaming: vacbans.smx
04/02/2020 08:46:02: [SM] Call stack trace:
04/02/2020 08:46:02: [SM] [0] Database.Query
04/02/2020 08:46:02: [SM] [1] Line 354, plugin.sp::Command_Reset

04/02/2020 08:46:44: [SM] Exception reported: Invalid database Handle 0 (error: 4)
04/02/2020 08:46:44: [SM] Blaming: vacbans.smx
04/02/2020 08:46:44: [SM] Call stack trace:
04/02/2020 08:46:44: [SM] [0] Database.Query
04/02/2020 08:46:44: [SM] [1] Line 400, plugin.sp::Command_Whitelist

04/02/2020 08:47:41: [SM] Exception reported: Invalid database Handle 0 (error: 4)
04/02/2020 08:47:41: [SM] Blaming: vacbans.smx
04/02/2020 08:47:41: [SM] Call stack trace:
04/02/2020 08:47:41: [SM] [0] Database.Query
04/02/2020 08:47:41: [SM] [1] Line 378, plugin.sp::Command_Whitelist

Last edited by JLmelenchon; 02-06-2020 at 09:32.
JLmelenchon is offline