Posts: 277
Threads: 19
Joined: Sep 2013
When you spectate someone, it's supposed to show and update the information about the target, but it shows your own information.
Posts: 727
Threads: 79
Joined: Mar 2012
Reputation:
0
No it shows the information of playerid 0.
Because you only defined : OtherPlayer
You didn't set a value to it, which makes it default zero.
You have to set the variable OtherPlayer to the playerid that you are spectating.
Posts: 277
Threads: 19
Joined: Sep 2013
Oh, my mistake, thanks.