posy1+ 0x4 == posx;
posy1+ 0x8 == posz;
ERROR
posx = posy1 - 0x4;
posz = posy1 + 0x4;
the offset are
X = C8
Y = CC
Z = D0
and not other
i solved by add in float function (posy1+0x8) or (posy1+0x4) is right?
/Moved to Coding Help & Discussion section .