Hola amigos, ¿puedes ayudarme, cómo harías un código para eliminar a un jugador del juego? pun2

Options
Hello friends, can you help me, how would you make a code to eliminate a player from the game? pun2 unity

Comments

  • Tobias
    Options
    Have a look at PhotonNetwork.CloseConnection(Player).
    If you run into malicious users, they might hack the client to ignore this. with a server plugin, this can be improved (but running plugins on the server is more expensive, so this is a compromise).