Hi guys. I neet to get all streaming peds coordinates and health, for that i try that code on C#:
for (int i = 0; i < 140; i++) //Loop, 140 - max. count of elements on pool
{
uint aPed = ReadUInteger(handle, (uint)i * 0x7C4+ 0xB7CD98 ); // Offset of peds, 0x7C4 - size of one element
if...