Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. "ServerAdvertisements3"
  2. {
  3. "Settings"
  4. {
  5. "ServerName" "[{orange}SERVER{default}]" // 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" "65" // 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" "{darkred}----------------------------------------------------------\n{default}Witaj na serwerze {darkred}{PLAYERNAME}.\n{default}Pokaż im kto tu rządzi!{darkred}\n----------------------------------------------------------"
  19. "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}***************************************"
  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" "0" // Message is temporarily disabled - Default: 1
  28. "enabledtill" "30.05.2017" // Date DD/MM/YYYY -> Message will be available till 30. May 2017
  29. "maps" "all" //- Default: all
  30. "en" "Current map is: {CURRENTMAP} \n Players online: {PLAYERCOUNT} \n Next map: {NEXTMAP} \n Friendly fire: {mp_friendlyfire} \n"
  31. "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}"
  32. "type" "T"
  33. "tag" "[{darkred}SYSTEM{default}]"
  34. "ignore_maps" "de_inferno;ar_"
  35. }
  36. "2"
  37. {
  38. "enabled" "0" // Message is enabled
  39. "maps" "de_;cs_"
  40. "en" "Message 2"
  41. "cz" "Admini: {ADMINSONLINE}"
  42. "type" "T"
  43. "tag" "[{lime}VIP{default}]"
  44. "ignore" "a"
  45. "ignore_maps" "de_dust2"
  46. }
  47. "3"
  48. {
  49. "maps" "de_;ar_"
  50. "en" "{darkred}[cs-placzabaw.pl] {default}Serwer posiada !shop\!store, !ws, !knife, !gloves \nMiłej zabawy!"
  51. "cz" "<font color='#ff00ff'>Zpráva 3!</font>"
  52. "type" "T"
  53. "tag" "" // Message without tag
  54. }
  55. "4" // Message with "ServerName" option tag
  56. {
  57. "enabled" "1"
  58. "maps" "de_;ar_"
  59. "en" "{darkred}Aby sprawdzić swój postęp w rankingu wpisz !rank:){default} Pierwszą rangę dostaniesz po 10 fragach ;)"
  60. "cz" "Zprava 4"
  61. "type" "T"
  62. }
  63. "5" // HUD MESSAGE
  64. {
  65. "enabled" "1"
  66. "maps" "zm_"
  67. "en" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
  68. "cz" "NEW HUD MESSAGE TEXT BY {PLAYERNAME}"
  69. "type" "h"
  70. "color" "255 112 0" // RGB (R G B)
  71. "color2" "255 255 51" // RGB (R G B)
  72. "effect" "2" // 0,1,2
  73. "channel" "5" // Any number
  74. "posx" "-1.0" //left to right
  75. "posy" "0.05" //top to bottom
  76. "fadein" "0.2" //Fade in time
  77. "fadeout" "0.2" //Fade out time
  78. "holdtime" "5.0" //Message hold time
  79. }
  80. }
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement