Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. // Types
  2. // -----
  3. // C: Center message
  4. // H: Hint message
  5. // M: Menu message
  6. // S: Say message
  7. // - Colors: {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
  8. // For L4D you can use {RED}.
  9. // For TF2, DODS you can use {DARKGREEN}.
  10. // For DODS you can not use {LIGHTGREEN} or {TEAM}.
  11. // - Example: {GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}
  12. // T: Top message
  13. // - Colors: {WHITE}, {RED}, {GREEN}, {BLUE}, {YELLOW}, {PURPLE}, {CYAN},
  14. // {ORANGE}, {PINK}, {OLIVE}, {LIME}, {VIOLET}, {LIGHTBLUE}
  15. // - Example: {ORANGE} www.domain.com
  16. //
  17. // Flags (optional)
  18. // -----
  19. // Accepts flags of admins that will not see the advertisement.
  20. // When omitted everyone will see the advertisement.
  21. // When left empty only admins will see the advertisement.
  22. //
  23. // ShowCount (optional)
  24. // ---------
  25. // If omitted "1" is used. It meens how many times this ad will be shown in one full cycle.
  26. // Full cycle is when all ads shown all desired times. Another meaning of this field is weight.
  27.  
  28. "Advertisements"
  29. {
  30. "1"
  31. {
  32. "type" "S"
  33. "text" "{fullred}Регистрируйтесь {lime}у нас на сайте {aqua}: Beskuda.Ru"
  34. }
  35. "2"
  36. {
  37. "type" "S"
  38. "text" "{fullred}Главный Администратор : {darkmagenta}God of Aim"
  39. "showcount" "1"
  40. }
  41. "3"
  42. {
  43. "type" "S"
  44. "text" "{deepskyblue}Информация и {lime}покупка {mediumspringgreen}Premium Аккаунта {aquamarine}есть на сайте\n : Beskuda.Ru"
  45. }
  46. "4"
  47. {
  48. "type" "S"
  49. "text" " {orangered}Приобретая донат на сервере {black}: {cyan}Вы тем самым продливаете ему жизнь"
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement