function
enableHud (client-side)
Available since version: 0.0.0
This function will change the visibilty of HUD elements.
Declaration
void enableHud(int type, bool toggle)
Parameters
int
type: the type of HUD element you want to change visibility of. For more information see HUD constants.bool
toggle:true
when you want to show the HUD element, otherwisefalse
.