Some time ago I learned quite curious about the bug in counter-strike'u 1.6, which allows the use of colored subtitles on nearly every server NO NEED TO INSTALLATION OF ANY PLUGINÓW. Must be only amxmod, which can be found on virtually every server. All the magic is to add special characters before the text which in effect gives us a colorful words. There we have two, in principle three colors: green and the teams colors, namely red and blue. This follows always operates on say_team (that is, as we are alive and dead), while writing to the general say, colorful captions receive only when we are worried (dead).

1 What the characters generate colors?.
To write colors to be put before the written text:
%% - The color green. % - The team color (red, blue). 2 How to create subtitles in practice?.
Subtitles can build on 2 ways. The first way is to write himself ready szabloniku example: ( "say_team%%") and during the game console to paste this dopisując after kwadraciku appropriate text. The second and probably the best way is to create bindów in configu example: (bind "key" say_team% Part "), after pressing the button will show us the colour text" Part ".
3 Examples finished subtitles:
- Green inscription:
say_team%% Hey, go to cs-guide.net 
- The words in color team: say_team% Hey, go to cs-guide.net 
- Mix colors: say_team C zesc%%% to go cs - guide. net " 
4 Creating bindów. Bindy create a very simple way. Add to our configa "config.cfg" ready inscription as follows: bind "key" say_team% Our text! " The key - the key after which the press will be displayed. Our text - in this place, enter the content of which is to appear after pressing the button above. NOTE: Reproduction and dissemination of the contents without permission from the author is prohibited!.
See also:







I'm sorry, but comments to this entry are blocked