Minismuts

Untitled

May 25th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. //ORIGINAL FILE BY Pheonix ( http://steamcommunity.com/id/UA_Phoenix_UA/ ) translated by Papero
  2. //Color list
  3. //--------------------------------------
  4. //DEFAULT
  5. //TEAM
  6. //RED
  7. //GREEN
  8. //LIME
  9. //LIGHTGREEN
  10. //LIGHTRED
  11. //GRAY
  12. //LIGHTOLIVE
  13. //OLIVE
  14. //PURPLE
  15. //LIGHTBLUE
  16. //BLUE
  17. //--------------------------------------
  18. //
  19. // The TAGs/Colors work in this way
  20. // STEAMID: In CS:GO is always STEAM_1..., STEAM_0... will not work.
  21. // Groups: Name of the group, # before the group name is needed.
  22. // Admin flag: Admin flag, @ before the flag is needed
  23. // ALL: To target all players
  24. //--------------------------------------
  25. // Exaples
  26. //--------------------------------------
  27. //"chat_colors_csgo"
  28. //{
  29. // "@z" - Admin flag of the players that need the TAG/Color (@ before the flag is needed)
  30. // {
  31. // "tag" "[Admin] " - Tag
  32. // "tag_Color" "RED" - Color of the tag
  33. // "name_Color" "TEAM" - Color of the nick
  34. // "chat_Color" "RED" - Color of the chat
  35. // }
  36. // "@a" - Admin flag of the players that need the TAG/Color (@ before the flag is needed)
  37. // {
  38. // "tag" "[VIP] " - Tag
  39. // "tag_Color" "PURPLE" - Color of the tag
  40. // "name_Color" "TEAM" - Color of the nick
  41. // "chat_Color" "LIGHTBLUE" - color of the chat
  42. // }
  43. // "#admin" - Group of the players that need the TAG/Color (# before the group is needed)
  44. // {
  45. // "tag" "[Админ] " - Tag
  46. // "tag_Color" "PURPLE" - Color of the tag
  47. // "name_Color" "TEAM" - Color of the nick
  48. // "chat_Color" "GREEN" - color of the chat
  49. // }
  50. // "STEAM_1:0:53564701" - SteamID if the player that need the TAG/Color (In CSGO is always STEAM_1, STEAM_0 will not work)
  51. // {
  52. // "tag" "[Friends] " - Tag
  53. // "tag_Color" "GREEN" - Color of the tag
  54. // "name_Color" "TEAM" - Color of the nick
  55. // "chat_Color" "RED" - color of the chat
  56. // }
  57. // "All" - To give the tag to all the players
  58. // {
  59. // "tag" "[Player] " - Tag
  60. // "tag_Color" "GREEN" - Color of the tag
  61. // "name_Color" "TEAM" - Color of the nick
  62. // "chat_Color" "DEFAULT" - color of the chat
  63. // }
  64. //}
  65. //--------------------------------------
  66. "chat_colors_csgo"
  67. {
  68. "@z"
  69. {
  70. "tag" "[OWNER]* "
  71. "tag_Color" "BLUE"
  72. "name_Color" "TEAM"
  73. "chat_Color" "LIGHTRED"
  74. }
  75. "@a"
  76. {
  77. "tag" "[VIP] "
  78. "tag_Color" "PURPLE"
  79. "name_Color" "TEAM"
  80. "chat_Color" "LIGHTBLUE"
  81. }
  82. "@moderator"
  83. {
  84. "tag" "[MODERATOR] "
  85. "tag_Color" "GREEN"
  86. "name_Color" "TEAM"
  87. "chat_Color" "OLIVE"
  88. }
  89. }
Add Comment
Please, Sign In to add comment