function setBarSize (client-side)
Available since version: 0.0.0
This function will set the specified status bar size on the screen.
Declaration
void setBarSize(int type, int width, int height)
Parameters
inttype: the type of status bar you want to set the size of. For more information see HUD constants.intwidth: size on the screen in virtuals.intheight: size on the screen in virtuals.