01.01.2014, 15:22
Just bring fX to the other side of the equation:
pawn Code:
a = b - c
// Is the same as
b = a + c
// Which means
-fX = -x + offsets[0]
// - cancel eachother out
fX = x + offsets[0]