Counter-Strike 2

Counter-Strike 2

Not enough ratings
Important Codes to Know in CS:GO!
By XUNZSHUW;
Hey guys, this is my guide to the important codes to know in the game "Counter Strike: Global Offensive". If you like it, don't forget to add to your favorites, share with your friends and give rewards if you wish.
   
Award
Favorite
Favorited
Unfavorite
How to Enable Developer Console?
First of all, in order to use these commands in the game, we need to activate the "Developer Console" in the game. Now let's learn how to do this.

As I show in the image below, we first enter the Settings Menu, then click on the Game Settings, select the Game section, click the Enable Developer Console button, which is in the fifth row from the top, and select Yes.

NOTE: After the developer has activated the console, you'd better restart the game once for it to work properly!


cl_showfps
cl_showfps 1 -- It creates a small fps counter at the top left of the screen. cl_showfps 0 -- It clears the little fps counter you created at the top left of the screen.
net_graph
What is net_graph?

Net_graph is an interface that allows us to monitor game-related data such as fps, ping, tickrate and packet loss instantly.

net_graph 0 -- Disables the interface. net_graph 1 -- Activates the interface.

net_graphpos 1 -- Pulls the interface to the right of the screen net_graphpos 2 -- Pulls the interface to the middle of the screen net_graphpos 3 -- Pulls the interface to the left of the screen

net_graphproportionalfont 0 -- Minimizes the interface net_graphproportionalfont 1 -- Enlarges the interface
cl_righthand
Allows you to change the direction of the hand holding the gun

cl_righthand 0 -- Takes the gun to the left cl_righthand 1 -- Takes the gun to the right
voice_scale
This command allows us to set the voice chat sounds.

voice_scale x -- The code you need to write to the console voice_scale 0.42 - 0.5 -- My recommended setting
cl_radar_scale
Allows you to adjust the magnification of the radar. cl_radar_scale x -- The code you need to write to the console cl_radar_scale 0.4 -- My recommended setting