Hey
I run a TF2 dedi server, I changed a few settings this morning (half asleep) and installed a SourceMod melee sudden death plugin. Now players are stuck to the floor for the first 20-30 seconds of each round! Everyone's pretty annoyed heh. I tried changing some settings back but no luck. Can anyone please help me fix?
Thanks!
I run a TF2 dedi server, I changed a few settings this morning (half asleep) and installed a SourceMod melee sudden death plugin. Now players are stuck to the floor for the first 20-30 seconds of each round! Everyone's pretty annoyed heh. I tried changing some settings back but no luck. Can anyone please help me fix?
Code:
hostname "2fort yay"
sv_visiblemaxplayers 24
mp_maxrounds 5
host_framerate 0
setpause 0
sv_pure 0
sv_pausable 0
sv_lan 0
sv_consistency 1
sv_stats 1
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
sv_contact emailaddy@google.com
sv_region 3
rcon_password "lol"
sv_rcon_banpenalty 5
sv_rcon_maxfailures 15
log on
logaddress_add mybox:port
sv_log_onefile 0
sv_logfile 1
sv_logbans 1
sv_logecho 1
fps_max 600
sv_minrate 0
sv_maxrate 20000
sv_minupdaterate 10
sv_maxupdaterate 66
sv_allowupload 1
sv_allowdownload 1
net_maxfilesize 15
sm_respawn_time_enabled "1"
sm_respawn_time_blue "1.0" //Attackers
sm_respawn_time_red "1.0" //Defenders
sm_radio_advert = "0"
sm_radio_welcome = "1"
sm_advertisements_enabled 1
sm_advertisements_interval 300
mp_autoteambalance 1
mp_autoteambalance_delay 90
mp_autoteambalance_warning_delay 60
mp_teams_unbalance_limit 2
mp_enableroundwaittime 8
mp_bonusroundtime 1
mp_restartround 0
mp_stalemate_enable 1
mp_stalemate_timelimit 120
mp_timelimit 30
mp_forcecamera 0
mp_allowspectators 1
mp_footsteps 1
sv_cheats 0
sv_timeout 900
sv_timeout equal same time?
mp_idlemaxtime 5
mp_idledealmethod 1
decalfrequency 30
sv_voiceenable 1
sv_alltalk 0
mp_chattime 5
Thanks!