You can test that even if it's useless to install a plugin to do what you want ...
Code:
#include < amxmodx >
public plugin_init( )
{
register_concmd( "changelevel" , "fwChangeLevel" );
}
public fwChangeLevel( )
{
return PLUGIN_HANDLED_MAIN;
}
I don't know if that can works.
__________________