Quote:
|
Originally Posted by Stefan
Describe more please
|
ZeLpH_MyStiK sort of gets it right.
I want to be able to move the player's view around (as if their player X/Y is moving) without actually moving the player.
Say the player is at 10,10 then I changed their coords to 50,50. Their view would center on 50,50.
What I want to do is have the player at 10,10 then be able to setview(50,50) and have the view center on 50,50 without actually moving the player.
Hopefully I'm making a little more sense now?