Actually we can not hide just health without armor and radar.
But you can draw money.
If you want the money to be shown, do it.
PHP Code:
write_byte((1<<3) | (1<<5))
Change
PHP Code:
write_byte((1<<3))
PHP Code:
set_msg_arg_int(1, ARG_BYTE, get_msg_arg_int(1) | (1<<3) | (1<<5))
Change
PHP Code:
set_msg_arg_int(1, ARG_BYTE, get_msg_arg_int(1) | (1<<3))