VincentS's Recent Forum Activity

  • Thanks, also I had a space after after the comma which would make my second property ignored btw.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I can't get custom properties to work, maybe I missed something.

    When a player joins or leave I do:

    Set custom property "team1" of my room to Team1Count

    Set custom property "team2" of my room to Team2Count

    When I log to console int(Photon.PropertyOfMyRoom("team1")) I get the correct value.

    When I get the room list I want to check team1 and team2 values before joining a room.

    I do a System.Repeat on Photon.RoomCount

    and tried to log

    int(Photon.RoomProperty(Photon.RoomNameAt(loopindex), "team1"))

    or

    int(Photon.RoomProperty("team1", Photon.RoomNameAt(loopindex)))

    but I always get 0.

    Are the parameters wrong or is it something else?

    Thanks a lot!

VincentS's avatar

VincentS

Member since 14 Sep, 2017

None one is following VincentS yet!

Trophy Case

  • 7-Year Club
  • Email Verified

Progress

8/44
How to earn trophies