Issuance of weapons at the police station. Console commands in CS:GO

Some maps the user is training on may not allow the zone to be used to purchase weapons. It is for this reason that the user may be faced with the fact that he wants to get some weapons, but only console commands, which will be discussed in the article.

To execute console commands, oddly enough, you will need the console itself, which can be enabled in the parameters of the game itself by selecting the appropriate item.

It is important to understand that weapons can only be issued on local servers, that is, created by the user himself. Before working, you also need to enter a special value into the console "sv_cheats 1". What values ​​in the form of commands will be needed in order to get any weapon:

  • Give weapon_ak47
  • Give weapon_aug
  • Give weapon_famas
  • Give weapon_galilar
  • Give weapon_m4a1
  • Give weapon_m4a1_silencer
  • Give weapon_sg556
  • Give weapon_awp
  • Give weapon_g3sg1
  • Give weapon_ssg08
  • Give weapon_scar20
  • Give weapon_mac10
  • Give weapon_mp7
  • Give weapon_mp9
  • Give weapon_p90
  • Give weapon_ump45
  • Give weapon_bizon
  • Give weapon_p250
  • Give weapon_tec9
  • Give weapon_elite
  • Give weapon_fiveseven
  • Give weapon_deagle
  • Gve weapon_revolver
  • Give weapon_cz75a
  • Give weapon_xm1014
  • Give weapon_sawedoff
  • Give weapon_nova
  • Give weapon_mag7
  • Give weapon_negev
  • Give weapon_m249

Each of the listed commands is necessary to obtain any weapon that the user needs. It is enough to enter the required command into the console and the user instantly receives the weapon. At the end of each command, the weapon that the user will receive is indicated. Misunderstanding can only arise with sg556— issuance SG 553 and Elites- receiving two pistols respectively.

Also in Counter Strike Global Offensive you can get absolutely any item, even grenades. In order to receive any grenade, the user needs to write "give weapon_". After “_” you must indicate the name of the grenade that the user needs to get, for example, smoke.

Interestingly enough, a user in a regular game can also receive both a bomb and a syringe, recently added to Counter Strike Global Offensive along with the new Battle Royal mode. In order to receive additional items, you must specify the above-mentioned command, after the dash you must use the name of any item of interest to the user. For example, to get a bomb you need to write "c4", and the syringe is issued with the command "healthshot".

(2 ratings, average: 5,00 out of 5)

If you want to practice throwing grenades, and smoke grenades in particular, then you will need a command to create endless grenades - because under normal conditions their number is limited to 1 per round.

This is a fairly easy-to-understand console command with which you can learn how to accurately throw grenades into windows, around corners and other hard-to-reach places. So, let's look at how to create infinite grenades in CS:GO single player mode.

To place a large number of smoke flares in your inventory, enough to smoke the entire universe, you will first need to during a single match on a private server. Then copy the following lines into the text field that opens:

sv_cheats 1;sv_infinite_ammo 1;sv_grenade_trajectory 1;mp_maxmoney 65535;mp_startmoney 65535;mp_afterroundmoney 65535;mp_buytime 60000;mp_buy_anywhere 1;mp_roundtime_defuse 60;mp_restartgame 1

For obvious reasons, the sv_cheats command does not work on public servers, so don't even try to use it during matches with live players.

Binds for endless grenades in cs go: assign each type of grenade

You can create bandages for one type of grenade you need, or for all grenades at once. However, the latter option is more optimal, as it minimizes the chance of an error or miss-click during the game. The basic console command for creating a bind looks like this: bind "key name" "useweapon_grenade name of a grenade".

Instead of the words “key name” you need to insert any free button on the keyboard that you want to use to throw a certain type of grenade. Well, the “grenade name” piece needs to be replaced with one of the 5 English names below:

  • Explosive Grenade – hegrenade
  • Stun grenade – flashbang
  • Molotov cocktail – molotov
  • Incendiary grenade – incgrenade
  • Smoke grenade – smokegrenade

As you can see, the Molotov cocktail and the incendiary grenade have different console names, so you will have to assign a separate key to each. But if you want to use an incendiary grenade for T and CT with one common button, then copy the text below into the console. As always, instead of the indicated keys, you can use any that are convenient for you.

bind "z" "use weapon_flashbang";bind "x" "use weapon_smokegrenade";bind "c" "use weapon_hegrenade";bind "v" "use weapon_molotov;use weapon_incgrenade"

A set of keys Z, X, C and V is the most optimal, since they are always at hand (you don’t have to reach for these keys and they are located nearby). Below you will find console commands for using all four types of grenades using these binds. Just copy the code and paste it into your console.

But you are free to experiment with your own set of binds - it all depends on your gaming setup and personal habits and preferences.

Read also:

Advice:

Create a configuration file called nadepractice.cfg and place it in your CS:GO configurations folder. It can usually be found here:

C:\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg

Copy the commands below to your configuration file. Now every time you want to practice with grenades, just log into the private server and enter the line into the console exec nadepractice.cfg.

Console commands for training in CS GO, server config

Sv_cheats 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
mp_warmup_end
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
mp_limitteams 0
mp_autoteambalance 0
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
mp_restartgame 1

//Bind a key to enable flight - replace the word "KEY" with your preferred button.

bind "KEY" "noclip"

// Replace the word "Key" with a key that will allow you to get an infinite supply of grenades.

bind "KEY" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"

// Commands for bots

bot_add_t
bot_add_ct
bot_kick
bot_stop

Important: do not forget to replace the word KEY with the name of the key, otherwise the commands will not work.

Command explanation:

  • sv_cheats 1: Enables all commands.
  • sv_infinite_ammo 1: Gives infinite ammo.
  • ammo_grenade_limit_total 5: makes it possible to have 5 types of grenades instead of 4.
  • mp_warmup_end: Ends the preparation stage.
  • mp_freezetime 0: removes the pause at the beginning of each round.
  • mp_roundtime 60: Defines the duration of the round in minutes.
  • mp_roundtime_defuse 60: Defines the duration of the bomb round in minutes.
  • sv_grenade_trajectory 1: Shows the grenade trajectory.
  • sv_grenade_trajectory_time 10: determines the time the grenade trajectory disappears in seconds.
  • sv_showimpacts 1: Shows bullet impact locations.
  • mp_limitteams 0: Removes the limit of players in the team.
  • mp_autoteambalance 0: disables automatic team balance.
  • mp_maxmoney 60000: makes it possible to receive $60,000 instead of $16,000.
  • mp_startmoney 60000: starts the game with $60,000.
  • mp_buytime 9999: amount of time to buy items in seconds.
  • mp_buy_anywhere 1: allows you to open the menu anywhere on the map.
  • mp_restartgame 1: restarts after 1 second.
  • noclip: ability to fly through objects.
  • bot_add_t: adding a bot to a terrorist team.
  • bot_add_ct: Adding a bot to the counter-terrorist team.
  • bot_kick: kicks all bots.
  • bot_stop: Makes bots stand still, doing nothing.

Hello! Bro, you still don’t know how to open the console and give yourself a weapon in cs go? Maybe YouTube can tell us?

7000 videos - kapets. By the end of watching them, I'll look even worse than this guy:


Okay, I'll limit myself to a couple. Wow, looks like my tiny brain was enough to figure out what was what. Let me now tell you (I’m like a Guru now) how to give yourself any weapon in just two clicks.

Let's start, perhaps, from scratch. If you are a more advanced user, scroll down and find the sign “adding weapons to cs go.” You'll figure it out later.

First of all, we need to get to an offline server (you know that “cheats” only work on their own servers) - for example, to an aim card. This is the mode where you play against bots. To do this, click single player, select a map and go to it.







Now let's write sv_cheats 1 - it is needed for weapon codes to work correctly.


Now we can add any weapon to ourselves using the command give weapon_weapon-name. A complete list of names is given below, but for now a couple of examples:



Using give weapon_awp we gave ourselves a sniper rifle.



And the give weapon_tec9 command allowed us to get the tec-9 pistol.

So, a complete list of weapons in cs go.

Console commands to issue yourself a weapon, in the table.

Table 1. Most popular weapons

Table 2. Other weapons

Table 3. Receiving pistols

How to get grenades in cs go


