Ig Thornton — FiveM ped model preview
Online CharactersPed

ig_thornton

Ig Thornton
Spawn Nameig_thorntonDisplay NameIg ThorntonHash0x93FECBD7CategoryOnline CharactersTypePed
local hash = GetHashKey("ig_thornton")
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)