SetupShopPedApparelQueryTu
Docslocal retval = SetupShopPedApparelQueryTu(character, p1, p2, p3, p4, componentId)Description
character is 0 for Michael, 1 for Franklin, 2 for Trevor, 3 for freemode male, and 4 for freemode female.
componentId is between 0 and 11 and corresponds to the usual component slots.
p1 could be the outfit number; unsure.
p2 is usually -1; unknown function.
p3 appears to be for selecting between clothes and props; false is used with components/clothes, true is used with props.
p4 is usually -1; unknown function.
componentId is -1 when p3 is true in decompiled scripts.Parameters
| Name | Type | Description |
|---|---|---|
character | int | — |
p1 | int | — |
p2 | int | — |
p3 | BOOL | — |
p4 | int | — |
componentId | int | — |
Ped Models

mp_m_freemode_01
player_zero
ig_agatha
s_m_y_cop_01
s_m_m_gaffer_01
g_m_m_armboss_01
a_c_boar
a_m_m_bevhills_01Returns
intReturns an integer value.