i upload this via filezilla using plain FTP encryption. The server will not start after i load mine. any ideas?
default autoexec:
Code:
log on
// allow direct connections
sv_allow_lobby_connect_only 0
// if you want your server to be private, uncomment the following line and set the password in server.cfg
//sv_unreserve
map l4d_hospital05_rooftop
my autoexec:
Code:
//Bad Tediz Auto Execution File
//Developer: Commander Tediz
//Last Update: 04-01-2012
//www.badtediz.com
//-----> Start Logging
//Logging enabled
log 1
//-----> Server Core Settings
//Rcon Stuff
rcon_password "***********"
//Name Of Server
hostname "Bad Tediz"
//Set Steam Group ID
sv_steamgroup 1004871
//Allow direct connections
sv_allow_lobby_connect_only 0
//If private, uncomment and set sv_password in server.cfg
sv_unreserve
//Player slots, repeat in server.cfg
maxplayers 16
sv_visiblemaxplayers 16