CLOTHING_ITEM_M_BODIES_LOWER_001_V_003
Bodies LowerMaleMultiplayer
Signature
hash
0x9EE7070BUsage
Apply to ped
local ped = PlayerPedId()
Citizen.InvokeNative(0xD3A7B003ED938975, ped, 0x9EE7070B, true, true, true)
-- APPLY_SHOP_ITEM_TO_PEDSpawn ped, then apply
local model = `mp_male`
RequestModel(model)
while not HasModelLoaded(model) do
Wait(0)
end
local ped = CreatePed(model, x, y, z, heading, true, false, false, false)
SetRandomOutfitVariation(ped, true)
SetEntityAsMissionEntity(ped, true, true)
SetModelAsNoLongerNeeded(model)
Citizen.InvokeNative(0xD3A7B003ED938975, ped, 0x9EE7070B, true, true, true)
-- APPLY_SHOP_ITEM_TO_PEDDetails
- Hash
- Category hash
- Source
- femga/rdr3_discoveries
Source: femga/rdr3_discoveries · Visual reference: RDR2Mods clothes wiki
