Raised This Month: $ Target: $400
 0% 

RCON


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 12-28-2018 , 04:13   Re: RCON
Reply With Quote #1

Quote:
Originally Posted by Bacardi View Post
Those are in csgo, but are hidden.
You need use sm_cvar command
Code:
// Number of minutes to ban users who fail rcon authentication
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "0"
// Default: "0"
sv_rcon_banpenalty "0"

// Enable/disable rcon logging.
// Flags: FCVAR_DEVELOPMENTONLY
// Default: "1"
sv_rcon_log "1"

// Max number of times a user can fail rcon authentication before being banned
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1" Max: "20"
// Default: "10"
sv_rcon_maxfailures "10"

// Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1" Max: "20"
// Default: "5"
sv_rcon_minfailures "5"

// Number of seconds to track failed rcon authentications
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1"
// Default: "30"
sv_rcon_minfailuretime "30"

// When set, rcon failed authentications will never ban this address, e.g. '127.0.0.1'
// Flags: FCVAR_RELEASE
// Default: ""
sv_rcon_whitelist_address ""
Nice!!
Dr.Mohammad is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:41.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode