Ig Georginacheng — FiveM ped model preview
Online CharactersPed

ig_georginacheng

Ig Georginacheng
Spawn Nameig_georginachengDisplay NameIg GeorginachengHash0xEF4BAB2FCategoryOnline CharactersTypePed
local hash = GetHashKey("ig_georginacheng")
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)