Advertisement
Guest User

Smac.cfg

a guest
Apr 5th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.5.1)
  2. // ConVars for plugin "smac.smx"
  3.  
  4.  
  5. // [smac_aimbot.smx] Number of aimbot detections before a player is banned. Minimum allowed is 4. (0 = Never ban)
  6. // -
  7. // Default: "0"
  8. // Minimum: "0.000000"
  9. smac_aimbot_ban "4"
  10.  
  11. // [smac_commands.smx] Amount of commands allowed in one second before kick. (0 = Disabled)
  12. // -
  13. // Default: "30"
  14. // Minimum: "0.000000"
  15. smac_antispam_cmds "30"
  16.  
  17. // [smac_client.smx] Seconds to prevent someone from restablishing a connection. (0 = Disabled)
  18. // -
  19. // Default: "2"
  20. // Minimum: "0.000000"
  21. smac_antispam_connect "0"
  22.  
  23. // [smac_autotrigger.smx] Automatically ban players on auto-trigger detections.
  24. // -
  25. // Default: "0"
  26. // Minimum: "0.000000"
  27. // Maximum: "1.000000"
  28. smac_autotrigger_ban "1"
  29.  
  30. // The duration in minutes used for automatic bans. (0 = Permanent)
  31. // -
  32. // Default: "0"
  33. // Minimum: "0.000000"
  34. smac_ban_duration "0"
  35.  
  36. // [smac_css_fixes.smx] Block illegal defuses.
  37. // -
  38. // Default: "1"
  39. // Minimum: "0.000000"
  40. // Maximum: "1.000000"
  41. smac_css_defusefix "0"
  42.  
  43. // [smac_css_fixes.smx] Block players from respawning through rejoins.
  44. // -
  45. // Default: "1"
  46. // Minimum: "0.000000"
  47. // Maximum: "1.000000"
  48. smac_css_respawnfix "1"
  49.  
  50. // [smac_eyetest.smx] Automatically ban players on eye test detections.
  51. // -
  52. // Default: "0"
  53. // Minimum: "0.000000"
  54. // Maximum: "1.000000"
  55. smac_eyetest_ban "1"
  56.  
  57. // [smac_eyetest.smx] Enable compatibility mode with third-party plugins. This will disable some detection methods.
  58. // -
  59. // Default: "0"
  60. // Minimum: "0.000000"
  61. // Maximum: "1.000000"
  62. smac_eyetest_compat "0"
  63.  
  64. // Include extra information about a client being logged.
  65. // -
  66. // Default: "0"
  67. // Minimum: "0.000000"
  68. // Maximum: "1.000000"
  69. smac_log_verbose "0"
  70.  
  71. // [smac_client.smx] Kick clients that fail to authenticate within 10 seconds of joining the server.
  72. // -
  73. // Default: "0"
  74. // Minimum: "0.000000"
  75. // Maximum: "1.000000"
  76. smac_validate_auth "0"
  77.  
  78. // Display a message saying that your server is protected.
  79. // -
  80. // Default: "1"
  81. // Minimum: "0.000000"
  82. // Maximum: "1.000000"
  83. smac_welcomemsg "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement