[AMX] Plugin file open error (plugin "heartbeat.amx")
// Internet server (1 for LAN)
sv_lan 0
// Cuts down on verbosness of console (saves some memory and CPU time)
developer 0
// Player Vs. Player Settings (0 to disable, 1 only outside towns, 2 PvP anywhere)
ms_pklevel 0
// Number of characters that can be stored by each player on the server
// Set to 0 for client side characters
ms_serverchar 3
// Allow vote kicking (recommend disable, as is buggy)
ms_allowkickvote 0
// Allow voting for time
ms_allowtimevote 1
// Add your rcon password here
rcon_password "yeah, no, sorry."
// Voice comm settings (hiqh quality)
sv_voiceenable 1
sv_voicequality 5
sv_voicecodec voice_speex
// Allow all players to hear one another, regardless of team
sv_alltalk 1
sv_spectalk 1
// Custom Content Server for fast downloads, Feel free to make your own
sv_downloadurl "http://www.thothie.com/hlserv"
// Disable clients' ability to pause the server
pausable 0
// Player bounding boxes (collisions, not clipping, superfluous)
sv_clienttrace 3.5
// Maximum client movement speed (superfluous)
sv_maxspeed 600
//Newer MSC specific options:
//Server Restart/Reset System
ms_reset_if_empty 0 //reset the server 60 seconds after last person leaves if set to 1
ms_timelimit 20 //change the map to Edana if server is empty this many minutes
//Admin system
ms_admin_contact "[email protected]" //put your e-mail here for clients to reach you
ms_ban_to_cfg 1 //write permanent bans to the server/lisetnserver.cfg in addition to ms_bans.cfg
ms_chatlog 1 //log chat to files
//Vote system
msvote_ban_enable 1 //enable ban vote
msvote_ban_time 60 //length of ban from ban vote
msvote_farm_all_day 0 //allow voting for the map the players are on
msvote_kick_enable 1 //allow kick votes
msvote_map_enable 1 //allow map votes
msvote_map_type "all" //"all" or "root" (root for home towns only)
msvote_pvp_enable 1 //allow voting for PvP (resets after map change or subsequent vote)
//Execute Thothie's HLDS Restart writeid Loop Script 1.0
exec writeidloop.cfg