show me the error wrong in this code
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Switch Server"
#define VERSION "1.0"
#define AUTHOR "pRo"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /ss", "sw_server")
}
public event_newround(id)
{
client_print(id, print_chat, "[Server] Say: /ss to switch server")
}
public sw_server(id)
}
console_cmd(id, connect vuagames.net:27015)
{