how to Photon Server call this function sometime?

Options
JackyAdljh
edited July 2017 in Photon Server
Hello every body, sorry my english was bad.

I have a issue, I want Photon Server auto send event or operation for client. Example 5h PM every day, the Server going to call event Lottery for client.

I was saw more topic about Photon Server in forum (auto update in Photon Server, how to create bots as players) but I dont have a answer that can resolve this issue. Help me.

Comments

  • chvetsov
    Options
    hi, @JackyAdljh

    this can be done in two ways:
    1. you update loadbalancing code and host it your self
    2. you use plugins. in this case you still may host it your self or order an enterprise cloud

    best,
    ilya
  • JackyAdljh
    edited July 2017
    Options
    hi, @chvetsov
    thank sir, but seen your answer does not match my question. :neutral:

    my issue is:
    How to Photon Server call lottery function at 5PM everyday?
    Help me, I need resolve this issue to make lottery everyday in mygame.
  • chvetsov
    Options
    Photon itself does not have anything built in
    but you may use RequestFiber.Schedule to execute something in rooms fiber at some time

    best,
    ilya