There are members in my cooperative. Each member has an ID number. For some members, the eject button is not active, so I cannot remove them from the cooperative. To remove such members, when I remove the member whose eject button is active, I want to change the ID number of the member whose eject button is not active using the following method and remove the members that cannot be removed.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
derbeyonder
There are members in my cooperative. Each member has an ID number. For some members, the eject button is not active, so I cannot remove them from the cooperative. To remove such members, when I remove the member whose eject button is active, I want to change the ID number of the member whose eject button is not active using the following method and remove the members that cannot be removed.
RVA: 0x13E3768 Offset: 0x13E3768 VA: 0x13E3768
public void KickMember(string playerId, string playerName, AllianceResultCallback callback) { }
playerId: 90609887013
Which value in the picture should I change with the playerId?
0 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.