Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.7.3-dev+5292)
  2. // ConVars for plugin "SourceSleuth.smx"
  3.  
  4.  
  5. // Sleuth Ban Type: 1 - Original Length, 2 - Custom Length, 3 - Double Length, 4 - Notify Admins Only
  6. // -
  7. // Default: "3"
  8. // Minimum: "1.000000"
  9. // Maximum: "4.000000"
  10. sm_sleuth_actions "3"
  11.  
  12. // 0 - Inactivated, 1 - Allow all admins with ban flag to pass the check
  13. // -
  14. // Default: "0"
  15. // Minimum: "0.000000"
  16. // Maximum: "1.000000"
  17. sm_sleuth_adminbypass "0"
  18.  
  19. // How many active bans are allowed before we act
  20. // -
  21. // Default: "0"
  22. sm_sleuth_bansallowed "0"
  23.  
  24. // 0 - ban all type of lengths, 1 - ban only permanent bans
  25. // -
  26. // Default: "0"
  27. // Minimum: "0.000000"
  28. // Maximum: "1.000000"
  29. sm_sleuth_bantype "0"
  30.  
  31. // Required: sm_sleuth_actions 1: Bantime to ban player if we got a match (0 = permanent (defined in minutes) )
  32. // -
  33. // Default: "0"
  34. sm_sleuth_duration "0"
  35.  
  36. // Prexfix for sourcebans tables: Default sb
  37. // -
  38. // Default: "sb"
  39. sm_sleuth_prefix "sb"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement