Code to reduce the sight in cs 1.6. Online store of unique things

Description:
The plugin allows players on the server to organize votes for changing the map.
In order for the vote to take place, a certain number of players must write "/rockthevote", "rockthevote" or "rtv" in the chat.
Maps will be automatically loaded from the maps.ini file (if one exists) or from the mapcycle file.

Installation:
1. Place rockthevote_custom.amxx to a folder plugins
2. Prescribe rockthevote_custom.amxx plugin in plugins.ini file
3. Open configuration file amxx.cfg and write the necessary variables there
4. Restart or change map

Variables:
amx_timevote- how many minutes voting will run from the start of the game on this map (default - 5)
amx_howmanypercentage- how many players (as a percentage, 0 - 0%, 1 - 100%) should vote to change the map (default - 0.3, i.e. 30%)
amx_howmanypercentage- how many players should vote to change the map (default - 8). That is, if 30% of the players voted, but the number of voters turned out to be less than 8, then the map will not change (done so that with a small number of players, the rest do not break off due to two or three idiots)
amx_rocktime- the length of time (in seconds) allotted for, in fact, the voting itself (default - 10)
amx_directmapchange- the server will display a message in the center of the screen, let you finish the round and change the map (default - 0)


Steam UI - Metro for Steam:
Created - March 26, 2012
The current version is 3.8.4
Last updated - September 2, 2014
Updated - Author

Steam Broadcast Support - Unknown
Steam Music Player support Yes
Support for Steam Trading Cards - Yes
Steam Big Picture Mode support Yes

Description:
The skin of the Steam game client, made in the style of Metro (Windows 8 / Microsoft, Metro UI).


:: Description::
Everyone probably knows the ready-made servers from the c-s.ua site, and everyone knows their unpleasant inscription "*** CepBep Cka4eH C c-s.ua ***". Well, I wrote a plugin that completely does the same thing, only the message wakes up yours;]
I made 2 types of plug-in whose actions are 1 in 1 as on c-s.ua. Type 1 - the message wakes up as usual (under the radar). Type 2 - the message wakes up in a new way, over time.

CVAR's:
reklamko_time "180" - interval between displaying HUD messages (in seconds)
reklamko "TEXT" - the message that will be displayed in the game

[+]
reklamko_time_msg "5" - time in seconds, how long the inscription will hang.

Additionally:
- Open the source code (.sma)
- We are looking for the line set_hudmessage(0, 255, 255, 0.02, 0.18, 0, 6.0, 5.0)
- In the line, 0, 255, 255, these are the colors of the R G B format (you can change)
- 0.02, 0.18, - these are the X Y coordinates where the inscription wakes up (you can change)


In the CS:GO settings, there are only two options dedicated to the crosshair: crosshair style and crosshair color. However, the adjustment of the sight is not limited to these two parameters. In this article, we will look at how to customize the sight for yourself using commands in the console.

Most of the article is devoted to setting the crosshair through console commands, so we recall that by default, to call the console, you need to press the ~ key (usually located under the Esc key).

How to change crosshair style and color in CS:GO

For those who are not in the know, first we will analyze how to change the style and color of the sight. The first, well-known way, is to select the desired option in the settings:


Press the ESC key => Help and Settings => Game Options => Interface Settings

Here in the fields Scope style and Crosshair color choose the values ​​we need.

The second way is console commands. To customize the crosshair style in CS:GO, use the command cl_crosshairstyle

  • cl_crosshairstyle 0 - default (dynamic)
  • cl_crosshairstyle 1 - default (static)
  • cl_crosshairstyle 2 - classic
  • cl_crosshairstyle 3 - classic (dynamic)
  • cl_crosshairstyle 4 - classic (static)

To set the crosshair color in CS:GO, use the command cl_crosshaircolor

  • cl_crosshaircolor 0 - red
  • cl_crosshaircolor 1 - green
  • cl_crosshaircolor 2 - yellow
  • cl_crosshaircolor 3 - blue
  • cl_crosshaircolor 4 - blue
  • cl_crosshaircolor 5 - custom color

Crosshair with a dot in CS:GO

To add a dot in the middle of the sight, you must use the command cl_crosshairdot:

  • cl_crosshairdot 0 - no dot
  • cl_crosshairdot 1 - there is a point

Here are two screenshots for an example, the CS:GO crosshair without a dot and with it.



Crosshair stroke in CS:GO

To enable or disable crosshair stroke in CS:GO, use the command in the console cl_crosshair_drawoutline

  • cl_crosshair_drawoutline 0 - crosshair without outline
  • cl_crosshair_drawoutline 1 - crosshair with a stroke

Below are two screenshots for those who don't know what crosshair stroke is in CS:GO. On the left - a sight without a stroke, on the right - with it.



In order to set the thickness of the stroke (contour) of the sight, there is a command cl_crosshair_outlinethickness: the parameter can take a value from 0 to 3 (the larger the value, the thicker the outline):

  • cl_crosshair_outlinethickness 0
  • cl_crosshair_outlinethickness 2

Crosshair transparency in CS:GO

To set the transparency of the sight, the command cl_crosshairalpha. The parameters of this command can take values ​​from 0 to 255, the smaller the value, the more transparent the crosshair will be. Here are some examples of using this command:

  • cl_crosshairalpha 0 - the sight is completely transparent (it is not visible at all)
  • cl_crosshairalpha 127 - sight is translucent (50% transparent)
  • cl_crosshairalpha 255 - crosshair is completely opaque

Below are two screenshots, on the first one the sight is translucent (cl_crosshairalpha 127), on the second it is completely opaque (cl_crosshairalpha 255).



There is also a command cl_crosshairusealpha, which enables/disables crosshair transparency mode. If the transparency mode is disabled, then set the transparency of the sight using the command cl_crosshairalpha fail.

  • cl_crosshairusealpha 0 - transparency mode disabled
  • cl_crosshairusealpha 1 - transparency mode enabled

Those. before use cl_crosshairalpha you need to make sure the value cl_crosshairusealpha is 1 (it is by default).

Crosshair size in CS:GO

The desired crosshair size can be set using the console command cl_crosshairsize. The larger the value of the parameter, the larger the scope size. Command usage examples:

The screenshots below show the scope size 0, 5 and 10 respectively.




Distance between lines of sight

Team cl_crosshairgap allows you to reduce or increase the distance between the lines of sight. In fact, this console command changes the size of the CS:GO crosshair to some extent. It can take both positive and negative values ​​as parameters:

Screenshots with the above examples:




Sight line thickness

You can adjust the thickness of the sight lines using the console command cl_crosshairthickness: The larger the value of the parameter, the thicker the lines of sight. Examples:

Screenshots of these two examples:



Showing and hiding crosshairs

simple command cross hair shows/hides crosshair. If you suddenly lost your crosshair in CS:GO, check this command.

  • crosshair 0 - crosshair is not displayed
  • crosshair 1 - crosshair is displayed

Other console commands

Finally, we list all the other commands that we will not consider for the reason that they are used very rarely. Here is a list of other commands that affect crosshair behavior in CS:GO:

  • cl_crosshair_dynamic_maxdist_splitratio
  • cl_crosshair_dynamic_splitalpha_innermod
  • cl_crosshair_dynamic_splitalpha_outermod
  • cl_crosshair_dynamic_splitdist
  • cl_crosshairgap_useweaponvalue
  • cl_crosshairscale

We hope this article was helpful, and the console commands listed here will help you customize your CS:GO crosshair to suit your needs.

The shop of unique goods invites you to purchase original items at affordable prices. You will definitely not find our products in ordinary supermarkets. The site contains collections for the home that make life easier, cooking, as well as comfortable sets of linen and clothes.

The online store of unique things cooperates with trusted manufacturers, so we guarantee the quality of products. The catalog contains different product lines:

  • Clothes, shoes, accessories;
  • household goods (interior decor, textiles, kitchen utensils);
  • garden decor;
  • household inventory;
  • goods for recreation and picnic;
  • jewelry, bijouterie;
  • beauty and health products;
  • smart goods.

