public status1(id)
{
server_cmd(id,"status")
console_print(id,arg) => like that it prints rcon say , but not stats or status
return PLUGIN_HANDLED;
}
So how it should look to print out status to users console , who requests it.
P.S. i dont need cmdWho code , just need to print out sent command to server console to the user who requested it.