1. Disable killcam using a cvar. 'sv_showkillcam = 0', 0 disables the killcam, any other value enables it. 2. Disable client hud elements: 2. a. Disable client crosshairs using cvars. 'sv_no_crosshairs = 0', 0 disables them, any other value enables them. 2. b. Disable names appearing under crosshair. 'sv_no_crosshair_names = 0', 0 disables them, any other value enables them. 2. c. Disable players appearing on compass. 'sv_no_compass_players = 0', 0 disables them, any other value enables them. * 'sv_refresh_clients = 3', where 3 is the default value if not specified and is in seconds. This is the time between sending the command to the client to disable the elements.
There are no comments yet. Be the first!