Commands to enhance other features of Counter-Strike game
gameinstructor_verbose_lesson
Displays detailed debug information for the specified lesson.
getpos
Displays your current position and camera angle as setpos and setang commands in the console. You can use these commands to return exactly to this location.
getpos_exact
Prints your player position and camera angle to the console.
gl_clear_gray
Clears the back buffer to gray each frame when enabled. This helps identify visual issues by painting the screen gray during gameplay or testing.
gl_clear_randomcolor
Clears the back buffer with random colors each frame to help identify gaps in geometry during debugging.
global_set
Sets the state of a global variable to control its behavior. Choose from OFF, ON, or DEAD states.
glow_outline_width
Sets the width of the glow outline effect when enabled.
glow_use_tolerance
Adjusts the tolerance level for the glow effect on players and items, balancing visibility and game performance.
god
Toggle god mode to make your player invincible. While enabled, you cannot take damage or die.
grep
'grep' is a command-line tool used to search text for lines that match a specific pattern. It is not related to CS:GO or CS2 gameplay or settings.