This post has been edited 1 times, last edit by "freak.exe_uLow?" (Jan 25th 2013, 12:01pm)
![]() |
Source code |
1 2 3 4 5 6 |
// [smac_eyetest.smx] Automatically ban players on eye test detections. // - // Default: "4" // Minimum: "4.000000" // Maximum: "4.000000" smac_eyetest_ban "4" |
![]() |
Source code |
1 2 3 4 5 6 |
// [smac_eyetest.smx] Enable compatibility mode with third-party plugins. This will disable some detection methods. // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" smac_eyetest_compat "1" |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
// This file was auto-generated by SourceMod (v1.5.0-dev+3742) // ConVars for plugin "smac.smx" // [smac_aimbot.smx] Number of aimbot detections before a player is banned. Minimum allowed is 4. (0 = Never ban) // - // Default: "0" // Minimum: "0.000000" smac_aimbot_ban "4" // [smac_autotrigger.smx] Automatically ban players on auto-trigger detections. // - // Default: "0" // Minimum: "0.000000" // Maximum: "1.000000" smac_autotrigger_ban "1" // The duration in minutes used for automatic bans. (0 = Permanent) // - // Default: "0" // Minimum: "0.000000" smac_ban_duration "0" // [smac_eyetest.smx] Automatically ban players on eye test detections. // - // Default: "0" // Minimum: "0.000000" // Maximum: "1.000000" smac_eyetest_ban "1" // [smac_eyetest.smx] Enable compatibility mode with third-party plugins. This will disable some detection methods. // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" smac_eyetest_compat "1" // Include extra information about a client being logged. // - // Default: "0" // Minimum: "0.000000" // Maximum: "1.000000" smac_log_verbose "1" // Display a message saying that your server is protected. // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" smac_welcomemsg "0" |