Remove 'new' before g_Vault since you have already defined this variable globally.
PHP Code:
public plugin_cfg()
{
new g_Vault = nvault_open( "ClassIdByBoopsys" );
if ( g_Vault == INVALID_HANDLE )
set_fail_state( "Error opening nVault" );
}
It is correctly defined here.
PHP Code:
#include <CromChat>
#include <hamsandwich>
new g_Vault;
new g_szAuthID[33][35];
__________________