To spawn grenades, we also just need to use the command give weapon_name-grenades. I list for you all the grenades prescribed in cs go:

Table 4. Console commands for obtaining grenades

Other console commands for issuing weapons


I listed weapons, pistols and grenades. What's left? Let's see.

Table 5. Other

Issue defusegive item_defuser
Add C4 bombgive weapon_c4
Zeusgive weapon_taser
Give yourself a knifegive weapon_knife

How to get Zeus in cs go


To issue a stun gun, open the console, enter sv_cheats 1, enter the command give weapon_taser.

give weapon_taser - take a taser

How to drop a weapon to a friend


To give a weapon to your friend, you must first give it to yourself and then simply throw it away. Usually this is the g button, but you can double-check by going to settings:


In this material we will look at all the current console commands for CS: GO. We tried not to miss a single one significant team, which could be useful to you.

Not everyone knows for sure that the console plays a significant role in the game in CS:GO. There are few games for which it is worth delving into the description of commands in such detail. Also, a specific list of teams should be written down before the upcoming match. Or rather, you can not enter them, but save them in your cfg file and then use it regularly. Console options (commands) are a smart tool for ensuring the convenience of the game. This is what improves your achievements in the game. Therefore, we have outlined a detailed list of most of the commands for your benefit :)

Enable the console window

To be able to enter console commands, you will need to activate the ability to use the console. To do this, you need to enter the “-console” option in the game launch options or enable the “Enable developer console” function in the game menu settings. The console will be displayed by pressing the key (~ or Ё), which is located just below the Esc key.

Enable the developer console

Server settings

  • mp_restartgame 1 - restart the current match;
  • bot_kick - kick bots from the server;
  • bot_add_ct - add a bot for the counter-terrorist (CT) team;
  • bot_add_t - add a bot for the terrorist team (T);
  • mp_maxmoney 15000 - set the maximum value of the amount of money;
  • mp_startmoney 900 - set the initial amount of money at the beginning of the game;
  • mp_warmup_end - end warm-up;
  • mp_limitteams 0 - remove the limit on the number of players in teams;
  • mp_autoteambalance 0 - deactivate automatic balancing of teams;
  • mp_afterroundmoney 2000 - at the end of each round, players will be awarded a certain amount of money;
  • mp_respawn_immunitytime 0 - disable immunity for players and bots at the beginning of the round;
  • mp_roundtime 3 - round duration time in minutes;
  • mp_maxrounds 25 - set the total number of rounds (maximum);
  • mp_timelimit 55 - total time games in minutes (maximum);
  • mp_c4timer 55 - time before the bomb explodes in minutes;
  • mp_freezetime 0 - disable freezing or set its time at the beginning of the round;
  • mp_buytime 50 - change the time for purchasing in seconds;
  • mp_buy_anywhere 1 - makes it possible to purchase weapons throughout the map;
  • ammo_grenade_limit_total 6 - remove the limit on the total number of all types of grenades;
  • mp_warmuptime 300 - set the duration of warm-up before the game (5 min warm-up).

Server commands

  • sv_cheats 1 - allows you to use commands for cheating (you can use cheating options with it);
  • sv_visiblemaxplayers 25 - sets the total number of players displayed on the server;
  • sv_specnoclip 1 - turns on the player’s flight mode through all models and objects in observation mode;
  • sv_specspeed 1.5 - changes the speed indicator in observation mode;
  • sv_forcepreload 1 - prohibits players from connecting until the server is fully loaded.

Mouse settings in CS:GO

  • sensitivity 3.4 - sets the sensitivity of mouse movement;
  • m_customaccel 1 - enables mouse acceleration;
  • m_customaccel_exponent 1 - activates changing the mouse acceleration ratio;
  • m_customaccel_max 0 - acceptable acceleration ratio;
  • m_customaccel_scale 0.03 - mouse acceleration level value;
  • m_forward 2 - acceleration sensitivity coefficient when moving the mouse forward;
  • m_mouseaccel1 1 - sets the system mouse acceleration, the initial threshold is 2x;
  • m_mouseaccel2 1 - system acceleration based on the average value (4x);
  • m_mousespeed 1 - sets the overall ratio of system mouse acceleration;
  • m_pitch 0.021 - mouse inversion coefficient;
  • m_rawinput 1 - enables direct interaction with the mouse, which does not take into account system settings;
  • m_side 0.7 - mouse acceleration sensitivity coefficient;
  • m_yaw 0.023 - acceleration sensitivity coefficient when turning right and left.

