MenachempazerAdded ce_cameratools_spec_index <team> <hud index> to spectate a player by their position on the hud.Is there some way I can refresh the index system after pauses?
// Allow for a full game update after a pause to fix black/stuck models
ce_consoletools_flags_remove cl_fullupdate cheat
bind p cl_fullupdate
This is basically the same as doing record random;stop when playing, so stuck model animations, huds not updating etc. should all resolve itself, causes a small stutter when requesting the update, but this works for me.