g_iMsgStatusIcon = get_user_msgid( "StatusIcon" );UTIL_StatusIcon( iClient, iShouldDraw, szIcon[ ], iRed, iGreen, iBlue ){ message_begin( MSG_ONE, g_iMsgStatusIcon, _, iClient ) write_byte( iShouldDraw ); write_string( szIcon ); write_byte( iRed ); write_byte( iGreen ); write_byte( iBlue ); message_end( );}