// added www.kzone.ro hostname "StoneAgeCS16 | Anti-Cheat" //Name of Game amx_gamename "StoneAgeCS16" sv_setsteamaccount "" // Logging log on // Cfg-uri executate la pornire echo "*** Loading config files..." exec security.cfg exec rehlds.cfg exec reunion.cfg exec autoexec.cfg exec listip.cfg exec banned.cfg writeip // Rcon failure settings echo "*** Rcon failure settings... Activata protectia serverului" sv_rcon_banpenalty 60 sv_rcon_maxfailures 1 sv_rcon_minfailures 1 sv_rcon_minfailuretime 1 ======================================================= // Rates - nu modificati aceste setari ! echo "*** Setting server rates..." sv_maxspeed "320" cl_updaterate 101 cl_cmdrate 101 rate 25000 sv_rate 25000 sv_cmdrate 101 sv_updaterate 101 sv_maxrate 0 sys_ticrate 1000 developer 1 sv_maxrate 80000 sv_minrate 70000 sv_maxupdaterate 100 sv_minupdaterate 30 fps_max "1200" sv_unlag 1 sv_maxunlag 0.25 ====================================================== sv_lan "0" sv_gametypes "cstrike" // Team stuff... echo "*** Setting team stuff..." mp_limitteams 2 mp_autoteambalance 1 mp_autobalance 1 mp_chattime 1 // Team Damage... echo "*** Setting team damage..." mp_friendlyfire 0 mp_tkpunish 1 mp_hostagepenalty 0 mp_autokick 0 // Timers... echo "*** Setting timers..." mapchangecfgfile "server.cfg" mp_timelimit 25 mp_roundtime 2 mp_maxrounds 0 mp_c4timer 35 mp_freezetime 0 mp_buytime 1 mp_startmoney 950 // Game stuff... echo "*** Setting game stuff..." mp_consistency 1 mp_footsteps 1 mp_flashlight 1 mp_playerid 0 mp_fadetoblack 0 mp_falldamage 1 mp_mapvoteratio 0.6 mp_allowspectators 1 mp_forcerespawn -1 humans_join_team any // Misc stuff... echo "*** Setting server cvars..." hpk_maxsize 0.1 sv_hltv 1 sv_contact "Email-B00m_93@yahoo.com" sv_stats 1 sv_cheats 0 sv_consistency 1 sv_clienttrace 1 sv_aim 0 sv_maxspeed 320 sv_enableoldqueries 1 sv_gravity 800 sv_send_logos 1 sv_send_resources 1 sv_filetransfercompression 1 sv_visiblemaxplayers 32 sv_voicecodec voice_speex sv_voiceenable 1 sv_voicequality 2 sv_region 255 sv_timeout 45 sv_proxies 1 sv_friction "B00m_93@yahoo.com" max_queries_sec_global 0 max_queries_sec 0 // Resources Checker rch_log 2 mp_forcechasecam 0 mp_forcecamera 0 decalfrequency 60 pausable 0 use_regex 1 // Server download sv_downloadurl "http://stoneagemu.ddns.net/Resurse/" sv_allowdownload "1" sv_allowupload "1" //AntiDLLfile sv_allow_dlfile "1" // VoiceTranscoder sv_voicevolume_speex 1.0 sv_voicevolume_silk 1.0 sv_voicefloodms 30 vtc_log 0 vtc_logdir "" // No Team, Flash no_team_flash 1 mapcyclefile "mapcycle.txt" motdfile "motd.txt" echo "*** End server.cfg !"