Ig Lazlow — FiveM ped model preview
Story CharactersPed

ig_lazlow

Ig Lazlow
Spawn Nameig_lazlowDisplay NameIg LazlowHash0xDFE443E5CategoryStory CharactersTypePed
local hash = GetHashKey("ig_lazlow")
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)