mp_hud
Deleted Userit stop showing hud for everyone in the server, I want to know what is the parameter for it? I mean there's only single parameter <HUD Elements> how to use it? Help me.
This server setting controls the visibility of certain HUD elements. The parameter must be the sum of the codes for all the HUD elements which are supposed to be visible. Use 0 if you want to hide all HUD elements which are controlled by this setting. The codes are the following: 1 - Health 2 - Armor 4 - Time 8 - Ammo 16 - Money 32 - Icons (like buyzone, rescuezone etc) 64 - Kill Messages The default value for this setting is 1+2+4+8+16+32+64 = 127, which means that all HUD elements are visible Example: You just want to display health (1) and ammo (8) and hide everything else: 1+8 = 9 Another Example: Just make the time visible: 4 Attention: Some of these HUD elements are not displayed in all game modes. Time for example. This command can not be used to display HUD elements which are not required in a game mode. You can hide them but you can not force to display them. Note: The radar is a HUD element as well but it has its own command: mp_radar