on the client:
function clientCmdTurn(%flag)
{
yaw(%flag);
}
on the server:
function GameConnection::Turn(%this,%flag)
{
commandToClient(%this,'turn',%flag);
}
findClientByName(Greek2me).turn(50);
Keep in mind that this is very impractical, because the client needs a mod in order for it to work.