#IF IS_DEBUG_BUILD USING "mp_outfit_data_new.sch" PROC GET_MP_OUTFIT_DATA_FOR_GENERATING_XML_MALE(MP_OUTFIT_ENUM eOutfit, MP_OUTFITS_DATA &sOutfitsData, scrShopPedComponent &componentItem, scrShopPedProp &propItem) // Male outfits first SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_TEETH_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_2_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_16_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_003_M") BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_001_M") BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_002_M") BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_000_M") BREAK CASE OUTFIT_EXEC_CEO_FOUNDER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_PIONEER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_EXEC_CEO_CHIEF_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-1549239545, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_DIRECTOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_PRESIDENT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_5_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_CREATOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 13 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_BROKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_FATCAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_PLAYBOY_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_17_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_EXEC_CEO_HEDONIST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_12_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_23_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_EXEC_CEO_GENERAL_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_EYES0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_WARLORD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_EXEC_ASSOCIATE_OPERATORS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 4 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_EXEC_ASSOCIATE_OPERATORS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_EXEC_ASSOCIATE_OPERATORS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(-1549239545, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_7_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_ANALYSTS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_EXEC_ASSOCIATE_ANALYSTS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_EXEC_ASSOCIATE_ANALYSTS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_EXEC_ASSOCIATE_MANAGERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_11_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MANAGERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MANAGERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_11_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_RACKETEERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 13 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 7 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_EXEC_ASSOCIATE_RACKETEERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 7 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 BREAK CASE OUTFIT_EXEC_ASSOCIATE_RACKETEERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 7 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_EXEC_ASSOCIATE_PROMOTERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_PROMOTERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_PROMOTERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_AGENTS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_AGENTS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_AGENTS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_TRADERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_TRADERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_TRADERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_EXEC_ASSOCIATE_MERCHANTS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(1736093737, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MERCHANTS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-711160725, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MERCHANTS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_FEET_0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_JBIB_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-350570506, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_BRAZEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 BREAK CASE OUTFIT_EXEC_ASSOCIATE_BRAZEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 BREAK CASE OUTFIT_EXEC_ASSOCIATE_BRAZEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMPANIONS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_17_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMPANIONS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMPANIONS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_17_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMRADES_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMRADES_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMRADES_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_EXEC_ASSOCIATE_RUNNERS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_RUNNERS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_19_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_6_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_RUNNERS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_19_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1174900697, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1174900697, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1174900697, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1174900697, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1174900697, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1174900697, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_3 GET_SHOP_PED_COMPONENT(1847994139, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_5 GET_SHOP_PED_COMPONENT(451394179, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_STUNT_RACE_BIKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_TORSO_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_DECL_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_STUNT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_RACER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_DECL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_MOTO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_TORSO_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_5_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_BIKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_STUNT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_RACER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_DECL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_MOTO_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_PRESIDENT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_41_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 1 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_PRESIDENT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_BIKER_PROSPECT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_BIKER_PROSPECT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 1 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_DIRT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_9_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_10_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_9_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_ACCS10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_BIKER_DIRT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_20_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_10_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_E") BREAK CASE OUTFIT_BIKER_HOOD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_B") BREAK CASE OUTFIT_BIKER_HOOD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_1_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_E") BREAK CASE OUTFIT_BIKER_HOOD_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_B") BREAK CASE OUTFIT_BIKER_HOOD_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_1_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_E") BREAK CASE OUTFIT_BIKER_HOOD_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_B") BREAK CASE OUTFIT_BIKER_HOOD_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_E") BREAK CASE OUTFIT_BIKER_HOOD_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_1_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_B") BREAK CASE OUTFIT_BIKER_CAMO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_9_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_BIKER_CAMO_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_EYES0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_BIKER_CAMO_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 177 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_BIKER_TOUGH_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 1 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_TOUGH_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_COOL_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_BIKER_COOL_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 1 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_COOL_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_BIKER_COOL_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 161 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_COOL_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_BIKER_COOL_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 174 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_BIKER_COOL_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 1 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_COOL_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_EYES0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUNK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUNK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_1_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_BIKER_PUNK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUNK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUNK_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 172 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_1_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_BIKER_PUNK_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 173 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_PUNK_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 172 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_PUNK_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 173 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_BIKER_RAZOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 176 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 173 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 175 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RANK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_010_M") BREAK CASE OUTFIT_BIKER_RANK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_000_M") BREAK CASE OUTFIT_BIKER_RANK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_23_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_005_F") BREAK CASE OUTFIT_BIKER_RANK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_24_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_010_M") BREAK CASE OUTFIT_BIKER_RANK_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_000_M") BREAK CASE OUTFIT_BIKER_RANK_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_005_F") BREAK CASE OUTFIT_BIKER_RANK_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_24_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_010_M") BREAK CASE OUTFIT_BIKER_RANK_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_000_M") BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_MOD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_27_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_8_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_28_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_26_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 93 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_BIKER_MOD_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_27_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_8_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_11_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_28_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_10_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_28_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_8_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_26_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 93 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_BIKER_MOD_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_28_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_8_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_22_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 BREAK CASE OUTFIT_BIKER_BRIT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_15_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_15_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 BREAK CASE OUTFIT_BIKER_BRIT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_30_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_12_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 BREAK CASE OUTFIT_BIKER_BRIT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_15_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 BREAK CASE OUTFIT_BIKER_BRIT_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_30_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_15_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_DEADLINE_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DEADLINE_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DEADLINE_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DEADLINE_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_BLUE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK ENDSWITCH // CEO OUTFITS 2.0 - MALE SWITCH eOutfit CASE OUTFIT_IE_CEO_LONGLINE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_IE_CEO_BANDANA_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1255450881, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(803318790, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_IE_CEO_DRIVER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_SQUAD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_TOPDOG_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_7_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_11_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_ALPHA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_IE_CEO_PUFFER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_CAMO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_IE_CEO_SWEATER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_5_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_CEO_PARKA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_7_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_CLOWN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_DEMON_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_LONGLINE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_IE_LONGLINE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_IE_LONGLINE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_IE_BANDANA_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(2143506569, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(803318790, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_IE_BANDANA_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1959329017, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(1287611841, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_IE_BANDANA_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1252976225, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-1390238074, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_IE_DRIVER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_DRIVER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_DRIVER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_WATCH0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SQUAD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_SQUAD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SQUAD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_TOPDOG_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_7_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_TOPDOG_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(134413489, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-1390238074, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_TOPDOG_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_7_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_ALPHA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_IE_ALPHA_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_IE_ALPHA_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_6_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_IE_PUFFER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(912449510, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PUFFER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1143831419, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PUFFER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_5_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CAMO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CAMO_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CAMO_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_IE_SWEATER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SWEATER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SWEATER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_7_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PARKA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_7_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PARKA_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_14_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_IE_PARKA_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CLOWN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_CLOWN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_CLOWN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_DEMON_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_6_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_DEMON_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_DEMON_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_IE_JN_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_TARGET_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 91 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 84 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 97 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 186 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_TARGET_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 91 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 84 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 97 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 186 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_BLUE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_13_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_13_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_13_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_13_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_13_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_7_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_7_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_7_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_7_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_7_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_7_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_6_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_3_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_9_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_10_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_0_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_10_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_C") BREAK CASE OUTFIT_BIKER_RAIDER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_10_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_10_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_CREW_M_000_C") BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_GUNR_CEO_SURVIVALIST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_6_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_2_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_GUNR_CEO_COMBAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_5_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_CEO_GUNRUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_9_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_4_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_GUNR_CEO_SMUGGLER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_SURVIVALIST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_31_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_6_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_2_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_SURVIVALIST_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_4_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_2_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_SURVIVALIST_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_2_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_COMBAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_13_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_5_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_COMBAT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_13_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_5_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_GUNR_ASSOCIATE_COMBAT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_9_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_5_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_GUNRUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_GUNR_ASSOCIATE_GUNRUNNER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_GUNR_ASSOCIATE_GUNRUNNER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_GUNR_ASSOCIATE_SMUGGLER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 12 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_SMUGGLER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 12 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_SMUGGLER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 12 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PINK_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_GREEN_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("mp_fm_branding_046") BREAK CASE OUTFIT_BIKER_ZOMBIE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_001_M") BREAK CASE OUTFIT_BIKER_ZOMBIE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_017_M") BREAK CASE OUTFIT_BIKER_ZOMBIE_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_GUNR_CEO_TACTICAL_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_3_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(410647003, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_CEO_GANGMASTER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_TACTICAL_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_TACTICAL_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_TACTICAL_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_GANGMASTER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_GANGMASTER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_3_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_GANGMASTER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_3_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_0_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_17_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_17_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_17_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_12), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_BIKER_HILLBILLY_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_9_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_BIKER_HILLBILLY_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_9_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_3_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_9_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_HILLBILLY_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_9_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_WVM_OPPRESSOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_WVM_OPPRESSOR_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_WVM_OPPRESSOR_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_WVM_OPPRESSOR_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_SPECIAL2_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_8_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_CONDEMNED GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_6_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_6_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_18_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_5_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_18_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_PURPLE_0 GET_SHOP_PED_COMPONENT(727346915, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_ORANGE_0 GET_SHOP_PED_COMPONENT(727346915, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_PINK_0 GET_SHOP_PED_COMPONENT(727346915, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_GREEN_0 GET_SHOP_PED_COMPONENT(727346915, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_SMUGGLER_CEO_FORMAL_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_2_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_SMUGGLER_CEO_TACTICAL_STEALTH_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TASK0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_FORMAL_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_2_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_FORMAL_PILOT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_2_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_FORMAL_PILOT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_2_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_TACTICAL_STEALTH_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TASK0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_TACTICAL_STEALTH_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_TACTICAL_STEALTH_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_026_M") BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_Ind_M_Tshirt_026") BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 sOutfitsData.iDLCTattooOverlay[0] = HASH("FM_Ind_M_Tshirt_004") BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_028_M") BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_BERD_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_SMUGGLER_RACE_SUIT_FLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-1319957279, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1894565091, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-823742069, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(40238774, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1695136433, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_CNT sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(1090268157, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1316305358, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(611769486, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(270670386, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1341362293, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_METV sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(162970995, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(976574325, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(1465565785, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(662522084, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1730305464, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_ECOLA sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(835030416, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1070046323, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-1573234665, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(-226795807, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1169095656, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_SPRUNK sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-1165620294, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(555911062, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-1384298385, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1185724678, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_TINKLE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-1096543246, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1339122931, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-643686212, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(-1970515798, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(955719067, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_PIRATE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_20_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_11_a") BREAK CASE OUTFIT_BIKER_PIRATE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_7_a") BREAK CASE OUTFIT_BIKER_PIRATE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_3_b") BREAK CASE OUTFIT_BIKER_PIRATE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_1_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_13_a") BREAK CASE OUTFIT_BIKER_PIRATE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_21_a") BREAK CASE OUTFIT_BIKER_PIRATE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_1_a") BREAK CASE OUTFIT_BIKER_PIRATE_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_1_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_25_a") BREAK CASE OUTFIT_BIKER_PIRATE_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 sOutfitsData.iDLCTattooOverlay[0] = HASH("M_TankTop_Smug_5_0_a") BREAK ENDSWITCH // Gang Ops SWITCH eOutfit CASE OUTFIT_GANGOPS_UNDER_CONTROL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_GANGOPS_HEIST_SCUBA GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(HASH("DLC_MP_X17_M_PEYES_0_0"), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_BLUE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_71_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 57 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_BLUE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_66_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 58 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_71_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 57 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_66_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_DECL_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH // Slashers SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_35_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_16_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_35_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_16_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_007_M") BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_015_M") BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-98779871, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_26_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_31_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_0_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_18_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_23_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_11_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_SPECIAL_2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_27_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_14_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_3_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH // Hard Target SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_4_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_35_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_37_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Smuggler_Graphic_013_M") BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_6_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_37_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Smuggler_Graphic_016_M") BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_26_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_5_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_7_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_22_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_16_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_7_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH // Heist Gear SWITCH eOutfit CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_5_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_6_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_7_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_8_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_5_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1339122931, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_5_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1339122931, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1339122931, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_5_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1339122931, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-575985438, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1171103251, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(134413489, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1209201624, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(410647003, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_BERD_4_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL2_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_SPECIAL_2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_6_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(639825431, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_7_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_3_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_SPECIAL_12_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_3_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_4_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_4_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 97 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 131 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 131 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_10_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_12_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SCUBA_NOTANK GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_M_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_COP sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_DECL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_RED sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_BLUE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_WHITE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_GRAY sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_BLUE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 99 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 254 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_RED sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 99 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 254 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_WHITE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 99 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 254 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_GREEN sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 99 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 254 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_ORANGE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 99 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 254 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_PURPLE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 99 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 254 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_PINK sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 99 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 254 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_3_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_3_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_3_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_3_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_3_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_UPPR_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_7_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_7_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_0_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_17_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_7_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_2_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_0_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_JBIB_7_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(963396572, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_9_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_10_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-488689046, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_M_PHEAD_4_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_RUNNER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_RUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_BERD_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_LEGS_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_SPECIAL_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_M_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_10_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_EYES0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_M_PHEAD_6_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_M_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_RUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_TORSO_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_15_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_2_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_RUNNER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_LEGS_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_M_SPECIAL_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_M_JBIB_14_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_M_PHEAD_2_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_BLACK sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_WHITE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_RED sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_BLUE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_M_PHEAD_5_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_NIGHTCLUB_CHILIAD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_NIGHTCLUB_CHILIAD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_NIGHTCLUB_CHILIAD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_M_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_NIGHTCLUB_KIFFLOM_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 61 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 271 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Battle_Clothing_000_M") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Battle_Clothing_001_M") BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_GREEN sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_JBIB_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BH_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_YELLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_M_JBIB_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BH_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_GREENGLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_9_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_YELLOWGLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_M_JBIB_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_M_PHEAD_9_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH ENDPROC PROC GET_MP_OUTFIT_DATA_FOR_GENERATING_XML_FEMALE(MP_OUTFIT_ENUM eOutfit, MP_OUTFITS_DATA &sOutfitsData, scrShopPedComponent &componentItem, scrShopPedProp &propItem) // Female outfits SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_TEETH0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_TEETH0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_TEETH0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VINTAGE_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_2_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_HEAVY_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_VEHICLE_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TEAM_DROP_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_LOWRIDER_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_BROWN_SPORT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_LOWR2_WHITE_SPORT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_WINNER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PEARS_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_50_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_45_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 44 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_EXEC1_TRADING_LOSER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_50_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_003_F") BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_001_F") BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_002_F") BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_SPORT_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_exec_teams_000_F") BREAK CASE OUTFIT_EXEC_CEO_FOUNDER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PLEFT_WRIST_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_PIONEER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(266244209, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_CHIEF_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 14 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_EXEC_CEO_DIRECTOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_F_GLASSES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_PRESIDENT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_EXEC_CEO_CREATOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_BROKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_FATCAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_CEO_PLAYBOY_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_EXEC_CEO_HEDONIST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_11_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_23_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_EXEC_CEO_GENERAL_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 BREAK CASE OUTFIT_EXEC_CEO_WARLORD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_EXEC_ASSOCIATE_OPERATORS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(266244209, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_OPERATORS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_GLASSES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_OPERATORS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_EXEC_ASSOCIATE_ANALYSTS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 4 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_EXEC_ASSOCIATE_ANALYSTS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 4 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_EXEC_ASSOCIATE_ANALYSTS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 4 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_EXEC_ASSOCIATE_MANAGERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MANAGERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_10_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MANAGERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_RACKETEERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 7 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_EXEC_ASSOCIATE_RACKETEERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_9_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 7 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 BREAK CASE OUTFIT_EXEC_ASSOCIATE_RACKETEERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 7 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_EXEC_ASSOCIATE_PROMOTERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_PROMOTERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_PROMOTERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PLEFT_WRIST_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_AGENTS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_AGENTS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_AGENTS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_TRADERS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_TRADERS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_TRADERS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_EXEC_ASSOCIATE_MERCHANTS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_LOWR11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MERCHANTS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_LOWR11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_MERCHANTS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_LOWR11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_BRAZEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_BRAZEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 12 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_EXEC_ASSOCIATE_BRAZEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_LOWR11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMPANIONS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_17_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMPANIONS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_17_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMPANIONS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMRADES_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMRADES_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_EXEC_ASSOCIATE_COMRADES_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_EXEC_ASSOCIATE_RUNNERS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_RUNNERS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_19_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_3_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_EXEC_ASSOCIATE_RUNNERS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_19_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_PURPLE_BUGS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ORANGE_BUGS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_MONO_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_RAINBOW_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 125 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_ANIMALS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_2_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_2_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_2_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_3 GET_SHOP_PED_COMPONENT(1927912602, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_2_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_2_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_THEMED_EXEC_COOKIES_5 GET_SHOP_PED_COMPONENT(616272410, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_2_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_STUNT_RACE_BIKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_TORSO_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_DECL_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_STUNT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_RACER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_DECL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_MOTO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_TORSO_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_5_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_BIKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_STUNT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_RACER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_DECL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_STUNT_RACE_MOTO_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_PRESIDENT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 BREAK CASE OUTFIT_BIKER_PRESIDENT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_BIKER_PROSPECT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_PROSPECT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_DIRT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_9_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_10_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_9_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_17_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 9 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 BREAK CASE OUTFIT_BIKER_DIRT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_25_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_10_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_DIRT_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_17_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_26_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_15_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_26_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_15_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 9 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HOOD_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_9_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_BIKER_CAMO_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_CAMO_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_BIKER_CAMO_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 179 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CAMO_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(1715930130, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_TOUGH_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 173 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_TOUGH_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_BIKER_TOUGH_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_COOL_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(1715930130, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_COOL_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_BIKER_COOL_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_COOL_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_COOL_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_COOL_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_22_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 BREAK CASE OUTFIT_BIKER_COOL_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_COOL_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 BREAK CASE OUTFIT_BIKER_PUNK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_PUNK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_1_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_BIKER_PUNK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_ACCS2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_BIKER_PUNK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_24_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_PUNK_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_0_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_20_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_1_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_PUNK_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_39_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_PUNK_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_ACCS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_20_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_PUNK_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_21_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_BIKER_RAZOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_ACCS2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_21_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_ACCS2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_ACCS2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 177 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAZOR_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_ACCS2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RANK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_010_F") BREAK CASE OUTFIT_BIKER_RANK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_000_F") BREAK CASE OUTFIT_BIKER_RANK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_28_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_005_F") BREAK CASE OUTFIT_BIKER_RANK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_29_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_010_F") BREAK CASE OUTFIT_BIKER_RANK_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_000_F") BREAK CASE OUTFIT_BIKER_RANK_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_28_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_005_F") BREAK CASE OUTFIT_BIKER_RANK_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_010_F") BREAK CASE OUTFIT_BIKER_RANK_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Rank_000_F") BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_MOD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_28_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_32_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_8_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_31_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 92 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_BIKER_MOD_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_28_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_32_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_8_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_17_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_16_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_8_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_MOD_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_31_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 92 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 BREAK CASE OUTFIT_BIKER_MOD_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_8_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ROCK_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_22_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_LEGS_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_24_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 BREAK CASE OUTFIT_BIKER_BRIT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_15_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_15_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 BREAK CASE OUTFIT_BIKER_BRIT_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 BREAK CASE OUTFIT_BIKER_BRIT_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_15_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_BRIT_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 16 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 BREAK CASE OUTFIT_BIKER_BRIT_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_24_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_15_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_DEADLINE_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DEADLINE_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DEADLINE_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DEADLINE_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_TEAM_STUNT_BIKER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_DEVILS_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LOST_ANGELS_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_BIKER_BLUE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH // CEO OUTFITS 2.0 - FEMALE SWITCH eOutfit CASE OUTFIT_IE_CEO_LONGLINE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_BANDANA_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1355492178, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-100219126, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_CEO_DRIVER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_SQUAD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_TOPDOG_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_ALPHA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_CEO_PUFFER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_CAMO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_IE_CEO_SWEATER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_5_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_IE_CEO_PARKA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_7_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW2_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_CLOWN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_CEO_DEMON_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_LONGLINE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_LONGLINE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_LONGLINE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_BANDANA_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-533075445, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-100219126, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_BANDANA_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1446945475, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-577106383, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_BANDANA_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(272583273, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-841158977, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_DRIVER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_DRIVER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_DRIVER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SQUAD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SQUAD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SQUAD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_TOPDOG_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_7_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_TOPDOG_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(23558422, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(-841158977, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_TOPDOG_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(30529134, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_ALPHA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_ALPHA_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_ALPHA_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PUFFER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PUFFER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PUFFER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_5_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CAMO_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CAMO_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CAMO_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_IE_SWEATER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_7_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_IE_SWEATER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_SWEATER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_7_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PARKA_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_7_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PARKA_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_14_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_PARKA_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_IE_CLOWN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_CLOWN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_CLOWN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_DEMON_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_6_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_DEMON_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_IE_DEMON_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_IE_JN_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN_ATTACKER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_TARGET_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 91 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 86 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 105 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 188 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_ORANGE_ATTACKER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_TARGET_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 91 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 86 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 105 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 188 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PURPLE_ATTACKER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_16_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL2_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_FOREST_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_50_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_TASK_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_27_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL2_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_GENCOMBAT_URBAN_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_BLUE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_SR_LG_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_ATTACKER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_LIONSDEN_DEFENDER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_6_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_ORANGE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_DAWNRAID_PURPLE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_12_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_9_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_17_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_10_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(-1809527429, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_11_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_13_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_10_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_10_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_17_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_10_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_RAIDER_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_GUNR_CEO_SURVIVALIST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_12_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_6_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_2_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(257480247, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GUNR_CEO_COMBAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_5_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_GUNR_CEO_GUNRUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_11_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_4_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 BREAK CASE OUTFIT_GUNR_CEO_SMUGGLER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_SURVIVALIST_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_6_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_2_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_GUNR_ASSOCIATE_SURVIVALIST_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_4_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_2_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 BREAK CASE OUTFIT_GUNR_ASSOCIATE_SURVIVALIST_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_3_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_2_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_GUNR_ASSOCIATE_COMBAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_19_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_5_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 BREAK CASE OUTFIT_GUNR_ASSOCIATE_COMBAT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_16_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_19_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_5_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_GUNR_ASSOCIATE_COMBAT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_10_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_5_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_GUNR_ASSOCIATE_GUNRUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_GUNRUNNER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_GUNRUNNER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GUNR_ASSOCIATE_SMUGGLER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 12 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_SMUGGLER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 12 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_SMUGGLER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 12 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TEAM_GENERAL_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_PINK_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_IE_JN4_GREEN_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_18_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_ZOMBIE_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_DECL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(353657270, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(353657270, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(111002825, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(111002825, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(-82596435, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(-82596435, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(1679818700, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GR_POWERMAD_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(1679818700, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_GUNR_CEO_TACTICAL_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_3_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(544141981, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_CEO_GANGMASTER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_35_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_16_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_IE_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_TACTICAL_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_TACTICAL_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_12_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_TACTICAL_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_GANGMASTER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_37_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_GANGMASTER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_35_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_3_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GUNR_ASSOCIATE_GANGMASTER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_37_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_3_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_23_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_23_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_BIKER_PUFFER_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_DECL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_23_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_12), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 9 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PLEFT_WRIST_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_9_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_BIKER_HILLBILLY_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_9_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_3_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_9_18), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_HILLBILLY_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_14_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_BIKER_HILLBILLY_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_14_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_9_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_WVM_OPPRESSOR_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_11_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_WVM_OPPRESSOR_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_WVM_OPPRESSOR_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_WVM_OPPRESSOR_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_SPECIAL2_11_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_HIDDEN_HOSTILE_TAKEOVER_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_8_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_CONDEMNED GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_6_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_6_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_21_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_CND_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_21_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_PURPLE_0 GET_SHOP_PED_COMPONENT(-684008099, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_ORANGE_0 GET_SHOP_PED_COMPONENT(-684008099, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_PINK_0 GET_SHOP_PED_COMPONENT(-684008099, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_VEHICLE_WARFARE_GREEN_0 GET_SHOP_PED_COMPONENT(-684008099, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_AIR_SHOOTOUT_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_BLACK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_BOMBUSHKA_RUN_WHITE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 BREAK CASE OUTFIT_VERSUS_HIDDEN_SM_STOCKPILE_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_SMUGGLER_CEO_FORMAL_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_2_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_SMUGGLER_CEO_TACTICAL_STEALTH_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL2_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_FORMAL_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_2_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_FORMAL_PILOT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_2_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_FORMAL_PILOT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_2_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_TACTICAL_STEALTH_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_31_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_TASK_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_TACTICAL_STEALTH_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_ASSOCIATE_TACTICAL_STEALTH_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_27_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_026_F") BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_5_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 sOutfitsData.iDLCTattooOverlay[0] = HASH("mp_fm_branding_051") BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-212820100, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_028_F") BREAK CASE OUTFIT_BIKER_CASUAL_PILOT_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_BERD_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_DECL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_SMUGGLER_RACE_SUIT_FLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-1569979687, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1373318546, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(1218864566, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(1212593216, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1106444336, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_CNT sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(38978217, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(453061673, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-554266016, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(-1259434706, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-113021234, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_METV sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-912699081, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-677763748, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(15652428, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(-815611262, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1063158389, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_ECOLA sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-200989170, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(691259534, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-1432606292, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(-96528334, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1430990414, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_SPRUNK sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-571531724, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1717500278, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(-2034721073, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(-749855380, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1929532486, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_SMUGGLER_RACE_SUIT_TINKLE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(-406769192, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(325974606, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(1012238858, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(1091401961, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1752121120, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_BIKER_PIRATE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_20_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_11_a") BREAK CASE OUTFIT_BIKER_PIRATE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_7_a") BREAK CASE OUTFIT_BIKER_PIRATE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_3_b") BREAK CASE OUTFIT_BIKER_PIRATE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_13_a") BREAK CASE OUTFIT_BIKER_PIRATE_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_21_a") BREAK CASE OUTFIT_BIKER_PIRATE_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_1_a") BREAK CASE OUTFIT_BIKER_PIRATE_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_25_a") BREAK CASE OUTFIT_BIKER_PIRATE_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("F_TankTop_Smug_5_0_a") BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_GANGOPS_UNDER_CONTROL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_GANGOPS_HEIST_SCUBA GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(HASH("DLC_MP_X17_F_PEYES_0_0"), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_BLUE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_85_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 65 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 257 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_BLUE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_89_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 66 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 258 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_85_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 65 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 257 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_PARAMEDIC_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_89_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_DECL_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 258 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH // Slashers SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_21_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(1360733641, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_50_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_21_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_007_F") BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_CLOWN_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_45_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Biker_Tee_015_F") BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(-1685192020, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(65223046, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_30_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_32_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_12_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_0_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GREY_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_7_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_21_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_24_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_ALIEN_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_7_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_32_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_14_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_SL_GRNBRWN_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_18_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH // Hard Target SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_4_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_43_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Smuggler_Graphic_013_F") BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_6_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_51_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_30_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_BLACK_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_TARGET_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_10_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 256 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_4 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_26_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_22_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 256 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 19 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_GO_HT_GREEN_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH // Heist gear SWITCH eOutfit CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT1_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_5_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_6_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MEDTECH_COMBAT2_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 256 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MODERN_STEALTH_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 256 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 24 BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_SPECIAL_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_CASUAL_PILOT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_FIGHTER_PILOT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_RIOT_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HIGH_TECH_IMPACT_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_8_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_5_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(325974606, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_5_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(325974606, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(325974606, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_MASKED_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_5_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(325974606, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1528637188, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1056967992, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(23558422, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_REBELLION_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-498107915, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(544141981, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_23_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_BERD_4_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_HAVOC_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_TASK_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MED_TECH_ADAPTABLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_24), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(1715930130, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SUB_DRIVER_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_HEAVY_COMBAT_GEAR_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_13_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_6_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_F_GLASSES1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_TACTICAL_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 256 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 23 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_3_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_SPECIAL_23_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_3_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_4_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 256 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_LOW_TECH_COMBAT_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_4_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-872874471, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 132 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_CLASSIC_STEALTH_GEAR_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 132 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-872874471, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_MILITARY_CAMO_GEAR_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1516149470, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1968352077, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1771674897, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1860080608, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_GORKA_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-656477927, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_AR_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_PILOT_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_AIR_QUOTA_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_PILOT_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_GANGOPS_HEIST_SCUBA_NOTANK GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PURPLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_ORANGE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_PINK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SHOWDOWN_GREEN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_19), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRAPDOOR_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_AR_F_JBIB_1_17), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_COP sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_DECL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_RED sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_BLUE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_WHITE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_ROBBER_GRAY sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_BLUE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 103 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 263 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_RED sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 103 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 263 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_WHITE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 103 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 263 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_GREEN sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 103 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 263 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_ORANGE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 103 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 263 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_PURPLE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 103 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 263 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 BREAK CASE OUTFIT_VERSUS_HIDDEN_VENETIAN_FIRESUIT_CLASSIC_PINK sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 103 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 263 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_3_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PURPLE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_3_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_21), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_ORANGE_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_3_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_3_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_3_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_PINK_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_1_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_DROPBOMB_GREEN_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_9_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_5_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_PURPLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1087776539, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_ORANGE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1892334632, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_PINK_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(969087221, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_SUMORUN_GREEN_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_UPPR_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_ASS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1536987596, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_2_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PURPLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_2_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_ORANGE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_2_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_0_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_17_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_PINK_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_23), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_JAN_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_2_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_0_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PRIGHT_WRIST_7_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_OFFDEF_GREEN_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_15_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_TORSO_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(41987820, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_9_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_10_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(-1654902531, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_JAN_F_PHEAD_4_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_HOONS_RUNNER_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_F_GLASSES0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_25), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW2_F_SPECIAL_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_F_GLASSES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_F_GLASSES0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_HUNTBACK_REMIX_RABBLE_RUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_5_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_FEET_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_BEAST_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_HAIR] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAIR] = 0 BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_TRADINGPLACES_JUG_7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_BERD_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_LEGS_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_SPECIAL_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IE_F_JBIB_0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_0_18), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_10_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_3 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_GR_F_PHEAD_6_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_SMUG_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_SMUG_F_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(1715930130, propItem) // MISSING DLC NAME sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_5 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_6 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_HUNTER_7 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_LEGS_0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_SPECIAL_2_22), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PEYES_1_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_RUNNER_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_TORSO_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_3_20), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_9_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_21_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_2_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_COMEPLAYREMIX_RUNNER_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_LEGS_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_X17_F_SPECIAL_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_GR_F_JBIB_20_21), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_X17_F_PHEAD_2_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_BLACK sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_WHITE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_RED sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_BLUE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_STUNT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_STUNT_F_PHEAD_5_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_NIGHTCLUB_CHILIAD_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL2_F_LEGS_0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_NIGHTCLUB_CHILIAD_1 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 BREAK CASE OUTFIT_NIGHTCLUB_CHILIAD_2 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex BREAK CASE OUTFIT_NIGHTCLUB_KIFFLOM_0 sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 70 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 280 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Battle_Clothing_000_F") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Battle_Clothing_001_F") BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_GREEN sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_SPECIAL_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BH_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_YELLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_SPECIAL_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BH_F_JBIB_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BH_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_GREENGLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_9_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK CASE OUTFIT_VERSUS_HIDDEN_RUNBACKREMIX_YELLOWGLOW sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_LEGS_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_FEET_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BIKER_F_JBIB_26_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BIKER_F_PHEAD_9_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex BREAK ENDSWITCH ENDPROC FUNC BOOL GET_MP_OUTFIT_DATA_FOR_GENERATING_XML(MODEL_NAMES eModel, MP_OUTFIT_ENUM eOutfit, MP_OUTFITS_DATA &sOutfitsData) INT i REPEAT NUM_PED_COMPONENTS i sOutfitsData.iComponentDrawableID[i] = -1 ENDREPEAT REPEAT NUM_PED_COMPONENTS i sOutfitsData.iComponentTextureID[i] = -1 ENDREPEAT REPEAT COUNT_OF(sOutfitsData.iPropDrawableID) i sOutfitsData.iPropDrawableID[i] = -1 ENDREPEAT REPEAT COUNT_OF(sOutfitsData.iPropTextureID) i sOutfitsData.iPropTextureID[i] = -1 ENDREPEAT REPEAT COUNT_OF(sOutfitsData.iDLCTattooOverlay) i sOutfitsData.iDLCTattooOverlay[i] = -1 ENDREPEAT scrShopPedComponent componentItem scrShopPedProp propItem BOOL bMale = (eModel = MP_M_FREEMODE_01) BOOL bApplyMasks = TRUE SWITCH eOutfit CASE OUTFIT_MP_DEFAULT //No outfit needed RETURN FALSE BREAK CASE OUTFIT_MP_FREEMODE // Not required for xml RETURN FALSE BREAK CASE OUTFIT_HEIST_CASUAL_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 12 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_HEIST_STREET_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK CASE OUTFIT_HEIST_STREET_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ENDIF BREAK CASE OUTFIT_HEIST_STREET_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_STREET_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HEIST_STREET_COMBAT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK CASE OUTFIT_HEIST_STREET_COMBAT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_STREET_COMBAT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ENDIF BREAK CASE OUTFIT_HEIST_STREET_COMBAT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_HEIST_LIGHT_COMBAT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_29_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_LIGHT_COMBAT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_42_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_LIGHT_COMBAT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_SPECIAL2_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_HEIST_LIGHT_COMBAT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_HEAVY_COMBAT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_29_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_HEAVY_COMBAT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_HEAVY_COMBAT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_16_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_HEAVY_COMBAT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 1 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_STEALTH_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_STEALTH_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_FEET_3_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_STEALTH_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_STEALTH_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TACTICAL_STEALTH_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_HEIST_TACTICAL_STEALTH_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_29_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TACTICAL_STEALTH_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_16_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TACTICAL_STEALTH_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_16_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HEIST_STEALTH_PILOT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_HEIST_STEALTH_PILOT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_HEIST_STEALTH_PILOT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_42_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_HEIST_STEALTH_PILOT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_77_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_91_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_PILOT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_PILOT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUS2_F_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_HEIST_CASUAL_PILOT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_44_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_HEIST_DRIVER_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_DRIVER_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_HEIST_DRIVER_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_HEIST_DRIVER_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_ACCS3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_HEIST_SMART_SUITS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF BREAK CASE OUTFIT_HEIST_SMART_SUITS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 13 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK CASE OUTFIT_HEIST_SMART_SUITS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_SMART_SUITS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_SHARP_SUITS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_16_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF BREAK CASE OUTFIT_HEIST_SHARP_SUITS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_16_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_LEGS_5_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TEETH_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_JBIB_12_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_SHARP_SUITS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_16_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_LEGS_5_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TEETH_3_5"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_HEIST_SHARP_SUITS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_16_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_LEGS_5_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_JBIB_11_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_SLOPPY_SUITS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_63_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_FEET_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_SLOPPY_SUITS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_63_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_9_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_FEET_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_SLOPPY_SUITS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_63_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_FEET_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_SLOPPY_SUITS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_63_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_9_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_FEET_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HEIST_MINIMALIST_SUITS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_LEGS_5_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_HEIST_MINIMALIST_SUITS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_HEIST_MINIMALIST_SUITS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_HEIST_MINIMALIST_SUITS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_HEIST_TUXEDOS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_LEGS_5_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TEETH_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_JBIB_12_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TUXEDOS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_TEETH_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TUXEDOS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_TEETH_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TUXEDOS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_TEETH_4_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_SPECIAL_9_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_NIGHT_BIKER_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_NIGHT_BIKER_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_NIGHT_BIKER_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_NIGHT_BIKER_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_44_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_HEIST_REFUSE_COLLECTOR_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_44_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_63_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_REFUSE_COLLECTOR_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_47_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(HASH("DLC_MP_HEIST_F_TORSO_55_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_POLICE_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_DECL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_DECL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_DECL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_HEIST_PRISONER_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_5_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex // sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_6_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex // sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_PRISON_OFFICER_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_SPECIAL2_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TOURIST_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_LOWR1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TOURIST_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_FEET003), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_TOURIST_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_LOWR0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_HEAD1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ENDIF BREAK CASE OUTFIT_HEIST_TOURIST_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_HEIST_HAZCHEM_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_8_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_15_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ENDIF BREAK CASE OUTFIT_HEIST_HAZCHEM_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_8_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_15_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ENDIF BREAK CASE OUTFIT_HEIST_HAZCHEM_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_8_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_15_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ENDIF BREAK CASE OUTFIT_HEIST_HAZCHEM_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_8_3"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_15_3"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex if bApplyMasks GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex else sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex endif ENDIF BREAK CASE OUTFIT_HEIST_COVERALLS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Bugstar_A") sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Bugstar_B") sOutfitsData.iDLCTattooOverlay[2] = HASH("MP_Bugstar_C") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_6_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_13_0"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Bugstar_A") sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Bugstar_B") sOutfitsData.iDLCTattooOverlay[2] = HASH("MP_Bugstar_C") ENDIF BREAK CASE OUTFIT_HEIST_COVERALLS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Rogers_A") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Rogers_B") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_7_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_14_1"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Rogers_A") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Rogers_B") ENDIF BREAK CASE OUTFIT_HEIST_COVERALLS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Als_A") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Als_B") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_6_3"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_13_3"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Als_A") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Als_B") ENDIF BREAK CASE OUTFIT_HEIST_COVERALLS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Power_A") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Power_B") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_LEGS_7_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_JBIB_14_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Power_A") // sOutfitsData.iDLCTattooOverlay[1] = HASH("MP_Power_B") ENDIF BREAK CASE OUTFIT_HEIST_FLIGHT_SUIT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_PILOT_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_PILOT_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK CASE OUTFIT_HEIST_FLIGHT_SUIT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF BREAK CASE OUTFIT_HEIST_FLIGHT_SUIT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 19 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF BREAK CASE OUTFIT_HEIST_FLIGHT_SUIT_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_FOXHUNT_HOUND //hounds always use night CASE OUTFIT_RAPUNZEL_DEFEND //Team in the tower use night CASE OUTFIT_T_MASKED_NIGHT IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 ELSE GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 ENDIF BREAK CASE OUTFIT_FOXHUNT_FOX //normal fox use tundra CASE OUTFIT_RAPUNZEL_ATTACK //attacking team use tundra CASE OUTFIT_T_MASKED_TUNDRA IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 ELSE GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 ENDIF BREAK CASE OUTFIT_FOXHUNT_FOX_ALT //FOX alt mask use forest CASE OUTFIT_T_MASKED_FOREST IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_UPPR_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 ELSE GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 ENDIF BREAK case OUTFIT_PRISON_POLICE_OFFICER_VS IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_BERD ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_HAND ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAND ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL ]= 0 ELSE GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_BERD ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO ] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_HAND ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAND ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL ]= 0 ENDIF break case OUTFIT_PRISON_PRISONER_VS IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO ] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG ] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG ]= 15 sOutfitsData.iComponentDrawableID[PED_COMP_HAND ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAND ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET ] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET ]= 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL ] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2 ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2 ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB ] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB ]= 0 else sOutfitsData.iComponentDrawableID[PED_COMP_BERD ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO ] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG ] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_HAND ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_HAND ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET ] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET ]= 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL ] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2 ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2 ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL ] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL ]= 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB ] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB ]= 0 endif break ENDSWITCH SWITCH eOutfit CASE OUTFIT_MASK_BALACLAVAFULL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 27 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_REBREATHER sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 28 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_BALACLAVA sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 29 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_GASMASK sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 30 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_PIG sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 1 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_BIGSKULL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 2 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_MONKEYSMOKING sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_HOCKEYJASON sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 4 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_APE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 5 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_CARNIVAL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 6 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_GOBLIN sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_SANTA sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 8 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_CREEPYMOOSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 9 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_SNOWMANHEAD sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 10 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_MASQUERADEEYES sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 11 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_MASQUERADENOSEY sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 12 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_CREEPYBABY sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 13 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_HOCKEYBLUE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 14 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_HOCKEYSKULL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 15 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_WARRIOR sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 16 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_CAT sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 17 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_FOX sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 18 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_OWL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 19 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_RACCOON sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 20 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_BROWNBEAR sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 21 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_BISON sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 22 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_BULL sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 23 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_EAGLE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 24 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_VULTURE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 25 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_MASK_WOLF sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 26 sOutfitsData.iComponentTextureID[PED_COMP_BERD ]= 0 BREAK CASE OUTFIT_HOS_SUIT //... not sure if this is needed anymore BREAK CASE OUTFIT_REFUSE_COLLECTOR //... not sure if this is needed anymore BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_JUNGLE_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_JUNGLE_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 12 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_JUNGLE_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_JUNGLE_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 12 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_JUNGLE_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_JUNGLE_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STEEL_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STEEL_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STEEL_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_TASK_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STEEL_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STEEL_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STEEL_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_STREET_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STREET_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STREET_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STREET_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STREET_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STREET_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_TACTICAL_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_TACTICAL_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_TACTICAL_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_TACTICAL_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 41 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_TACTICAL_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_TACTICAL_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_DUNE_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DUNE_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DUNE_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DUNE_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DUNE_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DUNE_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_SWAMP_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_SWAMP_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_SWAMP_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_SWAMP_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_SWAMP_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_SWAMP_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_FAMILIES_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_FAMILIES_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_FAMILIES_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_FAMILIES_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_FAMILIES_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_FAMILIES_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 9 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_BALLAS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BALLAS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BALLAS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 9 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BALLAS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BALLAS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BALLAS_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_HITMEN_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 20 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_HITMEN_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_HITMEN_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 21 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_HITMEN_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 20 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_HITMEN_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 20 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_HITMEN_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 21 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_ASSASSINS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ASSASSINS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ASSASSINS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ASSASSINS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ASSASSINS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ASSASSINS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COPS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COPS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COPS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COPS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COPS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COPS_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_CRIMINALS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_37_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CRIMINALS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CRIMINALS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CRIMINALS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 9 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CRIMINALS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CRIMINALS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_PROFESSIONALS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_PROFESSIONALS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_PROFESSIONALS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_PROFESSIONALS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_PROFESSIONALS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_PROFESSIONALS_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_BIKERS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIKERS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIKERS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIKERS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIKERS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIKERS_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_44_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BLACK_TUX_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_WHITE_TUX_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_THEMED_SLASHERS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_SLASHERS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_SLASHERS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_15_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 12 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 4 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_SLASHERS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_SLASHERS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 4 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_40_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_SLASHERS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_15_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_BUBBLEGUMS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_BUBBLEGUMS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_ACCS0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_BUBBLEGUMS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_BUBBLEGUMS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_BUBBLEGUMS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_ACCS3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_THEMED_BUBBLEGUMS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STINKERS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_47_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_63_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STINKERS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STINKERS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_48_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_62_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STINKERS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_89_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STINKERS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_44_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_55_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_STINKERS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_70_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_49_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_WIMPEES_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(hash("DLC_MP_HEIST_F_TEETH_4_2"), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DEVILS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-72452395, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DEVILS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-72452395, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DEVILS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-72452395, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DEVILS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-72452395, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DEVILS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-664620986, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_DEVILS_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 7 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-664620986, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ANGELS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_73_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ANGELS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ANGELS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ANGELS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ANGELS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ANGELS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-533413918, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_MONKEYS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(31093273, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MONKEYS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MONKEYS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-894626597, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MONKEYS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MONKEYS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(31093273, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MONKEYS_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 3 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_SCIENTISTS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK // CASE OUTFIT_VERSUS_CLASSIC_SCIENTISTS_1 // IF bMale // sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_2), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_2), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 // sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_2), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // ELSE//female // sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_2), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_2), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 // sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_2), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // // // ENDIF // BREAK // CASE OUTFIT_VERSUS_CLASSIC_SCIENTISTS_2 // IF bMale // sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_3), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_3), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 // sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_3), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // ELSE//female // sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_3), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_3), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 // sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_3), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // // ENDIF // BREAK CASE OUTFIT_VERSUS_CLASSIC_SCIENTISTS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK // CASE OUTFIT_VERSUS_CLASSIC_SCIENTISTS_4 // IF bMale // sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_1), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 // sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // ELSE//female // sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex // sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 // sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 // GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_0), componentItem) // sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex // // ENDIF // BREAK CASE OUTFIT_VERSUS_CLASSIC_SCIENTISTS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CATS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CATS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CATS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_39_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_50_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CATS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CATS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_CATS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_41_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIRDS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIRDS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIRDS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_47_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIRDS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIRDS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_56_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BIRDS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_53_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BLUE_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_80_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BLUE_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_71_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_79_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BLUE_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_66_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_78_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BLUE_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_80_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BLUE_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_66_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_BLUE_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_78_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ORANGE_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_FEET011), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ORANGE_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ORANGE_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ORANGE_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ORANGE_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ORANGE_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD0_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_WEREWOLVES_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_WEREWOLVES_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_WEREWOLVES_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_WEREWOLVES_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_WEREWOLVES_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_WEREWOLVES_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MUMMIES_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_64_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 5 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MUMMIES_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MUMMIES_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_37_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MUMMIES_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MUMMIES_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_64_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_MUMMIES_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_28_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_RAVENS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_RAVENS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUS2_F_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_RAVENS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_RAVENS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_RAVENS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_RAVENS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_GHOULS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1391965568, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_GHOULS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1391965568, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_GHOULS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1391965568, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(297078739, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_GHOULS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1391965568, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_GHOULS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1391965568, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_GHOULS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(-1391965568, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ZOMBIES_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ZOMBIES_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_47_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ZOMBIES_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ZOMBIES_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_39_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ZOMBIES_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_47_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 13 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_ZOMBIES_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COWBOYS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COWBOYS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COWBOYS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COWBOYS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COWBOYS_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_CLASSIC_COWBOYS_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_NG_CASUAL_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 ENDIF BREAK CASE OUTFIT_NG_CASUAL_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_NG_CASUAL_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET001), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ENDIF BREAK CASE OUTFIT_NG_CASUAL_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET011), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ENDIF BREAK CASE OUTFIT_NG_CASUAL_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 ENDIF BREAK CASE OUTFIT_NG_CASUAL_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET006), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ENDIF BREAK CASE OUTFIT_NG_CASUAL_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_LOWR4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 ENDIF BREAK CASE OUTFIT_NG_CASUAL_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ENDIF BREAK CASE OUTFIT_NG_STREET_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_STREET_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_STREET_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_NG_STREET_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 ENDIF BREAK CASE OUTFIT_NG_STREET_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 12 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 12 ENDIF BREAK CASE OUTFIT_NG_STREET_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_NG_STREET_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 0 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_STREET_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 12 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_NG_FLASHY_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 12 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB4_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_FLASHY_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ENDIF BREAK CASE OUTFIT_NG_FLASHY_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_FLASHY_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_FLASHY_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_NG_FLASHY_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI2_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI2_M_JBIB0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_FLASHY_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 8 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF BREAK CASE OUTFIT_NG_FLASHY_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_NG_PARTY_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_FEET1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_TEETH0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_PARTY_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 ENDIF BREAK CASE OUTFIT_NG_PARTY_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_VAL_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_FEET1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUS2_F_ACCS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_PARTY_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_ACCS6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ENDIF BREAK CASE OUTFIT_NG_PARTY_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_TEETH0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_ACCS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_PARTY_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_ACCS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_FEET1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_TEETH0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_ACCS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_PARTY_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_ACCS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_PARTY_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_NG_BEACH_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_JBIB1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET009), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_JBIB2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_BEACH_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_LOWR2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_LOWR0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_TEETH0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_BEACH_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_LOWR0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_FEET0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_LOWR107), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET008), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_BEACH_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_LOWR2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 5 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 12 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_JBIB2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_BEACH_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_LOWR0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_FEET0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ENDIF BREAK CASE OUTFIT_NG_BEACH_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_LOWR2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_LOWR8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET001), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_JBIB2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_BEACH_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_LOWR0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_TEETH0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 15 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_LOWR104), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET007), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 11 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ENDIF BREAK CASE OUTFIT_NG_BEACH_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_FEET0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_LOWR10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_FEET003), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_ACCS0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_SMART_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_FEET1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_ACCS3_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_SMART_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI2_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI2_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI2_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_TEETH0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_SMART_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH4_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_ACCS2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_SMART_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_ACCS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_NG_SMART_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_ACCS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB4_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_SMART_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_LEGS1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_FEET0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_ACCS2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 ENDIF BREAK CASE OUTFIT_NG_SMART_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH4_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_SMART_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH4_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_NG_SPORTY_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ENDIF BREAK CASE OUTFIT_NG_SPORTY_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 11 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_NG_SPORTY_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 12 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ENDIF BREAK CASE OUTFIT_NG_SPORTY_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_NG_SPORTY_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 5 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF BREAK CASE OUTFIT_NG_SPORTY_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_ACCS4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ENDIF BREAK CASE OUTFIT_NG_SPORTY_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_M_LOWR2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 12 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF BREAK CASE OUTFIT_NG_SPORTY_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_ACCS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_TEETH0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_13), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_ACCS1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS2_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_TEETH1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_ACCS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_JBIB2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_LEGS2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_FEET1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_JBIB2_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_NG_ECCENTRIC_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_LEGS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_M_FEET1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BUSI_F_LEGS1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_BEACH_F_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(enum_to_int(DLC_MP_HIPS_F_JBIB2_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK // Lowrider versus outfit CASE OUTFIT_VERSUS_LOWR_BLUE_ZOOT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_ZOOT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_WATCH0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_ZOOT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_ZOOT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_ZOOT_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_ZOOT_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_RED_ZOOT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_VAL_M_HAT0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_RED_ZOOT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_RED_ZOOT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_VAL_M_HAT0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_RED_ZOOT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_RED_ZOOT_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_VAL_M_HAT0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_RED_ZOOT_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_FORMAL_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_FORMAL_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 54 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_FORMAL_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_FORMAL_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_FORMAL_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_WATCH0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_FORMAL_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_STREET_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_STREET_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_TEETH1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_1_16), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_17_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_STREET_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_STREET_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 12 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_STREET_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 2 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK CASE OUTFIT_VERSUS_LOWR_STREET_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_5_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 14 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_HAL_MANIACS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MANIACS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MANIACS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MANIACS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MANIACS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MANIACS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_HOWLERS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_HOWLERS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_HOWLERS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_HOWLERS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_HOWLERS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_17_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_HOWLERS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_RETILIANS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_RETILIANS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_ACCS10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_ACCS3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_RETILIANS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 12 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 6 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_RETILIANS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_17_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_RETILIANS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_18_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_RETILIANS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_ACCS10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_ACCS3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_JBIB4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SATANS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SATANS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SATANS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SATANS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SATANS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SATANS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DOUBLE_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DOUBLE_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DOUBLE_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DOUBLE_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DOUBLE_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DOUBLE_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_TRICKSTERS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_TRICKSTERS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_TRICKSTERS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_TRICKSTERS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_TRICKSTERS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_26_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 15 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_TRICKSTERS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_28_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SUBURBIA_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SUBURBIA_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SUBURBIA_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SUBURBIA_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SUBURBIA_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_ACCS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_SUBURBIA_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MONSTER_MILITIA_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MONSTER_MILITIA_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MONSTER_MILITIA_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MONSTER_MILITIA_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MONSTER_MILITIA_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_MONSTER_MILITIA_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_SPECIAL2_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PSYCHOS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PSYCHOS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PSYCHOS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 12 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PSYCHOS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PSYCHOS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_40_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PSYCHOS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_34_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_UNDEAD_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_47_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_55_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_UNDEAD_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 11 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_UNDEAD_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_44_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_55_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_UNDEAD_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_UNDEAD_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_UNDEAD_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DWELLERS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_30_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_33_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DWELLERS_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_34_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_13_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DWELLERS_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_34_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DWELLERS_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_34_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DWELLERS_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_34_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_DWELLERS_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_13_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PIMP_WITCHES_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PIMP_WITCHES_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_SPECIAL_0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_4_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PIMP_WITCHES_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_5_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PIMP_WITCHES_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PIMP_WITCHES_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_5_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_HAL_PIMP_WITCHES_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_TEETH_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_ENTOURAGE_VIP_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LTS_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LTS_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_ENTOURAGE_DEFENDER_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_ENTOURAGE_DEFENDER_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_ENTOURAGE_DEFENDER_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 23 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 25 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 9 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_ENTOURAGE_ATTACKER_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_ENTOURAGE_ATTACKER_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_22_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_ENTOURAGE_ATTACKER_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_17_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_ENTOURAGE_ATTACKER_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_17_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_EXTRACTION_VIP_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_F_GLASSES0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Trickster_008_M") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PRIGHT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_15), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_5_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Trickster_002_M") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_LOWR8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Trickster_009_M") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Broker_001_F") ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_6 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Trickster_004_F") ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_LOWRIDER_7 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 15 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PLEFT_WRIST_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_VAGOS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_VAGOS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 3 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_VAGOS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB3_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_VAGOS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 5 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_BALLAS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_BALLAS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_6_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_17), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_BALLAS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_4_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_8_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_BALLAS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 14 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 7 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_FUNERAL_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_FUNERAL_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_FUNERAL_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_FUNERAL_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_LOW_FLOW_WOLVES_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_EAGLES_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_JBIB_2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_JBIB_2_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_BULLS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_BEARS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_19_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_SENIORS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_GENTS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 5 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 5 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_FRANKS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_VAMPS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_KITTENS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_FOXES_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 1 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_RACCOONS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(225432748, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_OWLS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_BERD_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_55_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_JBIB_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_BERD_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_66_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_JBIB_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_BUGS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_13_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_PIGS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 1 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_63_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 1 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_72_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 10 ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_FROST_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_69_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_14_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_81_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_15_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_POLAR_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_58_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_TEETH0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_IND_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_68_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_REPTILIANS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_SATANS_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_SUBURBIA_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 13 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_SOLO_MONSTER_MILITIA_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_M_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HAL_F_BERD_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_NORTH_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1427006440, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_SOUTH_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(1184679685, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 17 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_STARS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 18 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(359652706, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 18 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_LOW_FLOW_STRIPES_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 15 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 18 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(705105370, componentItem) // MISSING DLC NAME sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 18 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 3 ENDIF RETURN TRUE BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_LOWR_BLUE_SMART_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS1_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_SMART_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_WATCH0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_SMART_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_SMART_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 5 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_9_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_SMART_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_9_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLUE_SMART_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_SMART_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_VAL_M_HAT0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_SMART_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_SMART_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_LEGS1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_VAL_M_HAT0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_SMART_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_TEETH0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_SMART_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_VAL_M_HAT0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_9_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_SMART_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_4_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_SMART_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_SMART_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_SMART_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 5 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_4_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_SMART_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_9_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_SMART_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_TEETH_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_TEETH0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_SMART_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLACK_SMART_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_0_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLACK_SMART_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLACK_SMART_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 13 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLACK_SMART_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH3_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLACK_SMART_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_11_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_WATCH0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 6 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_BLACK_SMART_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_LEGS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 12 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_YELLOW_SPORT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_JBIB5_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_YELLOW_SPORT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 8 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_14), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 14 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_YELLOW_SPORT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_YELLOW_SPORT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_YELLOW_SPORT_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_12), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_YELLOW_SPORT_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_12), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BEACH_F_LOWR0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_23), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_GREEN_SPORT_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 9 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_GREEN_SPORT_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_14), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_GREEN_SPORT_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_GREEN_SPORT_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_GREEN_SPORT_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_GREEN_SPORT_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_PHEAD_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Trickster_009_M") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 7 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_13), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_STREET_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_10), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_4), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_STREET_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 13 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_STREET_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_8_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 4 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_STREET_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 5 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PLEFT_WRIST_3_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_STREET_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_9), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_14_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_19), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 4 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_F_PRIGHT_WRIST_6_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_RIGHT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_RIGHT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_WHITE_STREET_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_5_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_16), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_STREET_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_STREET_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 14 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_M_PEARS_17_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 9 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_11), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_STREET_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PLEFT_WRIST_5_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_F_HAT_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_STREET_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_22), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_20), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_STREET_4 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE2_M_PEARS_15_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_8), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_LOWR_RED_STREET_5 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_TEETH_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 6 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_VERSUS_CLASSIC_METAL_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_CLASSIC_METAL_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 6 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_CLASSIC_METAL_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_BERD2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL2_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_CLASSIC_METAL_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_BERD2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_CLASSIC_METAL_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 1 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_JBIB_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_VERSUS_CLASSIC_METAL_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_BERD_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_BERD_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_JBIB_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_0 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 8 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_1 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_2 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_3 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_4 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_5 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_6 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_15), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 5 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_7 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_8 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_FEET_1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_9 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_REPLAY_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_10 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_7_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 2 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_9), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_ADVERSARY_B_OVERRIDE_11 IF bMale GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_BERD_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_BERD] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_XMAS3_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 2 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_MAGNATE_BOSS_BARON_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 7 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_JEFE_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_MOGUL_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES0_7), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_SPECIAL_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_ENTREPRENEUR_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_18_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_24), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_ARMS_DEALER_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_15_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_INVESTOR_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_2_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 4 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_MOB_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_19_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_20_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_EYES0_6), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_KINGPIN_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_21_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_2_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_OLIGARCH_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_3_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_OIL_MAGNATE_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 11 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_M_JBIB_0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_JBIB_1_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_SHIPPING_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_16_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_16_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_BOSS_SYNDICATE_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_10), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_13_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_NARCO_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_NARCO_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 14 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_NARCO_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 14 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 8 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 11 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 3 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_NARCO_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 1 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_TRAFFICKERS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 5 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_TRAFFICKERS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_TRAFFICKERS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 11 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 4 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 4 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_F_HEAD2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_TRAFFICKERS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 12 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 13 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 9 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 0 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 9 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 9 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 2 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_ENTOURAGE_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_HEAD1_5), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_4_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 2 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_8_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_ENTOURAGE_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_TEETH_20_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_M_PHEAD_0_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(MP_DLC_LUXE_M_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 11 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_ENTOURAGE_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_LEGS_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 3 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 4 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 3 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PHEAD_0_25), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LUXE_F_PLEFT_WRIST_3_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_LEFT_WRIST] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_LEFT_WRIST] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_ENTOURAGE_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 5 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 3 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 15 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EYES0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WINGMEN_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_ACCS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WINGMEN_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HIPS_M_HAT_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 8 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_F_ACCS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WINGMEN_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 10 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_ACCS3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 4 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WINGMEN_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 1 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_HEAD1_3), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 13 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_DEFENSE_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_UPPR_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_7_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_DEFENSE_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_33_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 4 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_50_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_DEFENSE_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_DEFENSE_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_26_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_MILITIA_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_36_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_20_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 1 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_42_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_21_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_MILITIA_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 9 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL2_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BEACH_M_EYES0_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_LEGS_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL2_1_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_MILITIA_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 15 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_TEETH_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = 6 sOutfitsData.iPropTextureID[ANCHOR_HEAD] = 7 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_50_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_TEETH_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 0 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_MILITIA_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_M_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 15 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_37_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_F_LEGS_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_APA_F_PHEAD_1_2), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 9 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_REGIME_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_0_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_REGIME_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE2_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 12 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_5_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_F_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_REGIME_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_4_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_3_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_9_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_5_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_0_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_9_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_REGIME_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 14 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_4_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_FEET_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 2 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WISEGUYS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_11_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_22_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_24_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WISEGUYS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_22_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_BUSINESS_M_GLASSES0_1), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EYES] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EYES] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_24_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WISEGUYS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_11_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_22_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 10 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_24_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 6 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_WISEGUYS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 4 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 7 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_12_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_24_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_LOW_F_PEARS_2_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PROTECTION_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 10 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 0 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PROTECTION_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 10 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 1 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 15 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_TEETH0_11), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = 7 sOutfitsData.iComponentTextureID[PED_COMP_LEG] = 2 sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 0 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 1 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 6 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 2 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PROTECTION_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 11 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_2_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 8 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_12), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PROTECTION_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TEETH_2_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 10 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_JBIB5_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_M_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 1 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_1_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_HEIST_F_EAR0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_EARS] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_EARS] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HEAVIES_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_3_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_11_8), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HEAVIES_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 10 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HEAVIES_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS0_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_3_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = 7 sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = 8 sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HEAVIES_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_14_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET0_7), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_SPECIAL_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_JBIB3_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LUXE_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_SPECIAL_2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_12_6), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 0 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PEDDLERS_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 4 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_10_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PEDDLERS_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 7 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_TEETH3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS0_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TEETH_2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_6_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_10_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PEDDLERS_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 8 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_11_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 5 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 4 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_10_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_PEDDLERS_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_LEGS_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 9 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 15 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_ACCS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 5 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_LEGS_8_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 12 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_SPECIAL_7_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_10_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 11 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HITMEN_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 13 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 1 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_16_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 1 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HITMEN_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_16_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 7 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_16_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 2 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HITMEN_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_4_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_FEET1_3), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_16_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 4 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_9_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_FEET_4_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_16_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 7 ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_HITMEN_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_BUSI2_M_LEGS1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_1_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_M_JBIB_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 10 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 3 ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_5_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 6 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 3 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_APA_F_JBIB_16_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex sOutfitsData.iPropDrawableID[ANCHOR_EYES] = 7 sOutfitsData.iPropTextureID[ANCHOR_EYES] = 6 ENDIF RETURN TRUE BREAK ENDSWITCH SWITCH eOutfit CASE OUTFIT_MAGNATE_GOON_SECUROSERV_0 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 6 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_M_JBIB_9_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Securoserv_000_M") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 5 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LOW_F_JBIB_6_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Securoserv_000_F") ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_SECUROSERV_1 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_25_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_ACCS2_2), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_1_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_29_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_SECUROSERV_2 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_TORSO_22_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_LTS_M_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_M_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_VAL_M_JBIB2_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Securoserv_000_M") ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_TORSO_37_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_LEGS_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HEIST_F_JBIB_3_1), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_F_PHEAD_1_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex sOutfitsData.iDLCTattooOverlay[0] = HASH("MP_Securoserv_000_F") ENDIF RETURN TRUE BREAK CASE OUTFIT_MAGNATE_GOON_SECUROSERV_3 IF bMale sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 4 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_M_LEGS0_5), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = 12 sOutfitsData.iComponentTextureID[PED_COMP_FEET] = 6 sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 15 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_M_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_M_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ELSE//female sOutfitsData.iComponentDrawableID[PED_COMP_BERD] = 0 sOutfitsData.iComponentTextureID[PED_COMP_BERD] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_TORSO] = 3 sOutfitsData.iComponentTextureID[PED_COMP_TORSO] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_HIPS_F_LEGS2_4), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_LEG] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_LEG] = componentItem.m_textureIndex GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_PILOT_F_FEET_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_FEET] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_FEET] = componentItem.m_textureIndex sOutfitsData.iComponentDrawableID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentTextureID[PED_COMP_TEETH] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL] = 2 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentTextureID[PED_COMP_SPECIAL2] = 0 sOutfitsData.iComponentDrawableID[PED_COMP_DECL] = 0 sOutfitsData.iComponentTextureID[PED_COMP_DECL] = 0 GET_SHOP_PED_COMPONENT(ENUM_TO_INT(DLC_MP_EXEC_F_JBIB_0_0), componentItem) sOutfitsData.iComponentDrawableID[PED_COMP_JBIB] = componentItem.m_drawableIndex sOutfitsData.iComponentTextureID[PED_COMP_JBIB] = componentItem.m_textureIndex GET_SHOP_PED_PROP(ENUM_TO_INT(DLC_MP_EXEC_F_PHEAD_0_0), propItem) sOutfitsData.iPropDrawableID[ANCHOR_HEAD] = propItem.m_propIndex sOutfitsData.iPropTextureID[ANCHOR_HEAD] = propItem.m_textureIndex ENDIF RETURN TRUE BREAK ENDSWITCH IF bMale GET_MP_OUTFIT_DATA_FOR_GENERATING_XML_MALE(eOutfit, sOutfitsData, componentItem, propItem) GET_MP_OUTFIT_DATA_FOR_GENERATING_XML_MALE_2(eOutfit, sOutfitsData, componentItem, propItem) ELSE GET_MP_OUTFIT_DATA_FOR_GENERATING_XML_FEMALE(eOutfit, sOutfitsData, componentItem, propItem) GET_MP_OUTFIT_DATA_FOR_GENERATING_XML_FEMALE_2(eOutfit, sOutfitsData, componentItem, propItem) ENDIF bool bfoundOutfit = false REPEAT NUM_PED_COMPONENTS i if sOutfitsData.iComponentDrawableID[i] != -1 bfoundOutfit = true endif ENDREPEAT REPEAT COUNT_OF(sOutfitsData.iPropDrawableID) i if sOutfitsData.iPropDrawableID[i] != -1 bfoundOutfit = true endif ENDREPEAT IF bfoundOutfit RETURN TRUE ENDIF #IF IS_DEBUG_BUILD PRINTLN("GET_MP_OUTFIT_DATA - Enum missing tell Kenneth R. - ", eOutfit) #ENDIF RETURN FALSE ENDFUNC #ENDIF