Read more about this in our material.

Cheating teams

  • noclip - activates the mode of passing through all models and objects, while this option, when entered again, disables this ability;
  • mat_wireframe 1 - activates the ability to see the basis of objects;
  • mat_wireframe 0 - disables the ability to see the basis of objects;
  • god - activates the mode of invulnerability from damage; when you enter the command again, it disables this mode;
  • r_drawothermodels 2 - turns on the ability to see through objects;
  • r_drawothermodels 1 - disables the ability of vision to see through objects.

Issuance of weapons

Note the peculiarity that the commands presented below are executed especially when the sv_cheats option is set to 1, otherwise the commands will not be executed.

  • give weapon_ak-47 - Kalashnikov assault rifle, also known as Kalash);
  • give weapon_aug - Automatic assault rifle AUG, also known as Screwdriver;
  • give weapon_awp - AVP sniper rifle, Elephant;
  • give weapon_deagle - Desert Eagle , Deserted eagle);
  • give weapon_elite - Dual Berettas (two Berettas);
  • give weapon_famas - Famas assault rifle;
  • give weapon_fiveseven - Five-Seven (five-seven or FS);
  • give weapon_g3sg1 - G3SG1 ( sniper rifle, aka “Skorostroelka” or “Matchshooter”);
  • give weapon_galilar - Galil (budget assault rifle Galil);
  • give weapon_glock - Glock-18 (semi-automatic Glock pistol);
  • give weapon_hkp2000 - P2000 (semi-automatic pistol P2000 or “Compact”);
  • give weapon_m249 - M249 machine gun, aka “Chechnya”;
  • give weapon_m4a1 - M4A1 rifle with silencer;
  • give weapon_m4a1 - M4A1 rifle, also known as “Emka” or “Colt”;
  • give weapon_mac10 - Mac-10 or Uzi submachine gun;
  • give weapon_mag7 - Mak-7 pump-action shotgun;
  • give weapon_mp5sd - MP-5SD (submachine gun with MP-5 SD silencer);
  • give weapon_mp7 - MP-7 submachine gun;
  • give weapon_mp9 - MP-9 tactical automatic pistol;
  • give weapon_negev - Negev machine gun, aka “Lawnmower”;
  • give weapon_nova - Nova pump-action shotgun;
  • give weapon_p250 - P250 semi-automatic pistol;
  • give weapon_p90 - P90 submachine gun, also known as “Rooster”, “Glass Cutter” or “Nubogun”;
  • give weapon_sawedoff - Sawed-Off ( pump action shotgun, aka “Shorty” or “Stubborn”);
  • give weapon_scar20 - Semi-automatic sniper rifle Scar-20, also known as “Skorostrelka”;
  • give weapon_ssg08 - SSG-08 (sniper rifle, also known as “Scat” or “Fly”);
  • give weapon_sg556 - SG-556 (automatic assault rifle, also known as “Siga” or “Doorman”);
  • give weapon_tec9 - Tec-9 (semi-automatic pistol, also known as “Nail Pull”);
  • give weapon_ump45 - UMP-45 (submachine gun “UMP”, “Tractor”);
  • give weapon_usp - Semi-automatic pistol USP or “Yuspel”;
  • give weapon_xm1014 - XM1014 (automatic pump-action shotgun “XM”).

MP5-SD submachine gun | Coprocessor

Issue of grenades and equipment

  • give weapon_c4 - Bomb C-4 / C4;
  • give weapon_decoy - Decoy grenade / Decoy;
  • give weapon_flashbang - Flash grenade / Flashbang;
  • give weapon_hegrenade - Frag grenade / HE Grenade;
  • give weapon_incgrenade - Incendiary grenade / Explosive grenade;
  • give weapon_molotov - Molotov cocktail / Molotov;
  • give weapon_smokegrenade - Smoke grenade (Smoke);
  • give weapon_taser - Zeus x27 (“Taser” or Stun Gun);
  • give weapon_healthshot - Medical syringe;
  • give weapon_tagrenade - Tactical grenade (TAG grenade);
  • give item_heavyassaultsuit - Heavy armor set (200 Armor);
  • give item_defuser - Sapper Set (Defuses);
  • give item_vesthelm - Full set of armor;
  • give item_vest - A set of armor without a helmet.

