Posts: 435
Threads: 82
Joined: Jan 2008
Reputation:
0
Hi
how can you spectate an area?
I tried toggleplayerspectating, then did setplayercamerapos and lookat
but I won't spec that area I just see the standard bridge to sf
thanks in advance
Posts: 6,129
Threads: 36
Joined: Jan 2009
You just need to:
SetPlayerCameraPos()
SetPlayerCameraLookAt()
Then you can use:
SetCameraBehindPlayer();
Posts: 435
Threads: 82
Joined: Jan 2008
Reputation:
0
If you do setcamerabehind player then you view the player again
or Am i wrong ?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by hipy
If you do setcamerabehind player then you view the player again
or Am i wrong ?
|
Yes. That's why I posted it, so you can set the camera back. The first two functions set the camera properties.
Posts: 435
Threads: 82
Joined: Jan 2008
Reputation:
0
you don't have todo toggleplayerspectating?