SYSTEMTIME lt;GetLocalTime(<); sprintf(bufer, "%02d:%02d:%02d", lt.wHour, lt.wMinute, lt.wSecond); HUD_TEXT_TGL( x, D3DCOLOR_XRGB( 255, 255, 255 ), buf ); if ( set.hud_indicator_inv ) { HUD_TEXT_TGL( x, cheat_state->_generic.hp_cheat ? D3DCOLOR_XRGB(0, 255, 0) : D3DCOLOR_XRGB(255, 0, 0), "Inv" ); }