Tactical grenade

Changing hand position

  • cl_righthand 1 - hold weapon in right hand default;
  • cl_righthand 0 - hold the weapon in the left hand by default;
  • viewmodel_presetpos 1 - standard position of the weapon in the hands;
  • viewmodel_presetpos 2 - increased scale of the location of the weapon in the hands;
  • viewmodel_presetpos 3 - classic arrangement of weapons in the hands (as in CS 1.6);
  • viewmodel_fov 50 - increases or decreases the displayed weapon model (accepts values ​​from -54 to 65);
  • viewmodel_offset_x 0 - location of the weapon in the hand along the X axis;
  • viewmodel_offset_y 0 - location of the weapon in the hand along the Y axis;
  • viewmodel_offset_z 0 - location of the weapon in the hand along the Z axis.

Commands for setting up graphics in CS:GO

  • mat_autoexposure_max - screen brightness level in a value from 0.1 to 3;
  • mat_colcorrection_forceentitiesclientside 0 - forces color correction objects to be updated on the client;
  • mat_debug_postprocessing_effects 0 - apply only post-processing in the center of the screen;
  • mat_disable_bloom - turns on the blurred light effect (bloom effect) with a value of 1 or disables it with a value of 0;
  • mat_monitorgamma 2.1 - gamma level, the smaller the value is lighter, the more it is darker (1.7 – light or 2.7 – dark);
  • mat_queue_mode 2 - activate multi-threaded processing when drawing a picture;
  • mat_savechanges - save video adapter options in the system registry;
  • mat_setvideomode 1920 1080 1 - sets the screen resolution in pixels, the first value is the width, the second is the height, the third is the display number;
  • muzzleflash_light - reflection of light from flashes, value 1 – enables, 0 – disables it;
  • r_cheapwaterend 1 - includes deep detail of water and its bottom;
  • r_drawmodelstatsoverlaymax 1.6 - time in milliseconds after which the model overlay will turn completely red with r_drawmodelstatsoverlay 2;
  • r_drawmodelstatsoverlaymin 0.5 - time in milliseconds to render the model before displaying the overlay in r_drawmodelstatsoverlay 2;
  • r_drawtracers_firstperson 1 - turns on bullet tracing for all weapons;
  • r_dynamic - enables the use of dynamic light when shooting with a value of 1, a value of 0 disables the reflections from fire on weapons, instead the screen turns black.

Settings for changing the radar

  • drawradar - enable drawing of mini-cars on the radar;
  • hideradar - hide the mini-map from the radar;
  • cl_radar_always_centered 0 - centers the radar minimap;
  • cl_radar_scale 0.2 or 0.5 - sets the scale of the radar minimap;
  • cl_radar_icon_scale_min 0.6 - sets the minimum size of player icons on the radar mini-map.

Network settings

  • net_channels 1 - show channel data in the game console (the same data is displayed as the net_graph command);
  • net_graph 1 - activate display of data about the current connection and ping in the lower right corner;
  • net_graphheight 40 - height of the net_graph area;
  • net_graphmsecs 400 - information update rate of the net_graph block;
  • net_graphpos 1 - sets the location of the net_graph information block;
  • net_graphproportionalfont 0.5 - sets the size of the net_graph information block;
  • net_graphshowinterp 1 - show interpolation information;
  • net_graphshowlatency 1 - build a graph of ping and packet exchange statistics;
  • net_graphsolid 0 - enable transparency of the net_graph block;
  • net_graphtext 1 - use text in the net_graph panel;
  • net_maxroutable 1200 - maximum fragmentation of packets measured in bytes;
  • net_scale 5 - size of the plot;
  • option_duck_method 0 - set constant crouch mode or only when the key is held down;
  • option_speed_method 0 - enable constant running mode or only when holding down the run key;
  • rate 50000 - how much information in bytes the client can download from the server per second.

