CLOTHING_ITEM_F_SKIRT_002_TINT_002
SkirtsFemaleMultiplayer
Signature
hash
0x739D33AAUsage
Apply to ped
local ped = PlayerPedId()
Citizen.InvokeNative(0xD3A7B003ED938975, ped, 0x739D33AA, true, true, true)
-- APPLY_SHOP_ITEM_TO_PEDSpawn ped, then apply
local model = `mp_female`
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, 0x739D33AA, true, true, true)
-- APPLY_SHOP_ITEM_TO_PEDDetails
- Hash
- Category hash
- Source
- femga/rdr3_discoveries
Source: femga/rdr3_discoveries · Visual reference: RDR2Mods clothes wiki
