S M M Highsec 0 1 — FiveM ped model preview
Emergency / LawPed

s_m_m_highsec_01

S M M Highsec 0 1
Spawn Names_m_m_highsec_01Display NameS M M Highsec 0 1Hash0xF161D212CategoryEmergency / LawTypePed
local hash = GetHashKey("s_m_m_highsec_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)