This is a little addon, that allows you to stop annoying HLSS sounds on your server.
Admins can unmute a player by typing hlss_unmute <userid/name/steamid>
[syntax="es"]// How many seconds between each loop to check if players are using HLSS
hlss_loop_time 2.5
// Whether or not to just mute users who use HLSS
hlss_mute_users 0
// Whether or not to kick users who use HLSS
hlss_kick_users 1
// The message to kick players for using HLSS
hlss_kick_message HLSS Variable Dectected, come back without HLSS!
// Whether or not to ban HLSS users
hlss_ban_users 0
// Time to ban users (In minutes 0 == infinate)
hlss_ban_time 5
// Whether or not to show the round start message
hlss_warn_on_round_start 1
// How long (in minutes) to mute a player for
hlss_mute_time 5
// Admins that can unmute players
hlss_admins STEAM_0:0:00000,STEAM_0:1:1111111[/syntax]
Installation
Extract all files to your cstrike directory
Add es_load hlss to your autoexec.cfg
edit hlss.cfg to your liking
restart your server
Version Notes For 1.1b
Updated on: 2010-03-05 10:21:34 EST by bonbon (View Zip Contents)
Fixed a silly little error.