Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.8.0.6040)
  2. // ConVars for plugin "chat-processor.smx"
  3.  
  4.  
  5. // Name of the message formats config.
  6. // -
  7. // Default: "configs/chat_processor.cfg"
  8. sm_chatprocessor_config "configs/chat_processor.cfg"
  9.  
  10. // Controls how dead communicate.
  11. // 0 - Off. 1 - Dead players talk to living teammates.
  12. // -
  13. // Default: "0"
  14. // Minimum: "0.000000"
  15. // Maximum: "1.000000"
  16. sm_chatprocessor_deadchat "1"
  17.  
  18. // Default setting to give forwards to process colors.
  19. // -
  20. // Default: "1"
  21. // Minimum: "0.000000"
  22. // Maximum: "1.000000"
  23. sm_chatprocessor_process_colors_default "1"
  24.  
  25. // Default setting to give forwards to remove colors.
  26. // -
  27. // Default: "0"
  28. // Minimum: "0.000000"
  29. // Maximum: "1.000000"
  30. sm_chatprocessor_remove_colors_default "0"
  31.  
  32. // Status of the plugin.
  33. // -
  34. // Default: "1"
  35. // Minimum: "0.000000"
  36. // Maximum: "1.000000"
  37. sm_chatprocessor_status "1"
  38.  
  39. // Remove color tags from the name and the message before processing the output.
  40. // -
  41. // Default: "1"
  42. // Minimum: "0.000000"
  43. // Maximum: "1.000000"
  44. sm_chatprocessor_strip_colors "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement