C# server-side : get Player serverId?

Hello everyone ,

i wonder how i can check the player server id on server side,
i get the player serverId from client side , i send an event with that in parameter but from server-side dll , i find nothing from the PlayersList or Player class for get the serverId and be able to compare with the one i send in param.

ok nevermind ,i found it , if anyone wonder , the class PlayerList take a string or a int as key and return the player, so the int is the server id.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.