Master TK Platinian Jul 22, 2024 #1 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() { }
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() { }
Numark Awesome Active Platinian Aug 9, 2024 #2 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")); Upvote 0 Downvote
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"));