Hi . i can some help you . this plugin every round change the sv_password .
PHP Code:
#include <amxmodx>
public plugin_init()
{
register_plugin("sv_unlag roundly","1","V.")
register_logevent("LogEvent_Round_Start", 2, "1=Round_Start")
}
public LogEvent_Round_Start()
{
server_cmd("sv_password "place the pw")
return PLUGIN_CONTINUE
}
Change the place and compile in amx mod x . Is this good for you ??