I want to cycle through the players and see what they see, when Im in spectating mode. I know Im able to do this by pressing mouse1/mouse2, but I want to automatically do this @ respawn. It has to stop at a player which I choose in a menu, so I will see what he's seeing.
So basicly it has to do this:
1) Choose player from menu (piece of cake..)
2) Respawn: cycle through players (check..)
3) Stop @ choosen player (too easy..)
4) Let me see what choosen player is seeing and stick with him / spectate him (many attempts failed...)
I tried to do it with get_user_origin and setting this origin for the specator but this doesn't seem to work.