S M M Linecook — FiveM ped model preview
Workers / ServicePed

s_m_m_linecook

S M M Linecook
Spawn Names_m_m_linecookDisplay NameS M M LinecookHash0xDB9C0997CategoryWorkers / ServiceTypePed
local hash = GetHashKey("s_m_m_linecook")
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)