Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.8.0.5985)
  2. // ConVars for plugin "sm_ctban.smx"
  3.  
  4.  
  5. // The admin flag(s) that may use !isbanned command on anyone. Blank allows all players access on anyone.
  6. // -
  7. // Default: "bz"
  8. sm_ctban_checkctbans_adminflags "bz"
  9.  
  10. // Specifies the configuration driver to use from SourceMod's database.cfg
  11. // -
  12. // Default: "default"
  13. sm_ctban_database_driver "default"
  14.  
  15. // Specifies whether to force admins to specify a reason when using CTBan command
  16. // -
  17. // Default: "0"
  18. sm_ctban_force_reason "0"
  19.  
  20. // Specifies whether to allow non-admins to use !isbanned on themselves.
  21. // -
  22. // Default: "0"
  23. sm_ctban_isbanned_selftarget "0"
  24.  
  25. // This text is appended to the time the user was last CT banned when they join T or Spectator teams.
  26. // -
  27. // Default: "Contact an admin if you would like to request an unban."
  28. sm_ctban_joinbanmsg "Contact an admin if you would like to request an unban."
  29.  
  30. // Specifies whether players are respawned after being team changed.
  31. // -
  32. // Default: "0"
  33. sm_ctban_respawn "0"
  34.  
  35. // The name of the sound to play when an action is denied.
  36. // -
  37. // Default: "buttons/button11.wav"
  38. sm_ctban_soundfile "buttons/button11.wav"
  39.  
  40. // Adds a prefix to the CT Bans table, leave this blank unless you have a need to add a prefix for multiple servers on one database.
  41. // -
  42. // Default: ""
  43. sm_ctban_table_prefix ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement