RedM Index logoRedM Index
NativesHashesClothesBlipsPropsItem Tool
Sign inGet started

Reference

  • Natives
  • Hashes
  • Clothes
  • Blips
  • Props

Category

Gender

  1. Reference
  2. Clothes
  3. CLOTHING_ITEM_M_BODIES_UPPER_002_V_002

CLOTHING_ITEM_M_BODIES_UPPER_002_V_002

Bodies UpperMaleMultiplayer

Signature

hash
0x752C4F33

Usage

Apply to ped
local ped = PlayerPedId()
Citizen.InvokeNative(0xD3A7B003ED938975, ped, 0x752C4F33, true, true, true)
-- APPLY_SHOP_ITEM_TO_PED
Spawn 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, 0x752C4F33, true, true, true)
-- APPLY_SHOP_ITEM_TO_PED

Details

Hash
Category hash
Source
femga/rdr3_discoveries

Source: femga/rdr3_discoveries · Visual reference: RDR2Mods clothes wiki

On this page

  • Signature
  • Usage
  • Details