Advanced Sessions Plugin

[quote=“TheFlow3k, post:2671, topic:30020”]

Should be the same as “get unique Net ID From Player State” with or in a replicated player state, right?

Any idea why calling “get unique Net ID From Player State” is giving me “ERROR BAD UNIQUE NET ID”?

  • Steam Is running of course
  • Also I can create steam sessions and find steam sessions
  • I also see the Steam Overlay
  • But I wondering why I get this message for “get unique Net ID From Player State” :frowning:
    See attachment. The nodes you see are in a player state of the local running player (listen server self in my last test case).

You’re not passing anything to “Get Unique Net IDFrom Player State” it doesn’t automatically pull self if it’s called inside the Playerstate, you need to give it the “Self” reference so it knows which PlayerState to use.