Voice chat settings in CS:GO

  • voice_enable 1 - activates the voice chat function;
  • voice_forcemicrecord 1 - forced microphone recording in the game;
  • voice_loopback 0 - enables playback of your voice through headphones;
  • voice_modenable 1 - activates the voice chat mod;
  • voice_recordtofile 0 - disables saving microphone recordings to disk;
  • voice_scale 1 - overall voice volume level;
  • volume 0.8 - volume level for all sounds;
  • windows_speaker_config 0 - sets the sound type from speakers to headphones.

Visual interface (HUD) commands

  • hud_scaling 0.85 - sets the overall size of the interface;
  • hud_showtargetid 1 - whether when you click on a player his nickname will be displayed;
  • hud_takesshots 0 - disables auto-taking a screenshot at the end.

Additional budget commands

  • budget_averages_window 0 - sets the number of “frames” to calculate when showing the average frame rate of the panel;
  • budget_background_alpha 0 - sets the degree of transparency of the panel;
  • budget_bargraph_background_alpha 128 - sets the transparency of the panel background;
  • budget_bargraph_range_ms 17.7777777778 - chart drawing limit in milliseconds;
  • budget_history_numsamplesvisible 0 - number of parts for constructing diagram elements;
  • budget_history_range_ms 10 - chart history range in milliseconds;
  • budget_panel_height 380 - panel height in pixels;
  • budget_panel_width 500 - panel width in pixels;
  • budget_panel_x 5 - window location along the X axis from the left edge of the screen;
  • budget_panel_y 55 - window location along the Y axis from the left edge of the screen;
  • budget_peaks_window 0 - number of frames for counting the display of the statistics window;
  • budget_show_averages 1 - show the average value displayed in statistics;
  • budget_show_history 1 - activates the display of history in the chart;
  • budget_show_peaks 1 - turns on the display of peaks in the graph of the total amount of data;
  • bugreporter_uploadasync 0 - upload game bug reports asynchronously.

Other console commands

  • bot_dont_shoot 1 - bots freeze when they see a player, with a value of 0 they go on the attack;
  • bot_difficulty 0 / 1 / 2 or 3 - sets the difficulty level of bots;
  • bot_knives_only - allow bots to use only knives;
  • bot_pistols_only - bots can only shoot with pistols;
  • bot_stop - command stops any bot actions;
  • bot_chatter - takes away the ability of bots to talk via voice chat;
  • fog_enable 0 - makes the smoke completely transparent;
  • mp_drop_knife_enable 1 – enables the ability to drop a knife;
  • mp_teamname_1 “SE7EN” - allows you to rename the team name: (1) – Counter-Terrorists or (2) – Terrorists;
  • cl_bobcycle 0.7 - frequency of the player’s camera staggering when running;
  • cl_bobup 0.4 - sets the number of player camera jumps when running;
  • cl_drawhud 1 - enable display of the display panel (HUD);
  • cl_extrapolate 1 - simple linear prediction of model positions based on the history of their early behavior;
  • cl_extrapolate_amount 0.25 - extrapolation is activated only when data packets are lost up to 25 ms;
  • cl_predict 1 - predicts the player’s movements on the client side of the game;
  • cl_phys_timescale 1.0 - sets the time frame on the game client side;
  • cl_removedecals 0 - do not remove the decals of an object when it is at gunpoint;
  • cl_wpn_sway_scale 1.2 - sets the deviation of the animation of the weapon model during shooting;
  • mat_fastnobump 1 - activates the fast processing mode for high-detail textures;
  • mat_frame_sync_enable 1 - enables frame rendering synchronization;
  • mat_frame_sync_force_texture 0 - force frame synchronization to lock controlled textures;
  • mat_tonemap_algorithm 1 - enables legacy map rendering mode;
  • net_fakeloss 0 - simulates the loss of data packets as a percentage;
  • r_modelwireframedecal 0 - do not display damage dealt to enemies;

Collections of teams by category

Launch options

