ID:143309
 
Problem description:

I dont know how i can put my view from me to someone else so I can see him all the time
This obviously belongs in Developer How-To, not Code Problems (please refer to the forum descriptions before posting to make sure you're putting things in the right places).

As for the question, try setting your client.eye to the other person.
client/verb/ChangeView()
var/mob/M = input(src, "Select a new viewpoint:") as null|mob in world
if(M)
eye = M


Hiead
In response to Hiead
ok thx but if My character leaves the view of the person or the person leaves the view of my character my screen turns black so how to fix that so I can see the other person all the time while the person isnt in my view?
In response to DrakoKaton
Oh, sorry; I forgot to add that client.perspective needs to be set to EYE_PERSPECTIVE as well as client.eye being set to the mob.

Hiead
you can create an code that you can spy on people.
In response to GrimmJore
Please don't randomly respond to month-old threads.