Commands to enhance cs2 hud features of Counter-Strike game
cl_script_trace_disable_all
Disables all trace outputs, turning off diagnostic messages used for debugging.
cl_script_trace_disable_key
Disables a specific trace output by its table or instance identifier.
cl_script_trace_enable
Turns on tracing output for a specific script file or function to help debug your scripts.
cl_script_trace_enable_all
Turns on trace output for all scripts, helping you debug issues. This is a cheat command and only works when cheats are enabled.
cl_script_trace_enable_key
Enables debugging trace output for scripts by targeting a specific table or instance.
cl_show_clan_in_death_notice
Controls whether player clan tags appear in the kill feed. Enabled by default, but you can turn it off.
cl_showents
Lists all active client-side entities in the developer console.
cl_show_equipped_character_for_player_avatars
Toggle whether player avatars show their equipped character models.
cl_showerror
Displays a list of error messages in your console if any are relevant.
cl_showfps
Shows a simple FPS (frames per second) count in the top-left corner of your screen. Unlike net_graph, it displays only your FPS for a clean, minimal view.