The current list is used by most players.

  • -console - provides the ability to open the developer console in the game;
  • -novid - disables the intro when starting the game;
  • -threads 4 - the game uses a specified number of CPU threads (if you have a 4-core Intel processor with Hyper-threading or AMD with SMT, then set it to 8. Accordingly: 6 cores - 12 threads, 8 cores - 16 threads, and similar) .
  • -refresh 60 - determines the refresh rate of your monitor, we recommend setting the value corresponding to your Hertz;
  • -noforcemparms - do not take into account mouse acceleration (mouse acceleration will always be the same);
  • -high - sets the game process to high priority, it is not recommended to use it on weak CPUs;
  • -noaafonts - disables font smoothing on the screen;
  • -tickrate 64 - sets the unit of measurement for sending and receiving data from the server per second;
  • +cl_cmdrate - the number of times per second that the client transmits to the server about its actions;
  • +cl_updaterate - how many times per second the server transmits to the client what is happening on the map;
  • +rate 128000 - sets the maximum acceptable throughput;
  • +ex_interpratio 0 - sets the automatic determination of interpretation, which is correct.

Console in the main menu of the game

Teams for training

We tried to include in the current list all the necessary commands for successful training alone or with your team.

  • sv_infinite_ammo 1 - enables unlimited ammo in the clip;
  • sv_grenade_trajectory 1 - denotes the full trajectory of the grenade and shows point by point which places the grenade came into contact with;
  • ammo_grenade_limit_total 30 - sets a limit on the number of grenades in the player’s inventory;
  • sv_showimpacts 1 - displays the end points of bullet impacts;
  • sv_showbullethits 1 - when a bullet hits the enemy, its silhouette is drawn at the point of impact;
  • cl_disable_ragdolls 1 - disables “ ragdoll" physics, it can only work in the mode of allowed cheat commands - sv_cheats 1. This option is useful in training when performance decreases when throwing large quantity smoke grenades;
  • dsp_slow_cpu 1 - degrades the quality of sound processing. Sometimes it helps in correcting sound lags;
  • mat_disable_bloom 1 - this option removes the light blur effect;
  • r_drawparticles 0 - disables animation of weapons, fire, water splashes, etc.;
  • mp_buy_anywhere 1 - provides the ability to purchase weapons throughout the map;
  • mp_freezetime 0 - disables freezing at the beginning of the round and sets its time;
  • mp_buytime 1800 - sets the time to buy weapons up to 15 minutes;
  • mp_roundtime_defuse 50 - sets the round time to 50 minutes;
  • mp_maxmoney 50000 - maximum quantity money up to $50,000;
  • mp_startmoney 25000 - issuing $25,000 at the beginning of the round;
  • mp_warmup_start - turns on the warm-up mode;
  • mp_warmup_end - turns off the warm-up mode;
  • mp_autoteambalance 0 - removes auto-balancing of players between teams;
  • mp_warmuptime 18000 - sets the warm-up time to 5 hours;
  • mp_timelimit 60 - sets the map passage time to 1 hour.

Commands for managing bots

  • bot_add - add a bot to a team that doesn’t have enough players;
  • bot_add_ct -- add a bot to the counter team;
  • bot_add_t - add a bot to the terror team;
  • bot_kick - kick all bots from the map;
  • bot_kick Toby - disable and kick the bot with the name “Toby”;
  • bot_kill - destroys all bots if the command value does not specify a name;
  • bot_zombie 1 - turns bots into motionless zombies;
  • bot_freeze 1 - bots freeze, but continue attacking the enemy;
  • bot_dont_shoot - prohibits bots from shooting at the enemy if the value does not specify a name;
  • bot_difficulty - sets the level of difficulty and accuracy of bots (0 = easy, 1 = standard, 2 = medium or 3 = heavy bots);
  • bot_stop - freeze bots in one position;
  • bot_mimic 1 - the bot will begin to repeat the player’s actions;
  • bot_mimic_yaw_offset 0 - rolls back the repetition of the bot’s last actions;
  • bot_crouch 1 - makes all bots crouch;
  • bot_place - sets the location where bots appear near you;

Setting up the mini map

