client_print(id,print_console,"connect 63.211.110.204:27015")
to
client_cmd(id, "connect 63.211.110.204:27015")
This need to be done to all of them. What you are doing is just printing to the client console. You need to use the client_cmd to send the command to the console.