Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.8.0.5968)
  2. // ConVars for plugin "vpp_adverts.smx"
  3.  
  4.  
  5. // How often the periodic adverts should be played (In Minutes), 0 = Disabled.
  6. // -
  7. // Default: "15"
  8. sm_vpp_ad_period "15"
  9.  
  10. // How many adverts should be played in total (excluding join adverts)? 0 = Unlimited, -1 = Disabled.
  11. // -
  12. // Default: "0"
  13. sm_vpp_ad_total "0"
  14.  
  15. // Play an advert every time somebody dies this many times, 0 = Disabled.
  16. // -
  17. // Default: "0"
  18. sm_vpp_every_x_deaths "0"
  19.  
  20. // Prevent displaying ads to users with access to 'advertisement_immunity', 0 = Disabled. (Default: Reservation Flag)
  21. // -
  22. // Default: "0"
  23. sm_vpp_immunity_enabled "0"
  24.  
  25. // Kick players with motd disabled? (Immune players are ignored), 0 = Disabled.
  26. // -
  27. // Default: "0"
  28. sm_vpp_kickmotd "0"
  29.  
  30. // Show messages to clients, 0 = Disabled.
  31. // -
  32. // Default: "1"
  33. sm_vpp_messages "1"
  34.  
  35. // Should advertisement be displayed to players on first team join?, 0 = Disabled.
  36. // -
  37. // Default: "1"
  38. sm_vpp_onjoin "1"
  39.  
  40. // 2 = Wait for team join, If you have issues with method 1 then set this to method 2, It defaults at 1, in most cases you should leave this at 1.
  41. // -
  42. // Default: "1"
  43. // Minimum: "1.000000"
  44. // Maximum: "2.000000"
  45. sm_vpp_onjoin_type "1"
  46.  
  47. // Should advertisement be displayed on game phases? (HalfTime, OverTime, MapEnd, WinPanels etc) 0 = Disabled.
  48. // -
  49. // Default: "1"
  50. sm_vpp_onphase "1"
  51.  
  52. // Resume Radio after advertisement finishes, 0 = Disabled.
  53. // -
  54. // Default: "1"
  55. sm_vpp_radio_resumation "1"
  56.  
  57. // How often should ads be played to spectators (In Minutes), 0 = Disabled.
  58. // -
  59. // Default: "3"
  60. sm_vpp_spec_ad_period "3"
  61.  
  62. // Put your VPP Advert Link here
  63. // -
  64. // Default: ""
  65. sm_vpp_url "http://vppgamingnetwork.com/Client/Content/1357"
  66.  
  67. // Wait until player is dead (Except first join) 0 = Disabled.
  68. // -
  69. // Default: "0"
  70. sm_vpp_wait_until_dead "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement