S M Y Barman 0 1 — FiveM ped model preview
Workers / ServicePed

s_m_y_barman_01

S M Y Barman 0 1
Spawn Names_m_y_barman_01Display NameS M Y Barman 0 1Hash0xE5A11106CategoryWorkers / ServiceTypePed
local hash = GetHashKey("s_m_y_barman_01")
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)