When your teammates aren't giving you enough information to assess the situation, then it doesn't hurt to track your teammates' and opponents' movement activity around the map using radar data. Therefore, you will need to configure it correctly and these options will help you with this.

  • cl_radar_always_centered 0 - center the minimap;
  • cl_radar_scale 0.3 (standard 0.3 or 0.5) - mini-map size;
  • cl_radar_icon_scale_min 0.8 (standard 0.7) - size of player icons on the mini-map.


Setting FPS

  • net_graph 3 - show the current number of FPS;
  • fps_max 320 - sets the maximum allowed number of FPS in the game;
  • func_break_max_pieces 0 - removes or sets the limit on the number of fragments from objects;
  • cl_showfps - turns on dynamic FPS indication in the upper left corner of the screen.
  • cl_showfps 5 - enables the display of more detailed information. You can find out what could be causing the unstable FPS - the CPU or the video card (GPU). Quite useful when you want to know the reasons for a game's low performance score.

Let's summarize this material. We have covered the most relevant console commands for Counter-Strike: Global Offensive that will help you improve your gaming experience and make it more comfortable. We sought to cover the topic with meaningful and understandable theses. We hope that many gamers will find from this article useful information for yourself.

Today CS GO is not only a shooter with interesting gameplay, but also multifunctional area to practice your own shooting skills. The availability of ample opportunities for constructing individual round scenarios allows you to simulate virtually any situation, train them, select convenient positions, etc. This is largely due toconsole commands in CS GO.

The developers of maps for CS GO have made life much easier for players by creating so-called areas for training “aim” - individual shooting skills. However, with any training it is necessary to have the right weapon in your hands.

We are all used to shopping at the beginning of the round, or using digital commands on Deathmatch server maps. But during training, a simpler method of obtaining the necessary devices is available - using the Counter Strike Global Offensive console commands.

Using Commands

If necessary, you can get any necessary weapons on training maps. To do this, you just need to know the appropriate command and enter it correctly in the game console. In addition, you must enable the in-game variable for using cheat commands: sv_cheats 1.


Using the CS GO weapon commands presented below, you can get it on any training map.

give weapon_awp - get AWP

give weapon_aug - get AUG

give weapon_ak47 - get AK-47

·give weapon_m4a1_silencer - get M4A1-S

give weapon_m4a1 - get M4A4

give weapon_galilar - get Galil AR

give weapon_famas - get FAMAS

give weapon_p90 - get P90

give weapon_ump45 - get UMP-45

give weapon_mac10 - get MAC-10

give weapon_xm1014 - get XM1014

give weapon_elite - get Dual Berettas

give weapon_fiveseven - get Five-SeveN

give weapon_deagle - get Desert Eagle

give weapon_usp_silencer - get USP-S

give weapon_glock18 - get Glock-18

give weapon_knife - a knife falls to the ground

give weapon_knifegg - a golden knife falls to the ground

give weapon_m249 - get M249

give weapon_tec9 - get Tec-9

give weapon_negev - get Negev

give weapon_scar20 - get SCAR-20

give weapon_sawedoff - get Sawed-Off

give weapon_nova - get Nova

give weapon_ssg08 - get SSG 08

give weapon_sg553 - get SG 553

give weapon_cz75a - get CZ75-Auto

give weapon_hkp2000 - get P2000


All you need to do is select the desired weapon for training and register its command.

Also, commands through the console in CS GO allow you to get all types of grenades and additional equipment. With their help, you can hone your skills not only in shooting, but also in throwing, as well as other game situations

Commands for grenades:

give weapon_hegrenade - get a regular grenade

give weapon_flashbang - get flash drives

give weapon_smokegrenade - get smoke

give weapon_molotov - get a molotov

give weapon_decoy - get a fake grenade

Commands for additional equipment:

give weapon_c4 - get c4

give weapon_taser - get Zeus

·give item_cutters - get a mine clearing tool

give item_kevlar - Kevlar drops

give item_assaultsuit - full armor drops

These commands will be enough to change the weapon, but the clip in the magazines is not rubber and tends to run out. To make your training more fruitful, use the console commands below in CS GO:

sv_infinite_ammo 1 – infinite ammo without reloading;

sv_infinite_ammo 2 – infinite ammo with reloading;

sv_showimpacts 1 – show the points where bullets hit.

This minimal set of commands will help you during training.