I'm having problems finding the the player lists. Or actually, I can't even get the pointer to the player count.
I've narrowed down the 2 results in CE, and the difference between the 2 addresses is 0x50 ATM.
I take the higher one and click 'Find out what writes to this', then go in-game and press T. I get 3 results total here, the first 2 came when the game got focus. The 3rd looks like this:
So I search the value of ESI, 19F55338, and I get 0 results in CE. I also searched the same way for the other 2, same result..
.... any ideas?
I've narrowed down the 2 results in CE, and the difference between the 2 addresses is 0x50 ATM.
I take the higher one and click 'Find out what writes to this', then go in-game and press T. I get 3 results total here, the first 2 came when the game got focus. The 3rd looks like this:
Code:
007A5D1C - 89 86 3C010000 - mov [esi+0000013C],eax 007A5D22 - 89 86 50010000 - mov [esi+00000150],eax 007A5D28 - 89 86 24010000 - mov [esi+00000124],eax << 007A5D2E - 89 86 2C020000 - mov [esi+0000022C],eax 007A5D34 - 89 86 54010000 - mov [esi+00000154],eax ESI=19F55338
.... any ideas?