Quote:
Originally Posted by cybernine186
I think I may have the pointer wrong that it is looking in the profile for the AA structure.
|
I definitely can't hold this against you, even though it's (buried, hardcore style)
in the Wiki (I put it there for this exact reason

), but this should answer this issue:
Quote:
aa_array
Even though the source says this starts at 0432, it actually starts at 0428 (item_tint: 0392 + 36).
struct AA_Array
{
int32 AA;
int32 value;
};
|
I think what ended up happening when I first read the AA info in my
PHP tool I started a while back was it had things a little backwards (indexes were the values, and they were off by 1 set I think).
Hope this helps.