On our site you will find many pleasant things not only for yourself, but also for your relatives, friends, colleagues. Here you can choose a useful and inexpensive gift for any occasion: New Year, Wedding Day, Birthday, February 23, March 8, etc.

The site has its own TV store, where you can find great deals. It works around the clock. Learn about new products, hear expert advice, see the latest developments - you can do all this at any time.

Our advantages

  • a huge range of products of different directions;
  • sale of only high-quality goods;
  • constant updating of the assortment;
  • frequent special promotions;
  • regular discounts on different lines;
  • free consultation;
  • the presence of a teleshop with popular products;
  • round the clock work;
  • customer service 24 hours a day;
  • affordability;
  • many innovative products that you will not find in ordinary stores;
  • fast delivery to all regions and settlements of the country.

Each of those who spend their evenings playing Counter-Strike 1.6 wants to make the game as convenient and customized as possible. Fortunately, it is highly customizable and we want to tell you how to change the crosshair in CS 1.6.

Exist two ways of how to make color came to Counter-Strike1.6 - using the console or the internal settings of the game. Let's consider both options step by step.

  • Launching the game, we go into the settings, we are interested in the “Crosshairappearance” column, there we can choose the size and color of the CS 1.6 sight, but the settings are very meager, since we were offered only 5 color options and 4 size options. The scopes are standard, each of them is good in a certain situation: a small one will allow you to aim a head on the other side of the map, a medium one will be convenient in clutches, and a large one will improve your shooting skills with shotguns and pistols. There is also an auto aim that adjusts to your screen resolution.
  • The second more flexible way of setting requires the use of the console. To do this, in the game you need to press the tilde key "`", which is located in the same place as the letter "e". After that, a dialog box will appear in which you need to enter certain commands. Let's take a look at the functionality of each of them.

Change crosshair in the game client

  • cl_crosshair_color number- a command that changes the color of the sight in accordance with a given number. For convenience, a table was created that displays the entire spectrum of colors visible to humans in numerical terms. You can find it using any search engine by typing in the phrase "RGB ColorWheel". By choosing the right color, you will get 3 numbers to add to the command, separating each with a space. For example, if you want to make the crosshair magenta, you would enter "cl_crosshair_color 255 0 230"
  • cl_crosshair_size- changes the size, it is enough to add the desired value in English to the command. Large - lagre, small - small and so on
  • cl_crosshair_translucent- affects the transparency of the sight and has only two options, where 0 - transparency is off, and 1 - on.

I hope that our article helped you make the game more comfortable for you, and if you have any questions regarding console commands, you can clearly see how it works in the video.

Everyone has long known that the smaller the size of the sight in CS, the more convenient and accurate it is to shoot. Small sight in cs 1.6 will allow you to more accurately hit the enemy, who is at a great distance from you. The smaller the scope, the more convenient it is to focus on the opponent. Many do not know that it is very simple to make such a sight and even try download small scope, although it is simply impossible to download it.

How to make crosshair smaller for CS 1.6

To change the scope size you only need a console command specifically designed to change the size of your weapon's scope. Register a small sight in the console like this:

  • You need to run CS 1.6 and open the console (this can be done using the Russian letter "Ё", it is also "~" in the English keyboard layout).
  • Next, we need to enter a list of console commands in strict order (one at a time).

cl_lw 1
cl_lc 1
cl_dynamiccrosshair 1
+duck
cl_lw 0
cl_lc 0
-duck

To prevent the sight from expanding, you need to execute the command

cl_dynamiccrosshair 0

Crosshair size when exiting CS 1.6 is returned. Therefore, it is better to register these commands in the CS config, so as not to register commands when starting the game or entering the game server.

Zoom out - example

What should happen on the example of a standard sight for the default Counter-Strike 1.6 pistol. The scope of the M-16 rifle will accordingly be smaller than that of the pistol in proportion, like that of other weapons.

The first image is before entering console commands.

Second image: the sight has become smaller.

Monitoring game servers CS 1.6

Switch to Counter-Strike 1.6 monitoring and win in the arena. Using a small scope is easier to shoot - easier to win.

Related publications