Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. "ServerAdvertisements3"
  2. {
  3. "Settings"
  4. {
  5. "ServerName" "[{orchid}GalxyG{default}]" // Server tag
  6. "ServerType" "Surf" // Only if MySQL is 1 -> Simply divide messages to groups (e.g. 3 servers uses ServerType surf and 2 servers uses jailbreak)
  7. "Time" "50.0" // Time in seconds
  8. "Languages" "EN" // 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).
  9. "Default language" "geoip" // Value = "geoip" or "ingame"
  10. "Log expired messages" "0" // 1 = Enabled -> Messages are loged in Sourcemod's error log
  11. }
  12. "Welcome Message"
  13. {
  14. "Enabled" "0" // 1 = Enabled / 0 = Disabled,
  15. "Type" "T" // Type of message - Only T and C types are supported right now
  16. "en" "{orange}*************************************** \n{darkred}Welcome to this server {PLAYERNAME}! \n {lime}This server uses ServerAdvertisements3 \n Author: {bluegrey}www.steamcommunity.com/id/esk0\n{orange}***************************************"
  17. "cz" "{orange}*************************************** \n{darkred}Vítej na tomto serveru {PLAYERNAME}! \n {lime}Tento server používá ServerAdvertisements3 \n Autor: {bluegrey}www.steamcommunity.com/id/esk0\n{orange}***************************************"
  18. "Delay" "5.0" // Time in seconds after is client connected to server to show message
  19. "flags" "" // Client with this flag will get welcome message - Keep empty for all
  20. }
  21. "Messages"
  22. {
  23. "1"
  24. {
  25. "enabled" "0" // Message is temporarily disabled - Default: 1
  26. "enabledtill" "30.05.2017" // Date DD/MM/YYYY -> Message will be available till 30. May 2017
  27. "maps" "all" //- Default: all
  28. "en" "Current map is: {CURRENTMAP} \n Players online: {PLAYERCOUNT} \n Next map: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravity: {sv_gravity}"
  29. "cz" "Momentálně se hraje: {CURRENTMAP} \n Počet hráčů: {PLAYERCOUNT} \n Příští mapa: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n Gravitace: {sv_gravity}"
  30. "type" "T"
  31. "tag" "[{darkred}SYSTEM{default}]"
  32. "ignore_maps" "de_inferno;ar_"
  33. }
  34. "2"
  35. {
  36. "enabled" "1" // Message is enabled
  37. "maps" "surf_"
  38. "en" "{green}Join our Discord server{default} @: {blue}https://discord.gg/bpFMbbK"
  39. "cz" "{green}Join our Discord server{default} @: {blue}https://discord.gg/bpFMbbK"
  40. "type" "T"
  41. "tag" "{orchid}GalaxyG{default} |"
  42. "ignore" ""
  43. "ignore_maps" "de_dust2"
  44. }
  45. "3"
  46. {
  47. "maps" "de_;ar_"
  48. "en" "Message 3"
  49. "cz" "<font color='#ff00ff'>Zpráva 3!</font>"
  50. "type" "C"
  51. "tag" "" // Message without tag
  52. }
  53. "4" // Message with "ServerName" option tag
  54. {
  55. "maps" "zm_"
  56. "en" "Message 4"
  57. "cz" "Zprava 4"
  58. "type" "t"
  59. }
  60. "5" // HUD MESSAGE
  61. {
  62. "enabled" "0"
  63. "maps" "zm_"
  64. "en" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
  65. "cz" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
  66. "type" "h"
  67. "color" "255 112 0" // RGB (R G B)
  68. "color2" "255 255 51" // RGB (R G B)
  69. "effect" "2" // 0,1,2
  70. "channel" "5" // Any number
  71. "posx" "-1.0" //left to right
  72. "posy" "0.05" //top to bottom
  73. "fadein" "0.2" //Fade in time
  74. "fadeout" "0.2" //Fade out time
  75. "holdtime" "5.0" //Message hold time
  76. }
  77. }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement