Skip to content

Commit

Permalink
Fix spacing inside doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Dec 3, 2018
1 parent c609f86 commit c9e7742
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions addons/sourcemod/configs/hextags.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,38 +22,38 @@
//
// HexTags - Hexah
// Configuration file.
//
//
// All the avaible colors are: https://goo.gl/VgAHbK (colorvariables supported).
// Custom colors(DON'T MIX THEM):
// Put them at the "key" start.
// 1. {rainbow} -> Make every character follow the rainbow colors.
// 2. {random} -> Make every character random colored.
//
// Custom colors(DON'T MIX THEM):
// Put them at the "key" start.
// 1. {rainbow} -> Make every character follow the rainbow colors.
// 2. {random} -> Make every character random colored.
//
// NOTE: Using Custom colors the max message length is gonna be half (from 128 to 64)
//
//
// The priority is configurable from the hextags-order.txt file, by default it is:
// STEAM ID (SteamID) --> Can be STEAM_0 or STEAM_1 .
// ADMIN GROUP (AdminGroup) --> It is selected only the first client group. Is needed a '@' before the group name.
// ADMIN FLAGS (AdminFlags) --> They are selected following the cvar: 'sm_hextags_flagorder' by default: 'ztsrqponmlkjihgfedcba'. If a client has more flags, only the first will be selected.
// Warden -> A player is warden. - Warden( https://goo.gl/rXhZCt )/MyJailBreak( https://goo.gl/NMvq2J )
// Deputy -> A player is deputy. - MyJailBreak ( https://goo.gl/NMvq2J )
// Warden -> A player is warden. - Warden( https://goo.gl/rXhZCt )/MyJailBreak( https://goo.gl/NMvq2J )
// Deputy -> A player is deputy. - MyJailBreak ( https://goo.gl/NMvq2J )
// (TOTAL)ONLINE TIME (ActiveTime) --> This need mostactive( https://goo.gl/Jk4PWn ) to work. Required time in seconds to get the tags. The '#' before the time is needed.
// RankMe -> Support for KentoRankme( https://goo.gl/UW6x81 ). Required score to get this tag. The '!' before the time is needed.
// TEAM (Team) --> Tag for a certain team name. CSGO Team names: CT, Terrorist, Spectator. Get the current team name with: /getteam .
// To use a tag for everyone just put it in the main section "HexTags".
//
// Params (only works from chat tags/colors):
// 1. {time} --> Replaced with current time, format: HH:MM. This works only with ChatTags
// 2. {country} --> Replaced with player's country: XX (Country code 2 ex: IT, EN, US, ...). This work both with Score/Chat Tags.
// 2. {country} --> Replaced with player's country: XX (Country code 2 ex: IT, EN, US, ...). This work both with Score/Chat Tags.
// 3. {gang} --> Replaced with player's gang. ( https://goo.gl/YNY5YY )
// 4. {rmPoints} --> Replaced with player's rankme points. ( https://goo.gl/UW6x81 )
// 4. {rmPoints} --> Replaced with player's rankme points. ( https://goo.gl/UW6x81 )
// 5. {rmRank} --> Replaced with player's rankme rank. ( https://goo.gl/UW6x81 )
//
//
//
//
// Every entry can be removed if for example you want only the 'ScoreTag'.
//
// Examples:
//
//
// Examples:
//
// //NO selector -> All players will have this tag.
//
// "ScoreTag" "[Default]" //The scoreboard-tag
Expand Down

0 comments on commit c9e7742

Please sign in to comment.