10-12-2007, 10:21 PM
This must be a common problem, but i couldn't find anything here when I searched.
When I restart my server the ban list is always empty. As you can see I write the ids and ips on every map change, and yet the files are empty every time there's a restart.
They are not read-only, i've checked them while the server was running.
Here's my server.cfg
Any Ideas what I'm doing wrong?
When I restart my server the ban list is always empty. As you can see I write the ids and ips on every map change, and yet the files are empty every time there's a restart.
They are not read-only, i've checked them while the server was running.
Here's my server.cfg
Code:
hostname "XXX"
rcon_password "xxxxxxxx"
writeid
writeip
sv_password ""
exec banned_user.cfg
exec banned_ip.cfg
exec listip.cfg
exec cssrpg105.cfg
log on
mp_logdetail 0
mp_logmessages 1
mp_timelimit "30"
mp_autoteambalance "0"
mp_c4timer "30"
mp_flashlight 0
mp_footsteps 1
mp_forcechasecam "0"
mp_freezetime "3"
mp_friendlyfire "0"
mp_hostagepenalty 4
mp_limitteams 1
mp_roundtime "4"
mp_tkpunish "0"
sv_restartround 1
sv_maxspeed 320
sv_proxies 1
sv_airaccelerate 150
allow_spectators 90
mp_startmoney "200"
mp_chattime 5
sv_allowupload 1
sv_allowdownload 1
sv_downloadurl "http://www.xxxxxxx.xxx/cstrike/"
sv_voiceenable 1
sv_alltalk 1
sv_voicequality 5
sv_voicecodec vaudio_miles
pausable 0
decalfrequency 40
mp_falldamage 0
sv_aim 0
sv_cheats 0
sv_maxrate 20000
sv_minrate 4000
sv_lan 0
sv_contact
sv_region "0"
sv_rcon_maxfailures 3
sv_rcon_minfailures 1
sv_rcon_minfailuretime 60
sv_rcon_banpenalty 10
Any Ideas what I'm doing wrong?