Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. // HexTags - Hexah
  2. // Configuration file.
  3. //
  4. // All the avaible colors(for csgo) are: https://goo.gl/VgAHbK (colorvariables supported).
  5. // The priority is:
  6. // 1. STEAM ID --> Can be STEAM_0 or STEAM_1 .
  7. // 2. ADMIN GROUP --> It is selected only the first client group. Is needed a '@' before the group name.
  8. // 3. ADMIN FLAGS --> They are selected starting from the last (ztsrqponmlkjihgfedcba). If a client has both 'a' and 'b' flags, the tags of 'b' will be selected.
  9. // 4. Default --> All players have these tags. This can be removed.
  10. //
  11. // Every entry can be removed if for example you want only the 'ScoreTag'.
  12. //
  13. // Examples:
  14. //
  15. // "Default" //All player will have this tags
  16. // {
  17. // "ScoreTag" "[Default]" //The scoreboard-tag
  18. // "ChatTag" "{darkblue}[Default]" //The chat-tag
  19. // "ChatColor" "{purple}" //The chat color
  20. // "NameColor" "{orchid}" //The name color
  21. // }
  22. // "@Admin"
  23. // {
  24. // "ScoreTag" "[Admin]" //The scoreboard-tag
  25. // "ChatTag" "{red}[Admin]" //The chat-tag
  26. // "ChatColor" "{darkblue}" //The chat color
  27. // "NameColor" "{grey2}" //The name color
  28. // }
  29. // "a"
  30. // {
  31. // "ScoreTag" "[Res]" //The scoreboard-tag
  32. // "ChatTag" "{red}[Res]" //The chat-tag
  33. // "ChatColor" "{blue}" //The chat color
  34. // "NameColor" "{grey}" //The name color
  35. // }
  36. //
  37. // Start editing down this line!
  38. "HexTags"
  39. {
  40. "Default"
  41. {
  42. "ScoreTag" "[Member]" //The scoreboard-tag
  43. "ChatTag" "{darkblue}[Member]" //The chat-tag
  44. "ChatColor" "{purple}" //The chat color
  45. "NameColor" "{orchid}" //The name color
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement