Help! ImGui PhotonNetwork

Master TK

Platinian
Does anyone know if it's possible to link the list of players to names so I can send off or perform a role for a specific player?

public static Player[] get_PlayerListOthers() { }
public static string get_NickName() { }
 
Not exactly, I doubt that it will work. Depending on some games because every game is different. You can only set_nickName to your own local player.

set_nickName(localPlayer, il2cppString("CustomSpoofName"));
 
Back
Top Bottom