Send event to all players including sender: OpRaiseEvent + send back to sender?

Options
Hi!

Is there any way to send event via 'OpRaiseEvent' to all players including the sender?

Another words, Photon cloud send back origin event to sender.

Alex

Comments

  • vadim
    Options
    Hi,

    Yes, set 'Receivers' option to ReceiverGroup.All when calling OpRaiseEvent.
  • Thank you, Vadim!

    p.s. don't understand where were my eyes before ask the question )
  • Trixer
    Options
    Use Others for everyone but sender, also remember the sender is gonna fire the event instantly, which also might not be what you want. There is a target that will make it go through the server first.. I think its AllServer. So basically it means that the event gets sent ot everyone at mostly the same time.