hide_hud_elements

Hides specific elements from the HUD.

Syntax

stock hide_hud_elements(id, HideElemenentFlags:elements, bool:noadd = true, bool:reliable = true) {

Usage

id Client index or 0 for all clients
elements HUD elements to hide. The names are self-explanatory:
noadd If set to false and the chosen element names have
reliable If true, the message will be sent via the reliable

Return

if "id" is non-zero and the client isn't connected,

Notes

The symbol + means that an additional crosshair will be drawn.

Defined in msgstocks.inc at line 308 . This documentation was automatically generated from source.