Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.7.0)
  2. // ConVars for plugin "GameVoting.smx"
  3.  
  4.  
  5. // What admins you want to hide from voting? Set "0" or "" for display ALL admins. (def:'a')
  6. // -
  7. // Default: "a"
  8. gamevoting_admins_flag "a"
  9.  
  10. // AuthID type, 1 - AuthId_Engine, 2 - AuthId_Steam2, 3 - AuthId_Steam3, 4 - AuthId_SteamID64 (def:1)
  11. // -
  12. // Default: "1"
  13. // Minimum: "1.000000"
  14. // Maximum: "4.000000"
  15. gamevoting_authid "1"
  16.  
  17. // Disable plugin when admins on server? (def:0)
  18. // -
  19. // Default: "0"
  20. // Minimum: "0.000000"
  21. // Maximum: "1.000000"
  22. gamevoting_autodisable "0"
  23.  
  24. // Delay before vote again for other player (def:10)
  25. // -
  26. // Default: "10"
  27. // Minimum: "0.000000"
  28. // Maximum: "120.000000"
  29. gamevoting_delay "10"
  30.  
  31.  
  32. // Minimum: "0.000000"
  33. // Maximum: "1.000000"
  34. gamevoting_enable "1"
  35.  
  36. // Enable or disable logs for plugin (def:1)
  37. // -
  38. // Default: "1"
  39. // Minimum: "0.000000"
  40. // Maximum: "1.000000"
  41. gamevoting_logs "1"
  42.  
  43. // After how many seconds to close the menu? (def:10)
  44. // -
  45. // Default: "10"
  46. // Minimum: "10.000000"
  47. // Maximum: "45.000000"
  48. gamevoting_menu_delay "10"
  49.  
  50. // Minimum players need to enable votes (def:4)
  51. // -
  52. // Default: "4"
  53. // Minimum: "0.000000"
  54. // Maximum: "20.000000"
  55. gamevoting_players "4"
  56.  
  57. // Do you want to log voting progress? (def:1)
  58. // -
  59. // Default: "1"
  60. // Minimum: "0.000000"
  61. // Maximum: "1.000000"
  62. gamevoting_progress "1"
  63.  
  64. // Enable or disable voteban functional (def:1)
  65. // -
  66. // Default: "1"
  67. // Minimum: "0.000000"
  68. // Maximum: "1.000000"
  69. gamevoting_voteban "1"
  70.  
  71. // Ban duration in minutes (def:120)
  72. // -
  73. // Default: "120"
  74. // Minimum: "0.000000"
  75. gamevoting_voteban_delay "120"
  76.  
  77. // Needed percent of players for ban someone (def:80)
  78. // -
  79. // Default: "80"
  80. // Minimum: "0.000000"
  81. // Maximum: "100.000000"
  82. gamevoting_voteban_percent "90"
  83.  
  84. // If you set 0, votemute -> gag+mute, if you set 1, votemute->mute, votegag->gag (def:0)
  85. // -
  86. // Default: "0"
  87. // Minimum: "0.000000"
  88. // Maximum: "1.000000"
  89. gamevoting_votegag "0"
  90.  
  91. // Gag duration in seconds (def:1800)
  92. // -
  93. // Default: "2000"
  94. // Minimum: "0.000000"
  95. gamevoting_votegag_delay "2000"
  96.  
  97. // Needed percent of players for gag someone (def:75)
  98. // -
  99. // Default: "75"
  100. // Minimum: "0.000000"
  101. // Maximum: "100.000000"
  102. gamevoting_votegag_percent "75"
  103.  
  104. // Enable or disable votekick (def:1)
  105. // -
  106. // Default: "1"
  107. // Minimum: "0.000000"
  108. // Maximum: "1.000000"
  109. gamevoting_votekick "1"
  110.  
  111. // Kick duration in seconds (def:60)
  112. // -
  113. // Default: "60"
  114. // Minimum: "0.000000"
  115. gamevoting_votekick_delay "60"
  116.  
  117. // Needed percent of players for kick someone (def:80)
  118. // -
  119. // Default: "80"
  120. // Minimum: "0.000000"
  121. // Maximum: "100.000000"
  122. gamevoting_votekick_percent "80"
  123.  
  124. // Enable or disable votemute (def:1)
  125. // -
  126. // Default: "1"
  127. // Minimum: "0.000000"
  128. // Maximum: "1.000000"
  129. gamevoting_votemute "1"
  130.  
  131. // Mute duration in seconds (def:1800)
  132. // -
  133. // Default: "1800"
  134. // Minimum: "0.000000"
  135. gamevoting_votemute_delay "1800"
  136.  
  137. // Needed percent of players for mute someone (def:75)
  138. // -
  139. // Default: "75"
  140. // Minimum: "0.000000"
  141. // Maximum: "100.000000"
  142. gamevoting_votemute_percent "75"
  143.  
  144. // Version of gamevoting plugin. Author: Neatek, www.neatek.ru
  145. // -
  146. // Default: "1.7"
  147. sm_gamevoting_version "1.7"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement