This is my demo replay config.
bind "KP_PGUP" "cvaradd g_testSpectator 1 ; addChatLine $g_testSpectator" "" "default"
bind "KP_HOME" "cvaradd g_testSpectator -1 ; addChatLine $g_testSpectator" "" "default"
bind "KP_RIGHTARROW" "cvaradd demo_scale 1 ; addChatLine $demo_scale" "" "default"
bind "KP_LEFTARROW" "cvaradd demo_scale -1 ; addChatLine $demo_scale" "" "default"
I use KP_PGUP and KP_PGDN to change the player i am looking at. When i change, the id of the player is show on console (addChatLine $g_testSpectator).
Here the missing part: there is a way to it shows the player name, and not the player id?
Thanks!