Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.8.0.5954)
  2. // ConVars for plugin "KZJumpStats (2).smx"
  3.  
  4.  
  5. // Minimum distance for bhops to be considered leet [JumpStats Colorchat All]
  6. // -
  7. // Default: "270.0"
  8. // Minimum: "200.000000"
  9. // Maximum: "999.000000"
  10. js_dist_leet_bhop "270.0"
  11.  
  12. // Minimum distance for drop bhops to be considered leet [JumpStats Colorchat All]
  13. // -
  14. // Default: "270.0"
  15. // Minimum: "200.000000"
  16. // Maximum: "999.000000"
  17. js_dist_leet_dropbhop "270.0"
  18.  
  19. // Minimum distance for longjumps to be considered leet [JumpStats Colorchat All]
  20. // -
  21. // Default: "250.0"
  22. // Minimum: "245.000000"
  23. // Maximum: "999.000000"
  24. js_dist_leet_lj "250.0"
  25.  
  26. // Minimum distance for multi-bhops to be considered leet [JumpStats Colorchat All]
  27. // -
  28. // Default: "270.0"
  29. // Minimum: "200.000000"
  30. // Maximum: "9999.000000"
  31. js_dist_leet_multibhop "270.0"
  32.  
  33. // Minimum distance for weird jumps to be considered leet [JumpStats Colorchat All]
  34. // -
  35. // Default: "270.0"
  36. // Minimum: "200.000000"
  37. // Maximum: "999.000000"
  38. js_dist_leet_wj "270.0"
  39.  
  40. // Minimum distance for bhops to be considered good [Client Message]
  41. // -
  42. // Default: "240.0"
  43. // Minimum: "200.000000"
  44. // Maximum: "999.000000"
  45. js_dist_min_bhop "240.0"
  46.  
  47. // Minimum distance for drop bhops to be considered good [Client Message]
  48. // -
  49. // Default: "230.0"
  50. // Minimum: "200.000000"
  51. // Maximum: "999.000000"
  52. js_dist_min_dropbhop "230.0"
  53.  
  54. // Minimum distance for longjumps to be considered good [Client Message]
  55. // -
  56. // Default: "265.0"
  57. // Minimum: "265.000000"
  58. // Maximum: "999.000000"
  59. js_dist_min_lj "265.0"
  60.  
  61. // Minimum distance for multi-bhops to be considered good [Client Message]
  62. // -
  63. // Default: "240.0"
  64. // Minimum: "200.000000"
  65. // Maximum: "9999.000000"
  66. js_dist_min_multibhop "240.0"
  67.  
  68. // Minimum distance for weird jumps to be considered good [Client Message]
  69. // -
  70. // Default: "200.0"
  71. // Minimum: "200.000000"
  72. // Maximum: "999.000000"
  73. js_dist_min_wj "200.0"
  74.  
  75. // Minimum distance for bhops to be considered pro [JumpStats Colorchat All]
  76. // -
  77. // Default: "280.0"
  78. // Minimum: "200.000000"
  79. // Maximum: "999.000000"
  80. js_dist_pro_bhop "280.0"
  81.  
  82. // Minimum distance for drop bhops to be considered pro [JumpStats Colorchat All]
  83. // -
  84. // Default: "275.0"
  85. // Minimum: "200.000000"
  86. // Maximum: "999.000000"
  87. js_dist_pro_dropbhop "275.0"
  88.  
  89. // Minimum distance for longjumps to be considered pro [JumpStats Colorchat All]
  90. // -
  91. // Default: "278.0"
  92. // Minimum: "278.000000"
  93. // Maximum: "999.000000"
  94. js_dist_pro_lj "278.0"
  95.  
  96. // Minimum distance for multi-bhops to be considered pro [JumpStats Colorchat All]
  97. // -
  98. // Default: "280.0"
  99. // Minimum: "200.000000"
  100. // Maximum: "9999.000000"
  101. js_dist_pro_multibhop "280.0"
  102.  
  103. // Minimum distance for weird jumps to be considered pro [JumpStats Colorchat All]
  104. // -
  105. // Default: "280.0"
  106. // Minimum: "200.000000"
  107. // Maximum: "999.000000"
  108. js_dist_pro_wj "280.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement