Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. "ServerAdvertisements3"
  2. {
  3. "Settings"
  4. {
  5. "ServerName" "ErrorHead" // Server tag
  6. "MySQL" "0" // If 1 -> Messages will be loaded from MySQL
  7. "ServerType" "default" // Only if MySQL is 1 -> Simply divide messages to groups (e.g. 3 servers uses ServerType surf and 2 servers uses jailbreak)
  8. "Time" "25" // Time in seconds
  9. "Languages" "EN;CZ" // List of languages / Keep the main language first (If player connect from Country you did not translated. He will get messages in language which is the first in list).
  10. "Default language" "geoip" // Value = "geoip" or "ingame"
  11. "Log expired messages" "0" // 1 = Enabled -> Messages are loged in Sourcemod's error log
  12. "ServerTracker" "1" // 1 = Enabled, 0 = Disabled
  13. }
  14. "Welcome Message"
  15. {
  16. "Enabled" "1" // 1 = Enabled / 0 = Disabled,
  17. "Type" "T" // Type of message - Only T and C types are supported right now
  18. "en" "{Green} → → → → WITAMY! ← ← ← ← \n {Green}* \n{Lightgreen} Witaj na serwerze, {Green}{PLAYERNAME}{Lightgreen}! \n {Lime}Wpadaj tu częściej! \n {Green}* \n {Green} → → → → WITAMY! ← ← ← ← \n "
  19. "cz" ""
  20. "Delay" "5.0" // Time in seconds after is client connected to server to show message
  21. "flags" "" // Client with this flag will get welcome message - Keep empty for all
  22. }
  23. "Messages"
  24. {
  25. "1"
  26. {
  27. "enabled" "1" // Message is temporarily disabled - Default: 1
  28. "maps" "all" //- Default: all
  29. "en" "{lightblue} → → → → UWAGA ← ← ← ← \n {lightblue}* \n{bluegrey}Aktualnie gramy: {lightblue}{CURRENTMAP}\n {bluegrey}Gracze online: {lightblue}{PLAYERCOUNT}\n {bluegrey}Następna mapa: {lightblue}{NEXTMAP}\n {lightblue}*\n {lightblue}----------- INFORMACJE -----------"
  30. "cz" ""
  31. "type" "T"
  32. }
  33. "2"
  34. {
  35. "enabled" "0" // Message is enabled
  36. "en" "Administracja online: {lightblue}{ADMINSONLINE}"
  37. "cz" ""
  38. "type" "T"
  39. "tag" "{lightblue}[ADMINISTRACJA]{bluegrey}"
  40. }
  41.  
  42. "3" // HUD MESSAGE
  43. {
  44. "enabled" "1"
  45. "maps" "all"
  46. "en" "{PLAYERNAME}, kup konto VIP, aby miec dostep do przywilejów!"
  47. "cz" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
  48. "type" "h"
  49. "color" "255 112 0" // RGB (R G B)
  50. "color2" "255 255 51" // RGB (R G B)
  51. "effect" "2" // 0,1,2
  52. "channel" "5" // Any number
  53. "posx" "-1.0" //left to right
  54. "posy" "0.05" //top to bottom
  55. "fadein" "0.2" //Fade in time
  56. "fadeout" "0.2" //Fade out time
  57. "holdtime" "1" //Message hold time
  58. }
  59.  
  60. "4"
  61. {
  62. "enabled" "0" // Message is enabled
  63. "en" "<font color='#008000' size='16'>Forum serwera: <font color='#006400' size='16'>ErrorHead.PL <br><font color='#008000' size='16'>Rekrutacja na admina jest <font color='#006400' size='16'>otwarta<font color='#008000' size='16'>!</font>"
  64. "cz" ""
  65. "Type" "C"
  66. "Tag" ""
  67. "Flags" "all"
  68. }
  69. "5" // HUD MESSAGE
  70. {
  71. "enabled" "1"
  72. "maps" "all"
  73. "en" "{PLAYERNAME}, zapraszamy Cię na forum ErrorHead.PL!"
  74. "cz" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
  75. "type" "h"
  76. "color" "255 112 0" // RGB (R G B)
  77. "color2" "255 255 51" // RGB (R G B)
  78. "effect" "2" // 0,1,2
  79. "channel" "5" // Any number
  80. "posx" "-1.0" //left to right
  81. "posy" "0.05" //top to bottom
  82. "fadein" "0.2" //Fade in time
  83. "fadeout" "0.2" //Fade out time
  84. "holdtime" "1" //Message hold time
  85. }
  86.  
  87.  
  88. "6"
  89. {
  90. "enabled" "1" // Message is temporarily disabled - Default: 1
  91. "maps" "all" //- Default: all
  92. "en" "{Red} → → → → UWAGA ← ← ← ← \n {lightred}Aby zablokowac rozmowę z graczem\n {lightred}zrób to tak jak na meczu turniejowym! \n {Red} → → → → UWAGA ← ← ← ← "
  93. "cz" ""
  94. "type" "T"
  95. }
  96. "7"
  97. {
  98. "enabled" "1" // Message is temporarily disabled - Default: 1
  99. "maps" "all" //- Default: all
  100. "en" "{Red} → → → → UWAGA ← ← ← ← \n {lightred}Wejdz na nasze forum{lightgreen} ErrorHead.pl \n {lightred}Aby odebrac darmowego VIP'a na 24h! \n {Red} → → → → UWAGA ← ← ← ← "
  101. "cz" ""
  102. "type" "T"
  103. }
  104. "8"
  105. {
  106. "enabled" "1" // Message is temporarily disabled - Default: 1
  107. "maps" "all" //- Default: all
  108. "en" "{lightgreen} → → → → INFORMACJE ← ← ← ← \n {green}Informacje o VIP`ie: {lightgreen}!vip\n {green}Zakup VIP`a: {lightgreen}!sklepsms\n {lightgreen} → → → → INFORMACJE ← ← ← ← "
  109. "cz" ""
  110. "type" "T"
  111. }
  112.  
  113. "9"
  114. {
  115. "enabled" "1" // Message is temporarily disabled - Default: 1
  116. "maps" "all" //- Default: all
  117. "en" "{lightgreen} → → → → INFORMACJE ← ← ← ← \n {green}Forum serwera: {lightgreen}ErrorHead.PL\n {green}Sklep z usługami: {lightgreen}sklep.ErrorHead.PL\n {lightgreen} → → → → INFORMACJE ← ← ← ← "
  118. "cz" ""
  119. "type" "T"
  120. }
  121.  
  122.  
  123. }
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement