public void 頭(string item,string itemseed)
{
if(photonView.isMine)
{
photonView.RPC("頭2", PhotonTargets.AllBuffered, item,itemseed);
}
}

にしてみなさい