S M Y Construct 0 2 — FiveM ped model preview
Workers / ServicePed

s_m_y_construct_02

S M Y Construct 0 2
Spawn Names_m_y_construct_02Display NameS M Y Construct 0 2Hash0xC5FEFADECategoryWorkers / ServiceTypePed
local hash = GetHashKey("s_m_y_construct_02")
RequestModel(hash)
while not HasModelLoaded(hash) do Wait(0) end
local ped = CreatePed(4, hash, coords.x, coords.y, coords.z, heading, true, false)
SetModelAsNoLongerNeeded(hash)