ID:1843471
 
(See the best response by LordAndrew.)
Code:


Problem description:basically my code is this
client.eye=locate(src.x,src.y+5,src.z) but what do i do if my eyes position is off by a few pixels? I want to shift it a few pixels to right or up


Best response
You could try setting client.pixel_x and client.pixel_y to the mob's current step_x and step_y.
ahhh perfect just what i wanted thank you. I thought something like that may have moved the object the client was attached too. But it moves the screen exactly how i wanted thank you