Question on Pointers
Ok I seem to be having a problem with pointers. Here's my example of my problem.
Open the CE, scan for my weapon value and end up getting the two addresses. Now these are dynamic addresses so I need to find a pointer. So I do 'Find what writes to this address'. I go back in game, switch weapons, and I get the offset. (4C). Now I click Replace, Stop, Close. Now the problem from here is, I have the offset, but what address do I put WITH this offset? I am having a hard time understanding why I can't find the address to place with the offset, but I can find the offset itself. Upsetting.